forked from enthought/chaco
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCHANGES.txt
58 lines (41 loc) · 2.33 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
Chaco CHANGELOG
===============
What's new in Chaco 4.5.0
-------------------------
Change summary since 4.4.1
New features
* Addeded asynchronous_updates.py demo that shows a pattern for generating
expensive plots while keeping the interface responsive (PR#170).
Fixes
* Restored fast renderers for scatterplots that were unintentionally removed in
PR#101 (PR#175).
* Make the `alpha` attribute of scatter plots work as intended (PR#164).
* Resume running test for empty container that has been skipped (PR#190).
Release 4.4.1
-------------
This release contains a lot of enhancements and bug fixes mostly to the OOP API of Chaco but also its shell mode.
Change summary since 4.3.0
New features
* Improved ArrayPlotData to support changing multiple arrays without triggering a re-plot after each update. This
prevents the plot from being temporarily out of synch, which is important if the index and the values are both
changed to new values with different shapes (PR#124).
* Added control of the maximum width of a tick label. Provided that hook to the TextBoxOverlay (PR#128).
* Added control to generate fixed aspect ratio grid mappers (PR#129). This allows various 2D plots to control the
shape of the pixels in an image.
Enhancements
* Improved the display of multi-word titles (PR#148).
* Minor improvements to the documentation (PR#134, PR#118).
* Made the cmap_image_plot caching more efficient and faster in large data situations (PR#123).
* Improved support for exporting to multipage PDF (PR#109) and drawing in landscape orientation (PR#115).
* Added control over whether a border for an overlay should be drawn (PR#116).
* Made LineSegmentTool work with BasePlot2D (PR#121).
* TextBoxOverlay now exposes the text color as a top level trait (PR#120).
* Added Travis-CI support for python 2.6 and 2.7 (PR#136, PR#145, PR#146). Github now displays the status inside
each Pull Requests as well as in the README.rst on the project github landing page.
Fixes
* Fixed clipping issue when exporting plot to SVG (PR#111) and PDF (PR#109).
* Fixed export to png, bmp, jpg formats in the shell mode (PR#149).
* Removed unexpected zoom when panning if the pan tool has restrict_to_data set to True and the plot has nonlinear
axes (PR#150).
* Fixed a few of failing unit tests (PR#143).
* Fix sort_order bug (PR#141, issue#119).