Skip to content

Releases: letmaik/rawpy

0.12.0

04 Aug 20:32
Compare
Choose a tag to compare
  • Added noise reduction postprocessing options (#45)
  • Fixed "Unsufficient memory" error sometimes occuring on Linux since 0.11.0 (#47)
  • Fixed raw_colors / raw_pattern being incorrect in rare cases (#46)

v0.11.0

02 Jul 20:56
Compare
Choose a tag to compare
  • Updated libraw to 0.19.0
  • Fix sdist installation

0.10.1

27 Jul 23:27
Compare
Choose a tag to compare
  • documentation update (can't update package description anymore after a release, see pypi/warehouse#2170)

0.10.0 - manylinux1

27 Jul 23:17
Compare
Choose a tag to compare
  • Linux 64 bit binary wheels are now provided for easier installation (the same libraw version as for macOS and Windows wheels is used, currently 0.18.2)
  • no_auto_scale option added (#28)
  • Documentation is now hosted on GitHub Pages

0.9.0 - Python 3.6

22 Apr 22:45
Compare
Choose a tag to compare
  • Python 3.6 support
  • Updated libraw to 0.18.2 for macOS and Windows versions
  • Added numpy as install dependency

0.8.1

02 Mar 23:05
Compare
Choose a tag to compare
  • Fix macOS wheels bundling an outdated libraw version (#22)

0.8.0

04 Feb 22:33
Compare
Choose a tag to compare
  • Read images from file-like objects in addition to path (#15)
  • LibRaw updated to 0.18.0 in Mac and Windows wheels (#20)
  • Python 3.3 support dropped