Releases: letmaik/lensfunpy
Releases · letmaik/lensfunpy
1.17.0
- Switch to trusted publishing and generate supply chain attestations (#59)
1.16.0 - Python 3.13
- Python 3.13 wheels
- numpy 2 support
- Drop support for macOS 12 and lower
- Drop support for Python 3.18
1.15.0 - macOS arm64
- macOS arm64 wheels for Python 3.10 and newer
1.14.0 - Python 3.12
- Python 3.12 wheels
- Drop Python 3.7 support
1.13.1 - maintenance release
- 1.13.0 was not published to PyPI
1.13.0 - subpixel distortion fix
1.12.0 - lensfun 0.3.3 and aarch64 manylinux wheels
- Update to lensfun 0.3.3
- Add aarch64 manylinux wheels
1.11.1 - Python 3.11
Changes:
- Add Python 3.11 wheels
1.11.0 - Database loading order
Changes:
- Allow user-defined databases to override bundled/system databases, see details below (#35)
The loading order has been changed, which allows more customization. In the comparison below, note that later entries override earlier matching entries during loading.
Old loading order:
pathsargument (default is empty)- bundled files, if
load_bundled=True(default is true) xmlargument (default empty)- common folders, if
load_common=True(default is true)
New loading order:
- bundled files, if
load_bundled=True(default is true) - common folders, if
load_common=True(default is true) pathsargument (default is empty)xmlargument (default empty)
1.10.0 - Python 3.10
- Add Python 3.10 wheels
- Drop Python 3.6 wheels