Skip to content

Commit

Permalink
Release note + minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ivirshup committed Oct 5, 2023
1 parent f964129 commit d9ba647
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/fileformat-prose.md
Original file line number Diff line number Diff line change
@@ -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.
```
Expand Down Expand Up @@ -501,6 +501,7 @@ then writing these arrays using `anndata`’s methods.
:sync: hdf5
```python
>>> store["varm/transcript"].visititems(print)
node1-mask <HDF5 dataset "node1-mask": shape (5019,), type "|u1">
node10-data <HDF5 dataset "node10-data": shape (250541,), type "<i8">
node11-mask <HDF5 dataset "node11-mask": shape (5019,), type "|u1">
Expand Down
2 changes: 2 additions & 0 deletions docs/release-notes/0.10.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ We expect to make a full release by October.
```{rubric} Documentation
```

* Added zarr examples to {doc}`file format docs</fileformat-prose>` {pr}`1162` {user}`ivirshup`

```{rubric} Breaking changes
```

Expand Down

0 comments on commit d9ba647

Please sign in to comment.