Releases: nurpax/pyspng
Releases · nurpax/pyspng
pyspng-0.1.2
- New cmake-based build that should fix MacOS support
- Upgrade libspng to 0.7.4
pyspng-0.1.1
- Fix spng/spng.h include build breakage when installing pyspng from the source dist. This was happening on Python 3.10 onwards as there were no wheel files built for these Python versions. Wheels up to Python 3.11 have been built for this release.
pyspng-0.1.0
- Expose libspng pixel formats, allow either specifying the output format or let the library choose.
- First "real release" that has a somewhat orthogonal API.
pyspng-0.0.4
- Documentation updates.