Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update release notes for 9.3.0 #6696

Merged
merged 2 commits into from Oct 29, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
29 changes: 26 additions & 3 deletions docs/releasenotes/9.3.0.rst
@@ -1,9 +1,6 @@
9.3.0
-----

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

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

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

Python 3.11 wheels
^^^^^^^^^^^^^^^^^^

Pillow 9.2.0 had wheels built against Python 3.11 beta, available as a preview to help
others prepare for 3.11, and ensure Pillow can be used immediately on release day of
3.11.0 final (2022-10-24, :pep:`664`).

Pillow 9.3.0 now officially includes binary wheels for Python 3.11 final.

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