Skip to content

Commit d198ead

Browse files
authored
This is 3.0b1 (#127)
* This is 3.0b1 * Bump version
1 parent 90ce8da commit d198ead

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGES.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
CHANGES
22
=======
33

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+
410
3.0a1 (2025-01-27)
511
------------------
612

src/affine.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343

4444
__all__ = ["Affine"]
4545
__author__ = "Sean Gillies"
46-
__version__ = "3.0b1dev"
46+
__version__ = "3.0rc1.dev0"
4747

4848
EPSILON: float = 1e-5
4949
EPSILON2: float = 1e-10

0 commit comments

Comments
 (0)