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/changelog.md
+6-1Lines changed: 6 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,18 @@
1
1
# Changelog
2
2
3
-
## 1.5.1
3
+
## 1.6
4
4
5
5
Require Python < 3.14. Due to issues with Python 3.14 and `pydantic`, `ome-zarr-models` is not yet compatible with Python 3.14.
6
6
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
+
7
11
### Documentation improvements
8
12
9
13
- Improved the layout of metadata class API documentation by putting all attributes in a table.
10
14
- 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.
0 commit comments