You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/release-notes.md
+15Lines changed: 15 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,21 @@
2
2
3
3
<!-- towncrier release notes start -->
4
4
5
+
## pydantic-zarr 0.9.1 (2025-12-12)
6
+
7
+
### Features
8
+
9
+
- Add `with_*` methods to the experimental `ArraySpec` and `GroupSpec` classes.
10
+
These methods make it easier to create copies of existing `ArraySpec` and `GroupSpec` objects with
11
+
new properties. ([#137](https://github.com/zarr-developers/pydantic-zarr/issues/137))
12
+
13
+
### Bugfixes
14
+
15
+
- Make V3 `ArraySpec` validation reject dimension names that don't match the dimensionality of the array. ([#136](https://github.com/zarr-developers/pydantic-zarr/issues/136))
16
+
- Fix a bug that prevented creation of `experimental.v3.GroupSpec` instances with typed members. ([#138](https://github.com/zarr-developers/pydantic-zarr/issues/138))
17
+
- Fix a bug where `experimental.v3.ArraySpec` instances took a default parameter for attributes. ([#138](https://github.com/zarr-developers/pydantic-zarr/issues/138))
0 commit comments