Skip to content

Commit 31a1fb5

Browse files
authored
Merge pull request #139 from d-v-b/chore/0.9.1-release-notes
chore/0.9.1 release notes
2 parents 31f88cf + 105c78a commit 31a1fb5

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

docs/release-notes.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,21 @@
22

33
<!-- towncrier release notes start -->
44

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))
18+
19+
520
## pydantic-zarr 0.9.0 (2025-12-08)
621

722
### Breaking Changes

0 commit comments

Comments
 (0)