File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change 77Release 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+
1022Toyplot 0.19.0 - April 21st, 2020
1123---------------------------------
1224
Original file line number Diff line number Diff line change 1414
1515from toyplot .canvas import Canvas
1616
17- __version__ = "0.20.0-dev "
17+ __version__ = "1.0.0 "
1818
1919log = logging .getLogger (__name__ )
2020log .setLevel (logging .WARNING )
You can’t perform that action at this time.
0 commit comments