Skip to content

Releases: wagtail/Willow

Version 0.3 beta 4

20 Jan 15:13
Compare
Choose a tag to compare
Version 0.3 beta 4 Pre-release
Pre-release

Changes since beta 3

  • Improvements to error handling when an operation cannot be found. There's now three different error classes can be raised (all descend from LookupError). Previously, LookupError was raised in all three cases. See https://github.com/torchbox/Willow/blob/cefc97d83fc8cf689a5249096a5a339eaad1676e/willow/registry.py#L4-L24
  • Fixed a bug that caused Willow to try to use Pillow/Wand for converting images, even if the underlying library wasn't installed (#32)
  • Image.save() now raises ValueError if the output format isn't recognised
  • Replaced Registry.route_to_operation with Registry.find_operation
  • Removed with_converter_{to, from} parameters from Registry.get_image_classes

Version 0.3 beta 3

14 Dec 10:37
Compare
Choose a tag to compare
Version 0.3 beta 3 Pre-release
Pre-release
  • auto_orient operation

Version 0.3 beta 2

14 Dec 10:24
Compare
Choose a tag to compare
Version 0.3 beta 2 Pre-release
Pre-release

Release withdrawn due to packaging issues. See beta 3

Version 0.3 beta 1

17 Nov 01:05
Compare
Choose a tag to compare
Version 0.3 beta 1 Pre-release
Pre-release
  • Major refactor

Version 0.2.2

13 Nov 11:57
Compare
Choose a tag to compare
  • #23 Fixed a crash in Pillow backend when saving GIF images with transparency (@shredding)

Version 0.2.1

27 May 13:35
Compare
Choose a tag to compare
  • JPEGs are now detected from first two bytes of their file. Allowing non JFIF/EXIF JPEG images to be loaded

Version 0.2

01 Apr 16:43
Compare
Choose a tag to compare
v0.2.0

Prepare for 0.2 release

Version 0.1.2

02 Mar 20:20
Compare
Choose a tag to compare

Fixed Python 2 support

v0.1.1

22 Feb 12:06
Compare
Choose a tag to compare
Prepare for 0.1.1 release