Skip to content

Commit 08e9018

Browse files
committed
CHANGES.txt for 4.7.0.
1 parent cc40872 commit 08e9018

File tree

1 file changed

+18
-4
lines changed

1 file changed

+18
-4
lines changed

CHANGES.txt

Lines changed: 18 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,32 @@ Chaco CHANGELOG
55
Release 4.7.0
66
-------------
77

8+
New features/Improvements
9+
10+
* Add DataFramePlotData class (PR#367).
11+
* Allow user control over axis title angle (PR#363).
12+
813
Fixes
914

10-
* Update raise statement to be Python 3 compatible (PR #360)
15+
* Update raise statement to be Python 3 compatible (PR#360).
16+
* Fix missing color bar when direction is flipped (PR#341).
17+
18+
Maintenance
19+
20+
* Support Python 3 without 2to3 (PR#369).
21+
* Update BarPlot documentation (PR#362).
22+
* Use EDM for CI testing (PR#365).
23+
* Address warnings coming from recent versions of Numpy (PR#350).
24+
1125

1226
Release 4.6.1
1327
-------------
1428

1529
Fixes
1630

17-
* Copy over HOME value to git environment. (PR#342)
18-
* Fix issue with setup.py that prevent correct versioning on non-git checkouts.
19-
(PR#337)
31+
* Copy over HOME value to git environment (PR#342).
32+
* Fix issue with setup.py that prevent correct versioning on non-git checkouts
33+
(PR#337).
2034

2135

2236
Release 4.6.0

0 commit comments

Comments
 (0)