Skip to content

Releases: letmaik/rawpy

0.26.1

09 Feb 20:22
a411daa

Choose a tag to compare

What's Changed

  • fix regression when not using new user_cblack parameter by @letmaik in #285

Full Changelog: v0.26.0...v0.26.1

0.26.0

29 Jan 08:16
b7f78ef

Choose a tag to compare

What's Changed

  • Support Python 3.14 by @DrizzleTime in #267
  • Remove macos intel support by @Copilot in #272
  • Update to libraw 0.22.0 by @rymuelle in #270
  • Switch to libjpeg-turbo by @Copilot in #273
  • Add shot_select support by @Copilot in #276
  • Expose white balance coefficients applied during postprocessing by @Copilot in #277
  • Expose per-channel black level corrections via user_cblack parameter by @Copilot in #278

New Contributors

Full Changelog: v0.25.1...v0.26.0

0.25.1

03 Aug 09:05
4ed3417

Choose a tag to compare

Changes since 0.25.0:

  • Update to libraw 0.21.4 (#261)

0.25.0

12 May 06:36
d3e2587

Choose a tag to compare

Changes since 0.24.0:

0.24.0

14 Dec 14:41
121fb50

Choose a tag to compare

Changes since 0.23.2:

  • Add Python 3.13 wheels (#249)

0.23.2

26 Oct 17:19
a63f9c9

Choose a tag to compare

Changes since 0.23.1:

  • Update libraw to 0.21.3 (#247)

0.23.1

13 Sep 20:34
b2a955b

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

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

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

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)