Skip to content

Releases: letmaik/lensfunpy

1.17.0

12 May 21:56
4caf26b

Choose a tag to compare

1.16.0 - Python 3.13

01 Feb 11:41
47889da

Choose a tag to compare

  • 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

10 Feb 08:37
517b4f3

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

Choose a tag to compare

  • Python 3.12 wheels
  • Drop Python 3.7 support

1.13.1 - maintenance release

08 Aug 09:57
b6c9e5e

Choose a tag to compare

  • 1.13.0 was not published to PyPI

1.13.0 - subpixel distortion fix

26 Feb 19:07
38ac82a

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

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

Choose a tag to compare

Changes:

  • Add Python 3.11 wheels

1.11.0 - Database loading order

22 Aug 16:17
a409431

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

Choose a tag to compare

  • Add Python 3.10 wheels
  • Drop Python 3.6 wheels