-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[python] Update the MultiscaleImage
to match somacore
API changes
#3262
base: main
Are you sure you want to change the base?
Conversation
# Note: the somacore version is also pinned in .pre-commit-config.yaml | ||
"somacore==1.0.22", | ||
# Note: the somacore version is in .pre-commit-config.yaml too | ||
"somacore @ git+https://github.com/single-cell-data/SOMA.git@08b795e", # DO NOT MERGE |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do NOT merge until this is updated.
@@ -18,7 +18,7 @@ repos: | |||
# Pandas 2.x types (e.g. `pd.Series[Any]`). See `_types.py` or https://github.com/single-cell-data/TileDB-SOMA/issues/2839 | |||
# for more info. | |||
- "pandas-stubs>=2" | |||
- "somacore==1.0.22" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do NOT merge until this is updated.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚢
This is the companion TileDB-SOMA changes for single-cell-data/SOMA#238. It consists of major changes to the
MultiscaleImage
implementation.Do NOT merge before single-cell-data/SOMA#238.