Releases: letmaik/lensfunpy
Releases · letmaik/lensfunpy
1.15.0 - macOS arm64
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:
paths
argument (default is empty)- bundled files, if
load_bundled=True
(default is true) xml
argument (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) paths
argument (default is empty)xml
argument (default empty)
1.10.0 - Python 3.10
- Add Python 3.10 wheels
- Drop Python 3.6 wheels
1.9.0 - Python 3.9
- Add Python 3.9 wheels
- Drop Python 3.5 wheels
1.8.0 - Vignetting
- Add vignetting correction support (#18 (comment))