Releases: planetmarshall/pillow-jpls
Releases · planetmarshall/pillow-jpls
v1.3.2
What's Changed
Minor fixes in CI to correct wheel versions and drop LFS for storing test data.
Full Changelog: v1.3.1...v1.3.2
v1.3.1
What's Changed
Mostly build system changes, including porting from scikit-build to scikit-build-core and support for building the wheel using system dependencies instead of conan.
- Consistent, updated GitHub Actions across workflows by @DimitriPapadopoulos in #29
- Avoid warning in CI job by @DimitriPapadopoulos in #28
- Pypi 2fa by @planetmarshall in #31
- Port to scikit-build-core by @planetmarshall in #36
- Option to resolve dependencies without using conan by @planetmarshall in #37
- Add support for linux aarch64 builds in CI by @planetmarshall in #38
IOError
→OSError
by @DimitriPapadopoulos in #21- Replace
x == y or x == z
withx in (y, z)
by @DimitriPapadopoulos in #19
Full Changelog: v1.3.0...v1.3.1
v1.3.0
What's Changed
- Python 3.12 and Pillow 10 by @erikogabrielsson in #24
- Build wheels for Python 3.12 by @DimitriPapadopoulos in #22
- Update CI and Conan 2 support for C++ dependencies @planetmarshall in #25
New Contributors
- @erikogabrielsson made their first contribution in #24
- @DimitriPapadopoulos made their first contribution in #22
Full Changelog: v1.2.0...v1.3.0
1.2.0
- Update Charls to 2.3.4
- Update pybind11 to 2.10.0
Fix some linkage issues with Python related to the pybind11 conan package.
1.1.0
Mostly minor updates to dependencies and CI
- Refresh dependencies to latest versions
- Build wheels for Python 3.10 and Macos Arm64
- Upload sdist to PyPi
- Add scheduled CI to run monthly
1.0.0
Initial release.