File tree Expand file tree Collapse file tree 2 files changed +13
-2
lines changed Expand file tree Collapse file tree 2 files changed +13
-2
lines changed Original file line number Diff line number Diff line change 4
4
"url" : " https://sgkit-dev.github.io/sgkit/latest/"
5
5
},
6
6
{
7
- "name" : " 0.9.0 (stable)" ,
7
+ "name" : " 0.10.0 (stable)" ,
8
+ "version" : " 0.10.0" ,
9
+ "url" : " https://sgkit-dev.github.io/sgkit/0.10.0/"
10
+ },
11
+ {
12
+ "name" : " 0.9.0" ,
8
13
"version" : " 0.9.0" ,
9
14
"url" : " https://sgkit-dev.github.io/sgkit/0.9.0/"
10
15
},
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ Changelog
5
5
6
6
.. _changelog.0.10.0 :
7
7
8
- 0.10.0 (unreleased )
8
+ 0.10.0 (7 April 2025 )
9
9
-----------------------
10
10
11
11
New Features
@@ -35,6 +35,12 @@ Improvements
35
35
- Add support for NumPy 2.
36
36
(:user: `tomwhite `, :pr: `1297 `)
37
37
38
+ - Run tests against Zarr Python 3.
39
+ (:user: `tomwhite `, :pr: `1285 `, :issue: `1226 `)
40
+
41
+ - Switch to pyproject.toml.
42
+ (:user: `ianhi `, :pr: `1300 `)
43
+
38
44
.. Bug fixes
39
45
.. ~~~~~~~~~
40
46
You can’t perform that action at this time.
0 commit comments