Skip to content

Commit

Permalink
Toyplot version 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tshead2 committed Jan 7, 2022
1 parent b677e88 commit 2db303c
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions docs/release-notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,18 @@
Release Notes
=============

Toyplot 1.0.0 - January 6th, 2021
---------------------------------

* First stable release of the Toyplot API!
* Switched to nbsphinx for notebook-based documentation.
* Added a violin plot case study.
* DOM testing was broken by changes to Python dict key ordering behavior.
* Require Arrow >= 1.0, and fix calls to obsolete Arrow API.
* toyplot.mp4 module can be imported even if ffmpeg isn't available.
* Switched to Github Actions for continuous integration.
* Switched to Github Discussions for support.

Toyplot 0.19.0 - April 21st, 2020
---------------------------------

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

from toyplot.canvas import Canvas

__version__ = "0.20.0-dev"
__version__ = "1.0.0"

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

0 comments on commit 2db303c

Please sign in to comment.