22Changelog
33=========
44
5- Pymunk 7.0.2 (2025-06-28 )
5+ Pymunk 7.1.0 (2025-06-29 )
66-------------------------
77
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.
927
1028
1129Pymunk 7.0.1 (2025-06-07)
@@ -14,7 +32,7 @@ Pymunk 7.0.1 (2025-06-07)
1432**Minor fixes and experimental iOS wheel! **
1533
1634This 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.
1836
1937Changes:
2038
0 commit comments