Releases: single-cell-data/SOMA
Releases · single-cell-data/SOMA
Python v1.0.24
What's Changed
- Docstring typo fixes by @ryan-williams in #241
_fast_csr
type fix, docstr/pre-commit tweaks by @ryan-williams in #242- Specialize
ExperimentAxisQuery.{obs,var}
topa.IntegerArray
by @ryan-williams in #243 - Remove unnecessary
has_channel_axis
create param by @jp-dark in #247 - Add some missing parameter docstrings by @ryan-williams in #245
- Make some Experiment/Query classes abstract by @ryan-williams in #244
- Remove
index_column
as an option for the spatial dataframes by @jp-dark in #248 - Add
coordinate_space
toScene.create
by @jp-dark in #249
Full Changelog: python-v1.0.23...python-v1.0.24
Python v1.0.23
What's Changed
- Update Scene subcollection API by @jp-dark in #239
- Update the MultiscaleImage API by @jp-dark in #238
Full Changelog: python-v1.0.22...python-v1.0.23
Python v1.0.22
What's Changed
- Remove Python 3.9
__subclasscheck__
workaround by @ryan-williams in #240
Full Changelog: python-v1.0.21...python-v1.0.22
Python v1.0.21
Python v1.0.20
What's Changed
- Sync
domain
argument betweenCollection.add_new_dataframe
andDataFrame.create
by @johnkerl in #233 - Fix typos in Scene
add_*
methods by @jp-dark in #234
Full Changelog: python-v1.0.19...python-v1.0.20
Python v1.0.19
What's Changed
- Small fixes to new spatial classes by @jp-dark in #231
- Rename
PointCloud
->PointCloudDataFrame
by @jp-dark in #232
Full Changelog: python-v1.0.18...python-v1.0.19
Python v1.0.18
Python v1.0.17
What's Changed
- Update CoordinateSpace type hints by @jp-dark in #227
- Fix type hint for CoordinateSpace
axis
by @jp-dark in #228 - Restore access to filtered axism arrays from a query by @aaronwolen in #229
Full Changelog: python-v1.0.16...python-v1.0.17
Python v1.0.16
What's Changed
- Drop Python 3.8 support by @ryan-williams in #224
- CI version bumps, deps factor by @ryan-williams in #225
- Comment nits by @ryan-williams in #226
- Add classes for coordinate spaces and transforms by @jp-dark in #218
- Typo fixes by @ryan-williams in #197
Full Changelog: python-v1.0.15...python-v1.0.16
Python v1.0.15
What's Changed
- Use correct shape for obsm/varm layers in anndata export by @aaronwolen in #216
Full Changelog: python-v1.0.14...python-v1.0.15