2
2
Changelog
3
3
=========
4
4
5
- ..
6
- Pymunk x.x.x
7
- ------------
8
- Changes:
9
- - Removed support for Python 3.7 (since latest cffi does not provide wheels
10
- for it).
11
- - Fixed issue with SlideJoint when changing body_type.
12
- - Log Chipmunk level erros with logging module
13
- - Build wheels for Python 3.13
14
- - Modernized the build setup to rely on pyproject.toml for more settings.
15
- - Almost completed a new benchmark suite mostly ported over from Box2d.
5
+
6
+ Pymunk 6.9.0 (2024-10-13)
7
+ -------------------------
8
+
9
+ **Python 3.13 **
10
+
11
+ This is a minor update to Pymunk with wheels for CPython 3.13. In addition,
12
+ with this release Pymunk no longer officialy support Python 3.7, since its not
13
+ supported anymore, and CFFI, which Pymunk uses, no longer provides wheels for
14
+ it. In addition, Pypy is somewhat broken until they release a version with
15
+ latest CFFI. Details on the Pypy issue here:
16
+ https://github.com/pypy/pypy/issues/5027 Expect Pymunk to publish wheels again
17
+ once a Pypy with the fix has been released.
18
+
19
+ Changes:
20
+
21
+ - Removed support for Python 3.7 (since latest cffi does not provide wheels
22
+ for it).
23
+ - Fixed issue with SlideJoint when changing body_type.
24
+ - Log Chipmunk level erros with logging module
25
+ - Build wheels for Python 3.13
26
+ - Modernized the build setup to rely on pyproject.toml for more settings.
27
+ - Almost completed a new benchmark suite mostly ported over from Box2d.
28
+ - Minor improvements to types
29
+ - No pre-built wheels for Pypy since the shipped versions comes with a CFFI
30
+ that doesnt support latest setuptools.
31
+
16
32
17
33
Pymunk 6.8.1 (2024-06-05)
18
34
-------------------------
@@ -23,11 +39,11 @@ This is a patch version, that fixes a bug in the separate collision callback
23
39
which could result in hard crash if after the separate another collision
24
40
callback ran and that callback added or removed something from the space.
25
41
26
- Changes:
42
+ Changes:
27
43
28
- - Build/run MacOs ARM on ARM github runners.
29
- - Fix lock bug in separate callback
30
- - Improve documentation
44
+ - Build/run MacOs ARM on ARM github runners.
45
+ - Fix lock bug in separate callback
46
+ - Improve documentation
31
47
32
48
33
49
Pymunk 6.8.0 (2024-05-10)
0 commit comments