We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f934052 commit a7b8909Copy full SHA for a7b8909
1 file changed
docs/release.rst
@@ -11,9 +11,22 @@ Release notes
11
Unreleased
12
----------
13
14
+Enhancements
15
+~~~~~~~~~~~~
16
+
17
18
+Fix
19
+~~~
20
21
22
Maintenance
23
~~~~~~~~~~~
-* The minimum supported Python version is now Python 3.10.
24
25
26
+.. _release_0.13.0:
27
28
+0.13.0
29
+------
30
31
Enhancements
32
~~~~~~~~~~~~
@@ -37,6 +50,10 @@ Fix
37
50
38
51
39
52
53
+* The minimum supported Python version is now Python 3.10.
54
+ By :user:`David Stansby <dstansby>`, :issue:`531`
55
+* Add numpy 2 compatibility.
56
+ By :user:`David Stansby <dstansby>`, :issue:`535`
40
57
* Update c-blosc to 1.21.0 to 1.21.5, zstd from 1.4.8 to 1.5.5,
41
58
lz4 from 1.9.3 to 1.9.4, and zlib from 1.2.8 to to 1.2.13
42
59
By :user:`Mark Kittisopikul <mkitti>`, :issue:`500`
0 commit comments