Skip to content

Commit

Permalink
Toyplot version 0.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tshead2 committed Oct 27, 2017
1 parent 53457aa commit 9f08536
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions docs/release-notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,25 @@
Release Notes
=============

Toyplot 0.16.0 - October 26th, 2017
-----------------------------------

* The -toyplot-anchor-shift property didn't affect text layout extents correctly - thanks to Deren Eaton.
* Corrected a broken link in the documentation - thanks to Github user @kannes.
* Removed the dependency on colormath, which is currently broken by an API change in networkx.
* Replaced toyplot.compatibility with six, since the latter is already a transitive dependency.
* Replaced toyplot.color.near_black with toyplot.color.black
* A hyperlink can be set for an entire canvas.
* A hyperlink can be set for a set of Cartesian axes.
* Per-datum hyperlinks can be set for scatterplots.
* Moved documentation- and test-specific code out of the main library.
* Set a reasonable stroke width when drawing text layout boxes for troubleshooting.
* Clarified in the documentation how tick locators can affect the visible domain.
* Corrected copy-n-paste errors in many docstrings.
* Fixed many broken documentation crosslinks.
* Supplied many missing docstrings.
* Removed the WebM rendering backend, which has been broken and unused for a long time.

Toyplot 0.15.1 - July 27, 2017
------------------------------

Expand Down
2 changes: 1 addition & 1 deletion toyplot/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

from toyplot.canvas import Canvas

__version__ = "0.16.0-dev"
__version__ = "0.16.0"

log = logging.getLogger(__name__)
log.setLevel(logging.WARNING)
Expand Down

0 comments on commit 9f08536

Please sign in to comment.