Skip to content

Commit 7c297d9

Browse files
authored
Add changelog for 1.6 (#401)
* Add changelog for 1.6 * Document version converters * Fix dev link
1 parent e82c133 commit 7c297d9

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

docs/changelog.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,18 @@
11
# Changelog
22

3-
## 1.5.1
3+
## 1.6
44

55
Require Python < 3.14. Due to issues with Python 3.14 and `pydantic`, `ome-zarr-models` is not yet compatible with Python 3.14.
66

7+
### New features
8+
9+
- [ome_zarr_models.v04.Image][] and [ome_zarr_models.v05.Image][] now have methods to convert between OME-Zarr 0.4 and 0.5 models.
10+
711
### Documentation improvements
812

913
- Improved the layout of metadata class API documentation by putting all attributes in a table.
1014
- Added more descriptions to fields describing image-label metadata.
15+
- Added documentation for the implementation of the next version of OME-Zarr. See [the development groups API reference](api/dev/groups.md) for more information.
1116

1217
## 1.5
1318

0 commit comments

Comments
 (0)