We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90ce8da commit d198eadCopy full SHA for d198ead
CHANGES.txt
@@ -1,6 +1,12 @@
1
CHANGES
2
=======
3
4
+3.0b1 (2025-01-29)
5
+------------------
6
+
7
+- Matrix multiplication with tuples of coordinate matrices, like the output of
8
+ numpy.meshgrid(), has been restored (#126).
9
10
3.0a1 (2025-01-27)
11
------------------
12
src/affine.py
@@ -43,7 +43,7 @@
43
44
__all__ = ["Affine"]
45
__author__ = "Sean Gillies"
46
-__version__ = "3.0b1dev"
+__version__ = "3.0rc1.dev0"
47
48
EPSILON: float = 1e-5
49
EPSILON2: float = 1e-10
0 commit comments