Skip to content

Commit b38b58c

Browse files
Bump anndata to 0.12.16 and mudata to 0.3.8
1 parent 67023c3 commit b38b58c

4 files changed

Lines changed: 7 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,9 @@
5050

5151
* `workflows/multiomics/process_samples`: refactored to use a shared `process_singlesample_base` subworkflow, which is also used by the new `process_singlesample` workflow to avoid code duplication (PR #1147).
5252

53-
* Bump anndata to `0.12.11` (PR #1174).
53+
* Bump anndata to `0.12.16` (PR #1174 and PR #).
54+
55+
* Bump mudata to `0.3.8` (PR #).
5456

5557
* Add missing `example` fields to several component and workflow configurations (PR #1067).
5658

src/base/requirements/anndata.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
packages:
2-
- anndata~=0.12.11
2+
- anndata~=0.12.16
33
- awkward #Required for reading VDJ data stored in AIRR format
4-
- scipy!=1.17.* # Pinning scipy because https://github.com/scverse/anndata/issues/339
4+
- scipy~=1.17.1 # Exclude scipy 1.17.0 because https://github.com/scverse/anndata/issues/339
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
__merge__: [/src/base/requirements/anndata.yaml, .]
22
packages:
3-
- mudata~=0.3.2
3+
- mudata~=0.3.8
44
script: |
55
exec("try:\n import zarr; from importlib.metadata import version\nexcept ModuleNotFoundError:\n exit(0)\nelse: assert int(version(\"zarr\").partition(\".\")[0]) > 2")

src/convert/from_h5ad_to_h5mu/script.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@
3838
pass
3939

4040
# Set var index names to avoid https://github.com/scverse/mudata/issues/146
41+
# TODO: Will be fixed in mudata 0.3.9
4142
for key, name in var_index_names.items():
4243
mudata.mod[key].var.index.name = name
4344

0 commit comments

Comments
 (0)