Skip to content

Commit 173bea4

Browse files
committed
Updates for 0.10.0 release
1 parent 2ccd8fc commit 173bea4

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

docs/_static/switcher.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,12 @@
44
"url": "https://sgkit-dev.github.io/sgkit/latest/"
55
},
66
{
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",
813
"version": "0.9.0",
914
"url": "https://sgkit-dev.github.io/sgkit/0.9.0/"
1015
},

docs/changelog.rst

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Changelog
55

66
.. _changelog.0.10.0:
77

8-
0.10.0 (unreleased)
8+
0.10.0 (7 April 2025)
99
-----------------------
1010

1111
New Features
@@ -35,6 +35,12 @@ Improvements
3535
- Add support for NumPy 2.
3636
(:user:`tomwhite`, :pr:`1297`)
3737

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+
3844
.. Bug fixes
3945
.. ~~~~~~~~~
4046

0 commit comments

Comments
 (0)