File tree 1 file changed +6
-8
lines changed
1 file changed +6
-8
lines changed Original file line number Diff line number Diff line change @@ -8,33 +8,31 @@ Release notes
8
8
9
9
.. _unreleased :
10
10
11
- Unreleased
12
- ----------
11
+ 0.13.1
12
+ ------
13
13
14
14
Breaking changes
15
15
~~~~~~~~~~~~~~~~
16
16
* `Zstd.default_level `, `Zstd.min_level `, and `Zstd.max_level ` are now class methods
17
17
instead of properties. This means they must now be called like ``Zstd.default_level() ``
18
18
instead of ``Zstd.default_level ``. This breaking change has been made because Python 3.13
19
19
removes support for class properties.
20
- By :user: `David Stansby <dstansby> `
20
+ By :user: `David Stansby <dstansby> `, :issue: ` 576 `.
21
21
22
22
Enhancements
23
23
~~~~~~~~~~~~
24
24
25
25
* Update bundled c-blosc to v1.26.1. This updates Zlib to v1.3.1
26
26
and Zstd to v1.5.6.
27
27
By :user: `David Stansby <dstansby> `, :issue: `560 `.
28
-
29
- Fix
30
- ~~~
31
-
28
+ * Added support for Python 3.13 :user: `David Stansby <dstansby> `, :issue: `576 `.
29
+ * Cleaned up the table of contents in the documentation to list codecs by category
30
+ :user: `David Stansby <dstansby> `, :issue: `458 `.
32
31
33
32
Maintenance
34
33
~~~~~~~~~~~
35
34
* Change format() and old string formatting to f-strings.
36
35
By :user: `Dimitri Papadopoulos Orfanos <DimitriPapadopoulos> `, :issue: `439 `.
37
-
38
36
* Remove pin on Sphinx
39
37
By :user: `Elliott Sales de Andrade <QuLogic> `, :issue: `552 `.
40
38
You can’t perform that action at this time.
0 commit comments