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 f03e90c commit 8caec92Copy full SHA for 8caec92
docs/release-notes.rst
@@ -7,6 +7,11 @@
7
Release Notes
8
=============
9
10
+Toyplot 1.0.2 - August 24th, 2022
11
+---------------------------------
12
+
13
+* Replace deprecated Numpy calls for compatibility with Numpy 1.22 - thanks to @harmsm!
14
15
Toyplot 1.0.1 - Febrary 18th, 2022
16
----------------------------------
17
toyplot/__init__.py
@@ -14,7 +14,7 @@
from toyplot.canvas import Canvas
-__version__ = "1.0.2-dev"
+__version__ = "1.0.2"
18
19
log = logging.getLogger(__name__)
20
log.setLevel(logging.WARNING)
0 commit comments