diff --git a/docs/fileformat-prose.md b/docs/fileformat-prose.md index bd4707c46..d64eedff5 100644 --- a/docs/fileformat-prose.md +++ b/docs/fileformat-prose.md @@ -1,7 +1,7 @@ # On-disk format ```{note} -These docs are written for anndata 0.8. +These docs are written for anndata 0.8+. Files written before this version may differ in some conventions, but will still be read by newer versions of the library. ``` @@ -501,6 +501,7 @@ then writing these arrays using `anndata`’s methods. :sync: hdf5 ```python +>>> store["varm/transcript"].visititems(print) node1-mask node10-data node11-mask diff --git a/docs/release-notes/0.10.0.md b/docs/release-notes/0.10.0.md index d0809f85f..d419eca57 100644 --- a/docs/release-notes/0.10.0.md +++ b/docs/release-notes/0.10.0.md @@ -36,6 +36,8 @@ We expect to make a full release by October. ```{rubric} Documentation ``` +* Added zarr examples to {doc}`file format docs` {pr}`1162` {user}`ivirshup` + ```{rubric} Breaking changes ```