File tree Expand file tree Collapse file tree 3 files changed +69
-50
lines changed Expand file tree Collapse file tree 3 files changed +69
-50
lines changed Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change 77Release Notes
88=============
99
10+ Toyplot 0.17.0 - April 1st, 2018
11+ --------------------------------
12+
13+ * Moved sample datasets into the `toyplot.data ` module.
14+ * toyplot.mp4.render() generates H.264 output.
15+ * Restored `toyplot.canvas.AnimationFrame.set_datum_text() `, which was with the debut of rich text..
16+ * Use the Python warnings module for deprecation warnings.
17+ * Disabled pylint testing on Travis-CI, it was too much of a moving target.
18+ * Simplified the animation API.
19+ * Switched to Python 3 as the primary build and test environment.
20+ * Removed obsolete dependencies from the Travis build.
21+ * Disabled PNG downscaling for ghostscript versions < 9.14.
22+ * Table cell data can be rotated.
23+ * Moved image manipulation into a new `toyplot.bitmap ` module.
24+ * Added a bitdepth option to `toyplot.bitmap.to_png() `.
25+ * Allow default canvas width and height to be set in `toyplot.config `.
26+ * Fixed a false-positive comparing XML documents.
27+ * Explicit colormap domains aren't required for toyplot.canvas.matrix().
28+
1029Toyplot 0.16.0 - October 26th, 2017
1130-----------------------------------
1231
Original file line number Diff line number Diff line change 1212
1313from toyplot .canvas import Canvas
1414
15- __version__ = "0.17.0-dev "
15+ __version__ = "0.17.0"
1616
1717log = logging .getLogger (__name__ )
1818log .setLevel (logging .WARNING )
You can’t perform that action at this time.
0 commit comments