Skip to content

Commit 2db303c

Browse files
committed
Toyplot version 1.0.0
1 parent b677e88 commit 2db303c

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

docs/release-notes.rst

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,18 @@
77
Release Notes
88
=============
99

10+
Toyplot 1.0.0 - January 6th, 2021
11+
---------------------------------
12+
13+
* First stable release of the Toyplot API!
14+
* Switched to nbsphinx for notebook-based documentation.
15+
* Added a violin plot case study.
16+
* DOM testing was broken by changes to Python dict key ordering behavior.
17+
* Require Arrow >= 1.0, and fix calls to obsolete Arrow API.
18+
* toyplot.mp4 module can be imported even if ffmpeg isn't available.
19+
* Switched to Github Actions for continuous integration.
20+
* Switched to Github Discussions for support.
21+
1022
Toyplot 0.19.0 - April 21st, 2020
1123
---------------------------------
1224

toyplot/__init__.py

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

1515
from toyplot.canvas import Canvas
1616

17-
__version__ = "0.20.0-dev"
17+
__version__ = "1.0.0"
1818

1919
log = logging.getLogger(__name__)
2020
log.setLevel(logging.WARNING)

0 commit comments

Comments
 (0)