We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6fb1f5a commit cb4c9efCopy full SHA for cb4c9ef
docs/release-notes.rst
@@ -7,6 +7,12 @@
7
Release Notes
8
=============
9
10
+Toyplot 1.0.3 - October 12th, 2022
11
+----------------------------------
12
+
13
+* Use matrix multiplication to transform text - thanks to @eaton-lab!
14
+* Some experiments with computational-graph based layout.
15
16
Toyplot 1.0.2 - August 24th, 2022
17
---------------------------------
18
toyplot/__init__.py
@@ -14,7 +14,7 @@
from toyplot.canvas import Canvas
-__version__ = "1.0.3-dev"
+__version__ = "1.0.3"
19
log = logging.getLogger(__name__)
20
log.setLevel(logging.WARNING)
0 commit comments