Skip to content

Releases: letmaik/rawpy

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

0.18.0a1

28 Aug 08:35
a45d931
Compare
Choose a tag to compare
0.18.0a1 Pre-release
Pre-release

Changes since 0.17.2:

  • Update to LibRaw 0.21-Beta1

0.17.2

20 Aug 07:59
Compare
Choose a tag to compare

Changes since 0.17.1:

  • Added missing ACES output color space (#180)

0.17.1

24 Mar 20:19
Compare
Choose a tag to compare

Changes since 0.17.0:

  • Fix macOS wheel tag for Python 3.10 (#167)
  • Add Linux aarch64 wheels for Python 3.10