Releases: letmaik/lensfunpy
Releases · letmaik/lensfunpy
1.7.0 - Python 3.8
- Update to lensfun 0.3.2
- Add Python 3.8 wheels
- Drop Python 3.4 wheels
- Drop 32bit Windows wheels
- Drop Python 2 support
- Fixed lensfun db bundling for Linux wheels
1.6.1 - Python 3.7
- Python 3.7 support
1.6.0 - manylinux1
- Linux 64 bit binary wheels are now provided for easier installation (the same lensfun version as for macOS and Windows wheels is used)
- Fixed handling of string arguments which could have led to random errors (see #6)
- Documentation is now hosted on GitHub Pages
1.5.0 - Python 3.6
- Python 3.6 support
- Dropped Python 3.3. support
- macOS wheels are now only made available for 64bit systems (lensfun depends on glib which became broken as universal binary build, see Homebrew/homebrew-core#5404)
- Fixed bug where accessing
lens.type
(orprint(lens)
) led to an exception for the four fisheye lens subtypes (orthographic, stereographic, equisolid, thoby), see #10