Skip to content

TileDB-SOMA 0.5.0a12

Pre-release
Pre-release
Compare
Choose a tag to compare
@mlin mlin released this 17 Feb 17:40
· 1300 commits to main since this release

Note: this release has no wheel artifacts at https://pypi.org/project/tiledbsoma/. That was fixed on PR #969 , and the next release 0.5.0a13 will have wheel artifacts.

New features added

  • [c++] Create shared library for conda builds by @nguyenv in #845
  • [python] Allow slicing with any type and with negative values by @thetorpedodog in #948

Breaking changes

  • [r/python] Rename stats_* to tiledbsoma_stats_* by @johnkerl in #944

Minor changes

  • [python] Bring SOMADataFrame domain into spec compliance by @johnkerl in #932
  • [python] Add names to NDArray tests, too by @thetorpedodog in #928
  • [python] Typo-fix in NDArray create error message by @johnkerl in #934
  • Make the pull-request template a little less shouty by @johnkerl in #945
  • [python] Unify coordinate-parsing logic and use entire dimension for slicing by @thetorpedodog in #936
  • [python] Remove matplotlib pin since scanpy is fixed by @thetorpedodog in #953
  • [python] Add underscore prefix to internal submodules by @johnkerl in #955
  • [c++/python] Use py::print in libtiledbsoma11 to print, not cout by @thetorpedodog in #958
  • Fix duplicate-sentence typo in README.md by @johnkerl in #959
  • [python] Stop using the flush hack when writing metadata or group contents by @thetorpedodog in #957

Full Changelog: 0.5.0a11...0.5.0a12