Rawpy Versions Save

📷 RAW image processing for Python, a wrapper for libraw

v0.21.0

1 week ago

Changes since 0.20.0:

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

v0.20.0

2 weeks ago

Changes since 0.19.1:

  • Updated libraw to 0.21.2 (from 0.21.1)

v0.19.1

2 months ago

Changes since 0.19.0:

  • Added macOS arm64 wheels (Python 3.10 and newer)

v0.19.0

5 months ago

Changes since 0.18.1:

  • Add Python 3.12 wheels
  • Drop Python 3.7 support

v0.18.1

1 year ago

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

v0.18.0

1 year ago

Changes since 0.17.2:

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

v0.17.3

1 year ago

Changes since 0.17.2:

  • Python 3.11 wheels

v0.18.0a1

1 year ago

Changes since 0.17.2:

  • Update to LibRaw 0.21-Beta1

v0.17.2

1 year ago

Changes since 0.17.1:

  • Added missing ACES output color space (#180)

v0.17.1

2 years ago

Changes since 0.17.0: