Skip to content

Commit 89a17d4

Browse files
committed
Toyplot version 0.17.0
1 parent 4f2cd03 commit 89a17d4

File tree

3 files changed

+69
-50
lines changed

3 files changed

+69
-50
lines changed

docs/matrix-visualization.rst

Lines changed: 49 additions & 49 deletions
Large diffs are not rendered by default.

docs/release-notes.rst

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,25 @@
77
Release 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+
1029
Toyplot 0.16.0 - October 26th, 2017
1130
-----------------------------------
1231

toyplot/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
from toyplot.canvas import Canvas
1414

15-
__version__ = "0.17.0-dev"
15+
__version__ = "0.17.0"
1616

1717
log = logging.getLogger(__name__)
1818
log.setLevel(logging.WARNING)

0 commit comments

Comments
 (0)