Skip to content

Commit eaf2cd6

Browse files
authored
(chore): generate 0.12.14 release notes (#2438)
1 parent 9c9b4fc commit eaf2cd6

3 files changed

Lines changed: 10 additions & 2 deletions

File tree

docs/release-notes/0.12.14.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
(v0.12.14)=
2+
### 0.12.14 {small}`2026-05-12`
3+
4+
#### Bug fixes
5+
6+
- {attr}`anndata.settings.auto_shard_zarr_v3` and {attr}`anndata.settings.zarr_write_format` are no longer dependent on each other, as stated in the docs {user}`ilan-gold` ({pr}`2427`)
7+
8+
#### Performance
9+
10+
- {attr}`anndata.settings.auto_shard_zarr_v3` now utilizes zarr's support for a target shard via `zarr.config.set({"array.target_shard_size_bytes" ...})` (only `zarr` version `>=3.1.4`) to make the target shard size 1GB (uncompressed) if not otherwise set. {user}`ilan-gold` ({pr}`2427`)

docs/release-notes/2427.fix.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/release-notes/2427.perf.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)