2
2
Changelog
3
3
=========
4
4
5
- Pymunk 7.0.2 (2025-06-28 )
5
+ Pymunk 7.1.0 (2025-06-29 )
6
6
-------------------------
7
7
8
- Handler fixes
8
+ **Minor fix for wildcard collision handler! **
9
+
10
+ This is a minor release. It contains a fix for 'wildcard' collision
11
+ handlers (`space.on_collision(X, None, ...) `). Now the handler will be
12
+ invoked twice if two shapes of the same type collide.
13
+
14
+ This release also updates cibuildwheel used to build wheels, and as part of
15
+ the upgrade Pymunk will no longer publish wheels for 32bit Linux.
16
+
17
+ Changes:
18
+
19
+ - Fixed wildcard collision handler to be called twice for collisions between
20
+ two shapes of same type.
21
+ - Allow get of `DampedSpring.force_func `
22
+ - Allow get of `DampedRotarySpring.torque_func `
23
+ - Rewrote some properties to use @property. Note that this means type checking
24
+ with mypy needs at least mypy 1.16.0.
25
+ - Updated to cibuildwheel 3.0 to build Pymunk. This also means Pymunk will not
26
+ publish wheels for 32bit Linux anymore.
9
27
10
28
11
29
Pymunk 7.0.1 (2025-06-07)
@@ -14,7 +32,7 @@ Pymunk 7.0.1 (2025-06-07)
14
32
**Minor fixes and experimental iOS wheel! **
15
33
16
34
This is a minor patch release, which adds experimental iOS wheels, minor bug
17
- fix and fixes the verison number that was wrong in the previous release.
35
+ fix and fixes the version number that was wrong in the previous release.
18
36
19
37
Changes:
20
38
0 commit comments