Skip to content

Commit 9f08536

Browse files
committed
Toyplot version 0.16.0
1 parent 53457aa commit 9f08536

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

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.16.0 - October 26th, 2017
11+
-----------------------------------
12+
13+
* The -toyplot-anchor-shift property didn't affect text layout extents correctly - thanks to Deren Eaton.
14+
* Corrected a broken link in the documentation - thanks to Github user @kannes.
15+
* Removed the dependency on colormath, which is currently broken by an API change in networkx.
16+
* Replaced toyplot.compatibility with six, since the latter is already a transitive dependency.
17+
* Replaced toyplot.color.near_black with toyplot.color.black
18+
* A hyperlink can be set for an entire canvas.
19+
* A hyperlink can be set for a set of Cartesian axes.
20+
* Per-datum hyperlinks can be set for scatterplots.
21+
* Moved documentation- and test-specific code out of the main library.
22+
* Set a reasonable stroke width when drawing text layout boxes for troubleshooting.
23+
* Clarified in the documentation how tick locators can affect the visible domain.
24+
* Corrected copy-n-paste errors in many docstrings.
25+
* Fixed many broken documentation crosslinks.
26+
* Supplied many missing docstrings.
27+
* Removed the WebM rendering backend, which has been broken and unused for a long time.
28+
1029
Toyplot 0.15.1 - July 27, 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.16.0-dev"
15+
__version__ = "0.16.0"
1616

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

0 commit comments

Comments
 (0)