Tiledbsoma

Latest version: v1.14.5

Safety actively analyzes 679296 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 7 of 22

1.9.2

What's Changed

* [Backport release-1.9] [python] Add back deprecated function `tiledbsoma_build_index` by github-actions in https://github.com/single-cell-data/TileDB-SOMA/pull/2346
* [r] tiledbsoma-r 1.9.2 by johnkerl in https://github.com/single-cell-data/TileDB-SOMA/pull/2349

**Full Changelog**: https://github.com/single-cell-data/TileDB-SOMA/compare/1.9.1...1.9.2

1.9.1

This release fixes a wheel-build issue with 1.9.0.

* [python/ci] Unbreak wheel builds by johnkerl in https://github.com/single-cell-data/TileDB-SOMA/pull/2339
* [r] tiledbsoma-r 1.9.1 by johnkerl in https://github.com/single-cell-data/TileDB-SOMA/pull/2342

**Full Changelog**: https://github.com/single-cell-data/TileDB-SOMA/compare/1.9.0...1.9.1

1.9.0

Note: PyPI wheels are missing due to 2337 so there will be an immediate 1.9.1.

New features added

* [python] Let ingest accept `additional_metadata: dict[str, Metadatum]` by ryan-williams in https://github.com/single-cell-data/TileDB-SOMA/pull/2258
* [c++/python] Use a shared threadpool for the reindexer by beroy in https://github.com/single-cell-data/TileDB-SOMA/pull/2148
* [c++] Optimizing indexer for pandas and pyarrow by beroy in https://github.com/single-cell-data/TileDB-SOMA/pull/2159

Breaking changes

* [Backport release-1.9] [python/ci] `typeguard==4.2.1`, make `requirements_dev.txt` canonical by github-actions in https://github.com/single-cell-data/TileDB-SOMA/pull/2332
* [python] Drop support for Python 3.7 by johnkerl in https://github.com/single-cell-data/TileDB-SOMA/pull/2181

Bug fixes

* [python] Fix race in `SOMADataFrame` schema with multiple enumerated columns by johnkerl in https://github.com/single-cell-data/TileDB-SOMA/pull/2194
* [python] Fix context-type for `tiledbsoma_build_index` by johnkerl in https://github.com/single-cell-data/TileDB-SOMA/pull/2224
* [python] Fix an ingestion corner case with empty chunks by johnkerl in https://github.com/single-cell-data/TileDB-SOMA/pull/2283
* [python] Fix registration path with non-standard obs/var index names by johnkerl in https://github.com/single-cell-data/TileDB-SOMA/pull/2281
* [c++] Match `delete[]` with `new[]` by johnkerl in https://github.com/single-cell-data/TileDB-SOMA/pull/2259
* [c++] Fix display of Arrow schema for enum of `bytes` datatype by johnkerl in https://github.com/single-cell-data/TileDB-SOMA/pull/2305
* [c++] Use `std::future::get()` instead of `::wait()` by eddelbuettel in https://github.com/single-cell-data/TileDB-SOMA/pull/2320

Minor changes

* Use core 2.21.1 by johnkerl in https://github.com/single-cell-data/TileDB-SOMA/pull/2301
* Use TileDB core 2.21.0, TileDB-Py 0.27.0, TileDB-R 0.25.0 by johnkerl in https://github.com/single-cell-data/TileDB-SOMA/pull/2294
* [python] Expose `tiledbsoma.io.ExperimentAmbientLabelMapping` by johnkerl in https://github.com/single-cell-data/TileDB-SOMA/pull/2175
* [c++] Address issues related to reindexer advanced features by beroy in https://github.com/single-cell-data/TileDB-SOMA/pull/2186
* [ci] Fix `scripts/bld` typo (`aarch64` opts) by ryan-williams in https://github.com/single-cell-data/TileDB-SOMA/pull/2193
* [python] Fix a lint fail on `main` by johnkerl in https://github.com/single-cell-data/TileDB-SOMA/pull/2200
* [python] Fix and test `setup.py` flags to external shared objects by jdblischak in https://github.com/single-cell-data/TileDB-SOMA/pull/2221
* [python] Typo fixes, broken README link by ryan-williams in https://github.com/single-cell-data/TileDB-SOMA/pull/2235
* [python] Attempt to repro 1565 by ryan-williams in https://github.com/single-cell-data/TileDB-SOMA/pull/2236
* [python] Verify `pa.{Chunked,Integer}Array` args to `SparseNDArray.read` by ryan-williams in https://github.com/single-cell-data/TileDB-SOMA/pull/2234
* [python/ci] Restore pre-merge lint checks by ryan-williams in https://github.com/single-cell-data/TileDB-SOMA/pull/2247
* [python] Factor `io/ingest.py`, create `io/{_common,outgest}.py` by ryan-williams in https://github.com/single-cell-data/TileDB-SOMA/pull/2246
* [python] Bump `somacore` to 1.0.9 by ryan-williams in https://github.com/single-cell-data/TileDB-SOMA/pull/2251
* [ci/python] Use Python 3.11 for single version CI runs by jp-dark in https://github.com/single-cell-data/TileDB-SOMA/pull/2255
* [python] Remove deprecated Python 3.7 AST types by jp-dark in https://github.com/single-cell-data/TileDB-SOMA/pull/2271
* [python/ci] Complete 3.8 -> 3.11 work by johnkerl in https://github.com/single-cell-data/TileDB-SOMA/pull/2278
* [python] Neaten registration-mapping test code by johnkerl in https://github.com/single-cell-data/TileDB-SOMA/pull/2285
* [python] Extract fs wrapper to util file by johnkerl in https://github.com/single-cell-data/TileDB-SOMA/pull/2290
* [python] Fix many `typeguard` warnings by johnkerl in https://github.com/single-cell-data/TileDB-SOMA/pull/1960
* [python/ci] Factor `pytest.fixture`s, verify 1988 by ryan-williams in https://github.com/single-cell-data/TileDB-SOMA/pull/2299
* [python] Make `_util.read_h5ad` a `contextmanager` by ryan-williams in https://github.com/single-cell-data/TileDB-SOMA/pull/2291
* [python] Make `test_empty_categorical_query` work with TileDB<2.21 by ryan-williams in https://github.com/single-cell-data/TileDB-SOMA/pull/2308
* [python/ci] Pin `typeguard==4.1.5` by ryan-williams in https://github.com/single-cell-data/TileDB-SOMA/pull/2313
* [python] Implement `IntIndexer` as class that wraps around `clib.IntIndexer` by jp-dark in https://github.com/single-cell-data/TileDB-SOMA/pull/2310
* [Backport release-1.9] [python/ci] Typofix from 2305 by github-actions in https://github.com/single-cell-data/TileDB-SOMA/pull/2331
* [r] Call array schema evolution after loop setting up enums by eddelbuettel in https://github.com/single-cell-data/TileDB-SOMA/pull/2201
* [ci] Updated hard-coded core version in another file by johnkerl in https://github.com/single-cell-data/TileDB-SOMA/pull/2207
* [ci] Add MacOS job to test shared object copying by jdblischak in https://github.com/single-cell-data/TileDB-SOMA/pull/2220
* Append `LD_LIBRARY_PATH` for census by johnkerl in https://github.com/single-cell-data/TileDB-SOMA/pull/2218
* [ci] Only run build tests when build files are modified by jdblischak in https://github.com/single-cell-data/TileDB-SOMA/pull/2229
* Needed changes for census profiling by beroy in https://github.com/single-cell-data/TileDB-SOMA/pull/2074
* [r] Correct parenthesis in covr() call activate quiet=FALSE by eddelbuettel in https://github.com/single-cell-data/TileDB-SOMA/pull/2243
* [c++] Fix building TileDB if a CMake toolchain is not specified by teo-tsirpanis in https://github.com/single-cell-data/TileDB-SOMA/pull/2244
* [r/ci] Set `options(pkgType = "binary")` for MacOS by mojaveazure in https://github.com/single-cell-data/TileDB-SOMA/pull/2257
* [r/ci] Point at correct TileDB-R location by johnkerl in https://github.com/single-cell-data/TileDB-SOMA/pull/2275
* `ingest.py` cleanups, doc nits by ryan-williams in https://github.com/single-cell-data/TileDB-SOMA/pull/2256
* [r] Add tests for enum value filters in `SOMAExperimentAxisQuery ` by mojaveazure in https://github.com/single-cell-data/TileDB-SOMA/pull/2316
* [r] R version for `release-1.9` branch by johnkerl in https://github.com/single-cell-data/TileDB-SOMA/pull/2329

New Contributors

* jdblischak made their first contribution in https://github.com/single-cell-data/TileDB-SOMA/pull/2220

**Full Changelog**: https://github.com/single-cell-data/TileDB-SOMA/compare/1.8.1...1.9.0

1.8.1

Bug fixes

* [Backport release-1.8] [python] Fix an ingestion corner case with empty chunks by github-actions in https://github.com/single-cell-data/TileDB-SOMA/pull/2284
* [Backport release-1.8] [python] Fix registration path with non-standard obs/var index names by github-actions in https://github.com/single-cell-data/TileDB-SOMA/pull/2288

Minor changes

* [Backport release-1.8] [python] Verify `pa.{Chunked,Integer}Array` args to `SparseNDArray.read` by github-actions in https://github.com/single-cell-data/TileDB-SOMA/pull/2263
* [Backport release-1.8] [python] Bump `somacore` to 1.0.9 by github-actions in https://github.com/single-cell-data/TileDB-SOMA/pull/2264
* [Backport release-1.8] [python] Factor `io/ingest.py`, create `io/{_common,outgest}.py` by github-actions in https://github.com/single-cell-data/TileDB-SOMA/pull/2266
* [Backport release-1.8] [python] Remove deprecated Python 3.7 AST types by github-actions in https://github.com/single-cell-data/TileDB-SOMA/pull/2272
* [Backport release-1.8] [python] Needed changes for census profiling by github-actions in https://github.com/single-cell-data/TileDB-SOMA/pull/2261
* [Backport release-1.8] [ci/python] Use Python 3.11 for single version CI runs by github-actions in https://github.com/single-cell-data/TileDB-SOMA/pull/2267
* [Backport release-1.8] [python/ci] Restore pre-merge lint checks by johnkerl in https://github.com/single-cell-data/TileDB-SOMA/pull/2268
* [Backport release-1.8] [python/ci] Complete 3.8 -> 3.11 work by github-actions in https://github.com/single-cell-data/TileDB-SOMA/pull/2280
* [Backport release-1.8] [python] Neaten registration-mapping test code by github-actions in https://github.com/single-cell-data/TileDB-SOMA/pull/2287
* [r] Prepare for tiledbsoma 1.8.1 by johnkerl in https://github.com/single-cell-data/TileDB-SOMA/pull/2289
* [Backport release-1.8] [r/ci] Point at correct TileDB-R location by github-actions in https://github.com/single-cell-data/TileDB-SOMA/pull/2276
* [Backport release-1.8] [r/ci] Set `options(pkgType = "binary")` for MacOS by github-actions in https://github.com/single-cell-data/TileDB-SOMA/pull/2265
* [Backport release-1.8] [r] Correct parenthesis in covr() call activate quiet=FALSE by github-actions in https://github.com/single-cell-data/TileDB-SOMA/pull/2262
* [Backport release-1.8] [c++] Match `delete[]` with `new[]` by github-actions in https://github.com/single-cell-data/TileDB-SOMA/pull/2260
* [Backport release-1.8] [c++] Fix building TileDB if a CMake toolchain is not specified by johnkerl in https://github.com/single-cell-data/TileDB-SOMA/pull/2274
* [Backport release-1.8] [ci] Only run build tests when build files are modified by johnkerl in https://github.com/single-cell-data/TileDB-SOMA/pull/2232
* [Backport release-1.8] [docs] Typo fixes, broken README link by github-actions in https://github.com/single-cell-data/TileDB-SOMA/pull/2273

**Full Changelog**: https://github.com/single-cell-data/TileDB-SOMA/compare/1.8.0...1.8.1

1.8.0

New features added

* [python] Add default thread pool in `SOMATileDBContext` by ebezzi in 2001
* [Backport release-1.8] [python] Expose `tiledbsoma.io.ExperimentAmbientLabelMapping` by github-actions in 2179

Breaking changes

* [python] Drop support for Python 3.7 by johnkerl in 2181

Minor changes

* [Backport release-1.8] [python] Refactor pybind11 inheritance to reduce repetition by github-actions in 2162
* [r/ci] Controlled downgrade for TileDB-R 0.23 by johnkerl in 2157
* [release-1.8] Revert 2162 by johnkerl in 2164
* Sync `main` to `release-1.8` as much as possible, in prep for 2158 by johnkerl in 2165
* [Backport release-1.8] Backport 2158 and 2166 to `release-1.8` by johnkerl in 2170
* [python] Refactor pybind11 inheritance to reduce repetition by nguyenv in 2126
* [Backport release-1.8] [c++/ci] Update `make format` and CI format-checker to find more C++ files by johnkerl in 2168
* [python] Use `_internal_tiledb_config` in `native_context` by nguyenv in 2166
* [python] Do not copy `libtiledbsoma.so` into `package_data` if it already exists by github-actions in 1937
-- * Sync `main` to `release-1.8` by johnkerl in 2192
* [Backport release-1.8] fix `scripts/bld` typo (`aarch64` opts) by github-actions in 2196
* [Backport release-1.8] [python] Fix a lint fail on `main` by github-actions in 2206
* [Backport release-1.8] [ci] Updated hard-coded core version in another file by github-actions in 2213
-- * [r] tiledbsoma-r 1.8.3 by johnkerl in 2215
* [release-1.8] Backport 2220 and 2221 by johnkerl in 2222

Bug fixes

* [Backport release-1.8] [python] Fix race in `SOMADataFrame` schema with multiple enumerated columns by github-actions in 2199
* [Backport release-1.8] [r] Call array schema evolution after loop setting up enums by github-actions in 2204
* [Backport release-1.8] [python] Fix inconsistency in `DictFilterSpec` docstring by github-actions in 2151
* [release-1.8] Fix context-type for `tiledbsoma_build_index` by johnkerl in 2227
* [release-1.8] Append `LD_LIBRARY_PATH` for census by johnkerl in 2217

1.7.3

New features added

* [Backport release-1.7] [python] Add default thread pool in `SOMATileDBContext` by github-actions in https://github.com/single-cell-data/TileDB-SOMA/pull/2174
* [Backport release-1.7] [python] Expose `tiledbsoma.io.ExperimentAmbientLabelMapping` by github-actions in https://github.com/single-cell-data/TileDB-SOMA/pull/2178

Breaking changes

* [Backport release-1.7] [python] Drop support for Python 3.7 by github-actions in https://github.com/single-cell-data/TileDB-SOMA/pull/2183

Minor changes

* [Backport release-1.7] [python] Refactor pybind11 inheritance to reduce repetition by github-actions in https://github.com/single-cell-data/TileDB-SOMA/pull/2162
* [r/ci] Controlled downgrade for TileDB-R 0.23 by johnkerl in https://github.com/single-cell-data/TileDB-SOMA/pull/2157
* [release-1.7] Revert 2162 by johnkerl in https://github.com/single-cell-data/TileDB-SOMA/pull/2164
* Sync `main` to `release-1.7` as much as possible, in prep for 2158 by johnkerl in https://github.com/single-cell-data/TileDB-SOMA/pull/2165
* [Backport release-1.7] Backport 2158 and 2166 to `release-1.7` by johnkerl in https://github.com/single-cell-data/TileDB-SOMA/pull/2170
* [Backport release-1.7] [c++/ci] Update `make format` and CI format-checker to find more C++ files by johnkerl in https://github.com/single-cell-data/TileDB-SOMA/pull/2171
* Use core 2.19.2 for the `release-1.7` branch by johnkerl in https://github.com/single-cell-data/TileDB-SOMA/pull/2177
* [Backport release-1.7] [python] Do not copy `libtiledbsoma.so` into `package_data` if it already exists by github-actions in https://github.com/single-cell-data/TileDB-SOMA/pull/2163
* Sync `main` to `release-1.7` by johnkerl in https://github.com/single-cell-data/TileDB-SOMA/pull/2192
* [Backport release-1.7] fix `scripts/bld` typo (`aarch64` opts) by github-actions in https://github.com/single-cell-data/TileDB-SOMA/pull/2195
* [Backport release-1.7] [python] Fix a lint fail on `main` by github-actions in https://github.com/single-cell-data/TileDB-SOMA/pull/2205
* [Backport release-1.7] [ci] Updated hard-coded core version in another file by github-actions in https://github.com/single-cell-data/TileDB-SOMA/pull/2212
* [r] tiledbsoma-r 1.7.3 by johnkerl in https://github.com/single-cell-data/TileDB-SOMA/pull/2215
* [release-1.7] Backport 2220 and 2221 by johnkerl in https://github.com/single-cell-data/TileDB-SOMA/pull/2223

Bug fixes

* [Backport release-1.7] [python] Fix race in `SOMADataFrame` schema with multiple enumerated columns by github-actions in https://github.com/single-cell-data/TileDB-SOMA/pull/2198
* [Backport release-1.7] [r] Call array schema evolution after loop setting up enums by github-actions in https://github.com/single-cell-data/TileDB-SOMA/pull/2203
* [Backport release-1.7] [python] Fix inconsistency in `DictFilterSpec` docstring by github-actions in https://github.com/single-cell-data/TileDB-SOMA/pull/2161
* [release-1.7] Fix context-type for `tiledbsoma_build_index` by johnkerl in https://github.com/single-cell-data/TileDB-SOMA/pull/2226
* [release-1.7] Append `LD_LIBRARY_PATH` for census by johnkerl in https://github.com/single-cell-data/TileDB-SOMA/pull/2216

**Full Changelog**: https://github.com/single-cell-data/TileDB-SOMA/compare/1.7.2...1.7.3

Page 7 of 22

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.