Skip to content

Releases: letmaik/rawpy

0.23.1

13 Sep 20:34
b2a955b
Compare
Choose a tag to compare

Changes since 0.23.0:

  • Fix PyPI release due to missed version bump (#244).

0.23.0

12 Sep 20:33
55d97bc
Compare
Choose a tag to compare

Changes since 0.22.0:

  • Restore support for numpy 1.x, in addition to 2.x (#243).
  • Corrupt files will raise an error now, instead of silently returning garbage data (#236).

0.22.0

22 Jun 08:27
a3c9c79
Compare
Choose a tag to compare

Changes since 0.21.0:

  • Add numpy 2 support (older versions are not supported anymore)
  • Drop Python 3.8 support

0.21.0

06 May 16:38
d368d56
Compare
Choose a tag to compare

Changes since 0.20.0:

  • Use thread-safe libraw and avoid Python's GIL to allow reading RAW images in parallel using threads (#220)

0.20.0

01 May 06:28
3bf7e77
Compare
Choose a tag to compare

Changes since 0.19.1:

  • Updated libraw to 0.21.2 (from 0.21.1)

0.19.1

21 Feb 09:13
900722d
Compare
Choose a tag to compare

Changes since 0.19.0:

  • Added macOS arm64 wheels (Python 3.10 and newer)

0.19.0

08 Dec 19:23
6c8f386
Compare
Choose a tag to compare

Changes since 0.18.1:

  • Add Python 3.12 wheels
  • Drop Python 3.7 support

0.18.1

27 Apr 19:28
2002854
Compare
Choose a tag to compare

Changes since 0.18.0:

  • Fix broken build on newer numpy versions (#201).
  • Fix deprecated usage of scikit-image keywords in rawpy.enhance module (#201).

0.18.0

05 Feb 20:57
4c4d202
Compare
Choose a tag to compare

Changes since 0.17.2:

  • Update to LibRaw 0.21.1
  • Extend ColorSpace enum with DCI-P3 (D65) and Rec. 2020 (#138)

0.17.3

30 Oct 13:40
d49f6cd
Compare
Choose a tag to compare

Changes since 0.17.2:

  • Python 3.11 wheels