TileDB-SOMA 1.5.2
1.5.2 delivers a Python-only bugfix on the release-1.5
branch. R is not affected, other than our commitment to keep Python and R API versions synchronized.
Bug fixes
- [Backport release-1.5] [python] Append-mode ingestion with disjoint measurement names by @github-actions in #1922
- [Backport release-1.5] [python] Fix
from_anndata()
to respectvar_id_name
by @github-actions in #1968
Minor changes
- [Backport release-1.5] [python] Fix
pyarrow.compute
import for version 12 by @github-actions in #1910 - [Backport release-1.5] [python] Normalize unit-test exception coverage by @github-actions in #1911
- [Backport release-1.5] [python] Avoid a double log statement on debug-mode ingest by @github-actions in #1920
- [Backport release-1.5] [r] Condition one more test file on 'extended mode' by @github-actions in #1913
- [Backport release-1.5] [r] Restore
expect_no_condition()
tests inSeurat
object outgestion by @github-actions in #1912 - [Backport release-1.5] [r] Future-proof one assertion for an upcoming change in R 4.4.0 by @github-actions in #1921
- [r] Update
DESCRIPTION
andNEWS.md
for 1.5.2 by @johnkerl in #1972
Full Changelog: 1.5.1...1.5.2