|
7 | 7 | Release Notes |
8 | 8 | ============= |
9 | 9 |
|
| 10 | +Toyplot 0.6.0 - July 13, 2015 |
| 11 | +----------------------------- |
| 12 | + |
| 13 | +* Unicode text wasn't handled correctly by text marks. |
| 14 | +* Added an experimental matrix visualization using table axes. |
| 15 | +* Added a "title" property for table cells. |
| 16 | +* Fix inconsistencies in our use of alignment-baseline and text-anchor CSS properties. |
| 17 | +* Added a new section to the user guide on the convenience API. |
| 18 | +* Allow real-world units for canvas layouts, and tweak the parameter order for corner layouts. |
| 19 | +* Expanded user guide documentation on canvas layouts. |
| 20 | +* Added table axes regions for all four sides and corners, plus a property to access every cell in a region. |
| 21 | +* Added automatic conversion from numpy NpzFile to toyplot.data.Table. |
| 22 | +* Added experimental support for graph visualization. |
| 23 | +* Allow toyplot.data.Table initialization from a sequence of 2-tuples. |
| 24 | +* Cairo backends were ignoring -toyplot-anchor-shift. |
| 25 | +* Cairo backends didn't handle all supported alignment-baseline values. |
| 26 | +* Added matrix and table visualizations to the convenience API. |
| 27 | +* Added accessors for shape, row count, and column count for table axes and regions. |
| 28 | +* Added toyplot.locator.Integer, and a step parameter to control labelling for matrix visualizations. |
| 29 | +* Always return a unicode string from toyplot.canvas.Canvas._repr_html_(), for compatibility with Jupyter / IPython notebooks running Python 3 kernels. |
| 30 | +* Assign a sensible default filename for CSV downloads, for browsers that support it. |
| 31 | +* Added a contributed Conda build recipe. |
| 32 | +* Allow toyplot.data.Table to be initialized from a 2D numpy array. |
| 33 | +* Rename the toyplot.axes.Table "title" parameter to "label" for consistency with the other axes. |
| 34 | +* Added a new "Labels and Legends" section to the user guide. |
| 35 | +* Added a new "Tick Locators" section to the user guide. |
| 36 | +* Added experimental toyplot.data.contiguous() function to identify contiguous ranges in an array. |
| 37 | +* Fix a problem with interactive Y coordinates when using a log scale that straddled the origin. |
| 38 | + |
10 | 39 | Toyplot 0.5.0 - May 26, 2015 |
11 | 40 | ---------------------------- |
12 | 41 |
|
|
0 commit comments