Skip to content

Tags: single-cell-data/SOMA

Tags

python-v1.0.26

Toggle python-v1.0.26's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Sync `DataFrame` `change_domain` with impl repo (#251)

python-v1.0.25

Toggle python-v1.0.25's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update docstrings for new-shape feature (#250)

* Update docstrings for new-shape feature

* Apply suggestions from code review

Co-authored-by: nguyenv <[email protected]>

* Undo previous, since it does not work on Python 3.9

---------

Co-authored-by: nguyenv <[email protected]>

python-v1.0.24

Toggle python-v1.0.24's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add `coordinate_space` to `Scene.create` (#249)

Allow user to specify the scene coordinate space on creation.

python-v1.0.23

Toggle python-v1.0.23's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update the MultiscaleImage API (#238)

* Directly take the `CoordinateSpace` as a creation parameter.
* Remove confusing `image_type` property/creation parameter. Use `data_axis_order` instead which uses the axis names the user provided.
* Create the first resolution level when creating the `MultiscaleImage`.
* Require the `add_new_level` to only add images smaller than the base (level=0) image.
* Add a `set` method for adding images that exist outside of SOMA.
* Add a property to check the number of channels in the image.
* Remove `ImageProperties` class.

python-v1.0.22

Toggle python-v1.0.22's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
rm py3.9 `__subclasscheck__` workaround (#240)

It seems to be causing issues in TileDB-SOMA CI
(single-cell-data/TileDB-SOMA#3246),
and it doesn't seem to be necessary for any tests.

python-v1.0.21

Toggle python-v1.0.21's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Replace `axis_name` with `coordinate_space` in spatial dataframes (#237)

Directly use the `CoordinateSpace` class instead of  a tuple of "axis names" in the creation methods for the `PointCloudDataFrame` and `GeometryDataFrame` classes.

python-v1.0.20

Toggle python-v1.0.20's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix typos in Scene `add_*` methods (#234)

python-v1.0.19

Toggle python-v1.0.19's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Rename PointCloud -> PointCloudDataFrame (#232)

python-v1.0.18

Toggle python-v1.0.18's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add spatial presence matrices (#221)

This adds dataframes for creating a join table between the scenes and observations/variables. New methods are added to the `ExperimentAxisQuery` class for getting a Arrow array of scene names that relate to the obs or var in the query.

---------

Co-authored-by: Aaron Wolen <[email protected]>

python-v1.0.17

Toggle python-v1.0.17's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Read obsm/varm arrays from _axism_inner (#229)