-
Notifications
You must be signed in to change notification settings - Fork 10
/
CHANGES.txt
89 lines (49 loc) · 1.7 KB
/
CHANGES.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
Codetools Changelog
===================
Release 4.4.0
-------------
Released : 26 March 2021
Fixes
* Add manifest file (#36)
* Exclude unsupported submodules on Py3 (#39)
Build
* Use etstool module in CI setup (#41)
* Update CI (#44)
* Disable macOS builds on Travis CI (#46)
Maintenance
* Replace deprecated rich_compare kwarg (#43)
* Replace use of apptools sweetpickle (#48)
Test
* Create a data_context.pickle and add a simple test for the data context
stored in that pickle file (#49)
Release 4.3.0
-------------
Released : 18 February 2019
*NOTE* : Pickling `MultiContext` instances is broken on Python 2.
See https://github.com/enthought/codetools/issues/30 for further details.
New Features
* Support for Python 3.5 and 3.6 (#22)
* New `IDataContext` interface and relevant concrete implementations -
`DataContext` and `MultiContext` (#18)
* Provide adaptation offers for dictionaty to IContext adaptation (#15)
Enhancements
* Use PEP 440 compliant development version (#19)
Fixes
* Remove deprecated traits api (#27)
* Remove unused imports and dependence on `unittest2` (#13)
Release 4.2.0
-------------
Changes since 4.1.0
New Features
* a defer_events context manager on IListenableContexts that sets the
defer_events trait to True and ensures that it will be set back to False
on exit of the block.
* use the new Traits adaptation mechanism throughout.
Enhancements
* use a context manager for trait synchronization internally in
TraitslikeContextWrappers
* use defer_events context manager where appropriate through out code
* use absolute_imports future import and dotted relative imports throughout
* modernization of code
Fixes
* a couple of old-style classes fixed