AArch64 | |
ppc64le | |
s390x | |
x86-64 |
- Update to 4.5.0 * Add missing `long_description_content_type` field in setup. * Remove use of `2to3`. * Use etstool for CI tasks. Setup travis macos and appveyor CI. * Temporarily change cwd when running tests. * Update broken imports. * Add `six` to requirements. * Remove one more use of the deprecated `set` method. * Use `trait_set` instead of the now deprecated `set` method. * Address one more numpy deprecation warning. * Address numpy deprecation warnings. * Test the package on Python 3.5, 3.6 on CI. * Fix mismatched pyface and traitsui requirements. * Drop support for Python 2.6. * Fix `state_pickler.dump` on Python 2. * Fix a few spelling mistakes in documentation.
- Use license tag
- Implement single-spec version - Update to 4.4.0 * Apptools now works with Python-3.x. (#54) * Travis-ci support with testing on Python 2.6, 2.7 and 3.4. (#55)
- Update to 4.3.0 * Apptools now have a changelog! * Preferences system defaults to utf-8 encoded string with ConfigObj providing better support for unicode in the PreferenceHelper (#41, #45). * Added a traitsified backport of Python 3's lru_cache (#39). * Added PyTables support to the io submodule (#19, #20, and #24 through #34). * Added a SelectionService for managing selections within an application (#15, #16, #17, [#23]).
- Update to 4.2.1 * no changelog - Update source to pypi url.
- Require python-setuptools instead of distribute (upstreams merged)
- Added a note about being part of the Enthought Tool Suite (ETS).
- Update to 4.2.0 * no changelog
- Update to 4.1.0
- Initial version