Skip to content

Commit

Permalink
(fix): remove extra .
Browse files Browse the repository at this point in the history
  • Loading branch information
ilan-gold committed Aug 9, 2024
1 parent 2f39735 commit f7ec61a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/release-notes/0.11.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
* Add `should_check_uniqueness` option to `anndata.settings` to override current behavior. Default is `True` (i.e., previous behavior). Please refer to the [documentation](https://anndata.readthedocs.io/en/latest/generated/anndata.settings.html) for usage. {pr}`1507` {user}`ilan-gold`
* Add :func:`~anndata.experimental.read_elem_as_dask` function to handle i/o with sparse and dense arrays {pr}`1469` {user}`ilan-gold`
* Add functionality to write from GPU {class}`dask.array.Array` to disk {pr}`1550` {user}`ilan-gold`
* Add ability to convert strings to categoricals on write in {meth}`~anndata.AnnData.write_h5ad` and {meth}`~anndata.AnnData..write_zarr` via `convert_strings_to_categoricals` parameter {pr}`1474` {user}` falexwolf`
* Add ability to convert strings to categoricals on write in {meth}`~anndata.AnnData.write_h5ad` and {meth}`~anndata.AnnData.write_zarr` via `convert_strings_to_categoricals` parameter {pr}`1474` {user}` falexwolf`

#### Bugfix

Expand Down

0 comments on commit f7ec61a

Please sign in to comment.