Skip to content

Commit

Permalink
Update release notes for 9.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk committed Oct 26, 2022
1 parent 8ed46cd commit 454b586
Showing 1 changed file with 17 additions and 3 deletions.
20 changes: 17 additions & 3 deletions docs/releasenotes/9.3.0.rst
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
9.3.0
-----

Backwards Incompatible Changes
==============================

API Additions
=============

Expand Down Expand Up @@ -55,11 +52,28 @@ result in a segmentation fault. This issue was introduced in Pillow 9.1.0.
Other Changes
=============

Windows wheels
^^^^^^^^^^^^^^

This release contains wheels for Windows built using GitHub Actions.

Previously they were built by `Christoph Gohlke <https://www.cgohlke.com/>`_.

A huge thanks to Christoph for building Windows binaries for us for around a decade,
plus testing, and fixing over a hundred bug fixes along the way, in addition to building
and hosting unofficial Windows binaries for hundreds of Python projects!

Added DDS ATI1, ATI2 and BC6H reading
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Support has been added to read the ATI1, ATI2 and BC6H formats of DDS images.

Release GIL when converting images using matrix operations
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Python's Global Interpreter Lock is now released when converting images using matrix
operations.

Show all frames with ImageShow
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Expand Down

0 comments on commit 454b586

Please sign in to comment.