Skip to content

Releases: letmaik/lensfunpy

1.15.0 - macOS arm64

10 Feb 08:37
517b4f3
Compare
Choose a tag to compare
  • macOS arm64 wheels for Python 3.10 and newer

1.14.0 - Python 3.12

10 Dec 09:57
47e7eb6
Compare
Choose a tag to compare
  • Python 3.12 wheels
  • Drop Python 3.7 support

1.13.1 - maintenance release

08 Aug 09:57
b6c9e5e
Compare
Choose a tag to compare
  • 1.13.0 was not published to PyPI

1.13.0 - subpixel distortion fix

26 Feb 19:07
38ac82a
Compare
Choose a tag to compare
  • Fix array shape of apply_subpixel_distortion / apply_subpixel_geometry_distortion (#44 & #17)

1.12.0 - lensfun 0.3.3 and aarch64 manylinux wheels

08 Dec 23:47
5bbaec2
Compare
Choose a tag to compare
  • Update to lensfun 0.3.3
  • Add aarch64 manylinux wheels

1.11.1 - Python 3.11

30 Oct 17:26
9091c01
Compare
Choose a tag to compare

Changes:

  • Add Python 3.11 wheels

1.11.0 - Database loading order

22 Aug 16:17
a409431
Compare
Choose a tag to compare

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:

  1. paths argument (default is empty)
  2. bundled files, if load_bundled=True (default is true)
  3. xml argument (default empty)
  4. common folders, if load_common=True (default is true)

New loading order:

  1. bundled files, if load_bundled=True (default is true)
  2. common folders, if load_common=True (default is true)
  3. paths argument (default is empty)
  4. xml argument (default empty)

1.10.0 - Python 3.10

12 Jan 08:45
Compare
Choose a tag to compare
  • Add Python 3.10 wheels
  • Drop Python 3.6 wheels

1.9.0 - Python 3.9

13 Dec 19:55
Compare
Choose a tag to compare
  • Add Python 3.9 wheels
  • Drop Python 3.5 wheels

1.8.0 - Vignetting

24 Oct 09:49
Compare
Choose a tag to compare