Skip to content

Commit

Permalink
Add release notes for 0.13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dstansby committed Oct 9, 2024
1 parent 8e306ba commit 5ae667f
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions docs/release.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,33 +8,31 @@ Release notes
.. _unreleased:

Unreleased
----------
0.13.1
------

Breaking changes
~~~~~~~~~~~~~~~~
* `Zstd.default_level`, `Zstd.min_level`, and `Zstd.max_level` are now class methods
instead of properties. This means they must now be called like ``Zstd.default_level()``
instead of ``Zstd.default_level``. This breaking change has been made because Python 3.13
removes support for class properties.
By :user:`David Stansby <dstansby>`
By :user:`David Stansby <dstansby>`, :issue:`576`.

Enhancements
~~~~~~~~~~~~

* Update bundled c-blosc to v1.26.1. This updates Zlib to v1.3.1
and Zstd to v1.5.6.
By :user:`David Stansby <dstansby>`, :issue:`560`.

Fix
~~~

* Added support for Python 3.13 :user:`David Stansby <dstansby>`, :issue:`576`.
* Cleaned up the table of contents in the documentation to list codecs by category
:user:`David Stansby <dstansby>`, :issue:`458`.

Maintenance
~~~~~~~~~~~
* Change format() and old string formatting to f-strings.
By :user:`Dimitri Papadopoulos Orfanos <DimitriPapadopoulos>`, :issue:`439`.

* Remove pin on Sphinx
By :user:`Elliott Sales de Andrade <QuLogic>`, :issue:`552`.

Expand Down

0 comments on commit 5ae667f

Please sign in to comment.