We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 612b442 commit 52b615eCopy full SHA for 52b615e
docs/release-notes.rst
@@ -7,6 +7,14 @@
7
Release Notes
8
=============
9
10
+Toyplot 2.0.0 - September 23rd, 2024
11
+------------------------------------
12
+
13
+* Added support for Numpy 2 - thanks to @harmssm!
14
+* Removed all animation-related functionality.
15
+* Switched to modern Python packaging tools.
16
+* Added Python 3.11 and 3.12 testing.
17
18
Toyplot 1.0.3 - October 12th, 2022
19
----------------------------------
20
toyplot/__init__.py
@@ -14,7 +14,7 @@
from toyplot.canvas import Canvas
-__version__ = "2.0.0-dev"
+__version__ = "2.0.0"
log = logging.getLogger(__name__)
log.setLevel(logging.WARNING)
0 commit comments