Skip to content

Releases: letmaik/rawpy

0.27.1

Choose a tag to compare

@letmaik letmaik released this 30 Aug 04:32

What's Changed

New Contributors

Full Changelog: v0.27.0...v0.27.1

v0.27.0

Choose a tag to compare

@letmaik letmaik released this 07 May 07:20
326494b

What's Changed

  • Add type annotations, modernise build, publish sdist, add agent harness by @Copilot in #275
  • Update to LibRaw 0.22.1 by @piratenpanda in #290
  • Expose structs: libraw_imgother_t and libraw_lensinfo_t by @pam-param-pam in #289

New Contributors

Full Changelog: v0.26.1...v0.27.0

0.26.1

Choose a tag to compare

@letmaik letmaik released this 09 Feb 20:22
a411daa

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

Choose a tag to compare

@letmaik letmaik released this 29 Jan 08:16
b7f78ef

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

Choose a tag to compare

@letmaik letmaik released this 03 Aug 09:05
4ed3417

Changes since 0.25.0:

  • Update to libraw 0.21.4 (#261)

0.25.0

Choose a tag to compare

@letmaik letmaik released this 12 May 06:36
d3e2587

Changes since 0.24.0:

0.24.0

Choose a tag to compare

@letmaik letmaik released this 14 Dec 14:41
121fb50

Changes since 0.23.2:

  • Add Python 3.13 wheels (#249)

0.23.2

Choose a tag to compare

@letmaik letmaik released this 26 Oct 17:19
a63f9c9

Changes since 0.23.1:

  • Update libraw to 0.21.3 (#247)

0.23.1

Choose a tag to compare

@letmaik letmaik released this 13 Sep 20:34
b2a955b

Changes since 0.23.0:

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

0.23.0

Choose a tag to compare

@letmaik letmaik released this 12 Sep 20:33
55d97bc

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).