Skip to content

Releases: letmaik/rawpy

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

0.17.0

12 Dec 10:42
183b36e
Compare
Choose a tag to compare

Changes since 0.16.0:

  • Add Python 3.10 wheels
  • Add Linux AArch64 wheels
  • Drop Python 3.6 support
  • Add LCMS color engine and RedCine codec support on Windows
  • Update libjasper from 2.0.22 to 2.0.32
  • Fix raw_colors for Fujifilm X-Trans (#143)

0.16.0

17 Dec 17:23
Compare
Choose a tag to compare

Changes since 0.15.0:

  • Add Python 3.9 wheels
  • Drop Python 3.5 support
  • Expose camera-defined per-channel white level (#122)
  • Expose libraw X3FTOOLS and 6BY9RPI feature flags (#124)
  • Fix raw_pattern for black and white images (#123)
  • Update LibRaw from 0.20.0 to 0.20.2 (#125)
  • Update libjasper from 2.0.19 to 2.0.22 (#125)
  • Update liblcms2 from 2.9 to 2.11 (#125)

0.15.0

08 Aug 21:20
Compare
Choose a tag to compare

Changes since 0.14.0:

  • Update LibRaw from 0.19.5 to 0.20.0
  • Update libjpeg from 9c to 9d (#112)
  • Update libjasper from 2.0.16 to 2.0.19 (#116)
  • Expose white level metadata (#102)
  • Fix opening files with non-ascii filenames on Windows (#85)

0.15.0a1

12 Apr 08:34
c8d3dbd
Compare
Choose a tag to compare
0.15.0a1 Pre-release
Pre-release

Changes since 0.14.0:

0.14.0

24 Jan 10:03
a52dd77
Compare
Choose a tag to compare
  • Update LibRaw to 0.19.5
  • Add support for DNG deflate, DNG lossy, RedCine*, LCMS* (*not for Windows, see README)
  • Add support for stacked RAW images, like Foveon (#88)
  • Add new API function extract_thumb for extracting thumbnails / preview images (#98)
  • Expose LibRaw errors as separate exception classes & introduce new base class LibRawError
  • Add Python 3.8 wheels
  • Drop 32bit Windows wheels
  • Drop Python 2 support
  • Fix black_level_per_channel (#78)
  • Fix DLL issue on Windows (#87)

0.13.1

01 Dec 13:26
Compare
Choose a tag to compare
  • Fix import issue on Windows with Python 2.7 (#55)

0.13.0

24 Oct 21:27
Compare
Choose a tag to compare
  • Added Python 3.7 wheels