File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 77Release Notes
88=============
99
10- Toyplot 1.0.0 - January 6th, 2021
10+ Toyplot 1.0.1 - Febrary 18th, 2022
11+ ----------------------------------
12+
13+ * Officially compatible with Python 3.10.
14+ * Corrected usage of deprecated collections API - thanks to @StuntsPT!
15+ * Began exploring Graphcat - https://graphcat.readthedocs.io - as the basis for future Toyplot versions.
16+
17+ Toyplot 1.0.0 - January 6th, 2022
1118---------------------------------
1219
1320* First stable release of the Toyplot API!
Original file line number Diff line number Diff line change 1414
1515from toyplot .canvas import Canvas
1616
17- __version__ = "1.0.0-dev "
17+ __version__ = "1.0.1 "
1818
1919log = logging .getLogger (__name__ )
2020log .setLevel (logging .WARNING )
You can’t perform that action at this time.
0 commit comments