File tree Expand file tree Collapse file tree 3 files changed +14
-1
lines changed Expand file tree Collapse file tree 3 files changed +14
-1
lines changed Original file line number Diff line number Diff line change 22Changelog
33=========
44
5- .. NEXT
5+ Pymunk 7.2.0 (2025-11-02)
6+ -------------------------
7+
8+ This release provides wheels for Python 3.14. It also contains a new method
9+ that make it possible to get the inverse transform of a Transform.
10+
11+ **Wheels for Python 3.14 **
12+
13+ Changes:
14+
15+ - Build wheels for 3.14
616 - Added Tranform.inverted() to get the inverse transform.
717
18+
819Pymunk 7.1.0 (2025-06-29)
920-------------------------
1021
Original file line number Diff line number Diff line change 2424"""This submodule contains helper functions to help with quick prototyping
2525using pymunk together with Pillow/PIL.
2626
27+ For now this is experimental.
28+
2729Intended to help with debugging and prototyping, not for actual production use
2830in a full application. The methods contained in this module is opinionated
2931about your coordinate system and not in any way optimized.
File renamed without changes.
You can’t perform that action at this time.
0 commit comments