|
1 | 1 | Traits CHANGELOG
|
2 | 2 | ================
|
3 | 3 |
|
| 4 | +Release 5.2.0 |
| 5 | +------------- |
| 6 | + |
| 7 | +Released: 2019-11-18 |
| 8 | + |
| 9 | +Enhancements |
| 10 | + |
| 11 | +* Support installation from source archives. (#528) |
| 12 | + |
| 13 | +Fixes |
| 14 | + |
| 15 | +* Ensure ``TraitListEvent.index`` is always an integer. (#548) |
| 16 | +* Update the deprecated ``collections.MutableMapping`` import. (#530) |
| 17 | +* Fix inadvertent modification of the ``Category`` base class. (#509) |
| 18 | +* Rework version handling in ``setup.py``. (#515) |
| 19 | +* Don't autogenerate documentation for ``ViewElement``. (#559) |
| 20 | +* Ensure that all tests are ``unittest`` compatible. (#551) |
| 21 | + |
| 22 | +Changes |
| 23 | + |
| 24 | +* Replace occurences of deprecated ``AdaptsTo`` with ``Supports``. (#532) |
| 25 | +* Remove ``Class`` trait. (#520) |
| 26 | +* Deprecate ``Category`` trait. (#510) |
| 27 | +* Fix typos in docstrings. (#502) |
| 28 | +* Use decorator form of ``classmethod``. (#500) |
| 29 | +* Remove redefinition of ``NullHandler``. (#518) |
| 30 | +* Add an import check helper. (#521) |
| 31 | +* Clean up Cython tests. (#555) |
| 32 | +* Clean up test output. (#553) |
| 33 | + |
| 34 | +Miscellaneous |
| 35 | + |
| 36 | +* Update EDM version on CI to version 2.0.0. (#560) |
| 37 | +* Don't finish fast on CI. (#556) |
| 38 | +* Use ``unittest`` to run tests in CI. (#552) |
| 39 | +* Low-level fixes and style cleanup in ``etstool.py``. (#550) |
| 40 | +* Add ``--editable`` option for ``install``, ``update`` CI commands. (#546) |
| 41 | +* Make git commit hash available to archives. (#526) |
| 42 | +* Fix use of non-edm envs as bootstrap envs on Windows. (#512) |
| 43 | +* Remove edm installed package before installing from source. (#516) |
| 44 | +* Add help text to click options. (#514) |
| 45 | +* Various cleanups, fixes and enhancements in ``etstool.py``. (#511) |
| 46 | + |
| 47 | + |
4 | 48 | Release 5.1.2
|
5 | 49 | -------------
|
6 | 50 |
|
@@ -84,7 +128,7 @@ Enhancements
|
84 | 128 |
|
85 | 129 | * CI for documentation (#431)
|
86 | 130 | * Remove 2to3 fixers (#430)
|
87 |
| -* Enthought Sphinx theme for docs (#427) |
| 131 | +* Enthought Sphinx Theme for docs (#427) |
88 | 132 | * New ``HasRequiredTraits`` class (#419)
|
89 | 133 | * Free ``HasTraits`` subclasses from hashing/comparing by identity (#410)
|
90 | 134 | * Unify and fix default list editors (#396)
|
|
0 commit comments