Releases: ranjian0/assimp_py
Releases · ranjian0/assimp_py
assimp_py 1.1.0
What's Changed
- Updated ASSIMP to version 5.4.3
- Use memoryviews for vertex data (improves performance and memory use)
- Added an API to get nodes
Full Changelog: v1.0.8...v1.1.0
assimp_py v1.0.8
What's Changed
- Support for Python 3.12 and 3.13
- Generating wheels for the following operating systems now:
- Windows x86 (64-bit)
- Windows on arm
- Mac OS universal2
- Manylinux2014 and Manylinux_2_28 builds for:
- x86_64
- aarch64
- s390x
- ppc64le
- Manylinux2014 i686
- Musllinux_1_2 builds for:
- x86_64
- i686
- aarch64
- armv7l
- s390x
- ppc64le
- Updated GitHub Actions for Python 3.13, added new deploy Action and fixed mac universal2 build by @Zuzu-Typ in #7
- Updated status badges and install command by @Zuzu-Typ in #9
- Bump version (1.0.8) and add homepage url by @Zuzu-Typ in #8
Full Changelog: v1.0.7...v1.0.8-rc1
assimp_py v1.0.7
- Support python 3.11
- Update assimp sources
assimp_py v1.0.6
Support python 3.10
assimp_py v1.0.5
Return a list of tuples for the indices instead of flat list.
(Oversight from last release)
assimp_py v1.0.4
Bugfix release:
- previous release had useless face data, replaced with indices list.
assimp_py v1.0.3
update version
assimp_py v1.0.2
assimp_py v1.0.0
Initial release