Skip to content

TileDB-SOMA 1.11.2

Compare
Choose a tag to compare
@johnkerl johnkerl released this 21 May 21:29
· 23 commits to release-1.11 since this release
0381e8e

One of the main reasons for this release is to bring https://tiledbsoma.readthedocs.io/en/stable/ up to date.

New features added

  • [Backport release-1.11] [c++/python] Enable optional global-order writes for sparse arrays by @github-actions in #2598
  • [Backport release-1.11] Tutorial: TileDB-SOMA append-mode by @github-actions in #2600
  • [Backport release-1.11] [python] Append-mode tutorial: "atlas model" by @github-actions in #2606

Minor changes

  • [Backport release-1.11] [c++/python] Address C++ warnings in Python build by @github-actions in #2611
  • [Backport release-1.11] [c++] Allow row-major and col-major in SOMArray::create by @github-actions in #2562
  • [Backport release-1.11] [c++] Correct platform_config to tiledb_config by @github-actions in #2601
  • [Backport release-1.11] [c++] Handle 32-bit string and binary in writes by @github-actions in #2604
  • [Backport release-1.11] [c++] PlatformConfig refactoring by @github-actions in #2572
  • [Backport release-1.11] [c++] Fix nightly build failure on formattable of json type by @github-actions in #2614
  • [Backport release-1.11] [c++] Also map "NONE" to TILEDB_FILTER_NONE (#2599) by @johnkerl in #2612
  • [Backport release-1.11] [python/c++] Typo fixes / nits by @johnkerl in #2613
  • [Backport release-1.11] [python] Document build improvements, unshallow clone (fix dev builds) by @github-actions in #2566
  • [Backport release-1.11] [python] Trivial neaten by @github-actions in #2568
  • [Backport release-1.11] [r] Fix builds against current TileDB Embedded by @github-actions in #2574
  • [Backport release-1.11] [r] Switch 'UNORDERED' cell order to 'ROW_MAJOR' on schema creation by @github-actions in #2576
  • [Backport release-1.11] [python/ci] Use macos-11 -> macos-12 for python-packaging.yml by @github-actions in #2595
  • [Backport release-1.11] [python] Better version numbers during development by @github-actions in #2570
  • [Backport release-1.11] [ci] Move Python wheel-builds from macos-11,macos-12 to macos-12,macos-latest by @github-actions in #2607
  • [Backport release-1.11] [python] version.py: guard git calls during wheel builds (sans .git) by @johnkerl in #2602
  • [Backport release-1.11] [r] Better handling of timestamps in $reopen() by @johnkerl in #2610
  • [Backport release-1.11] [python/ci] Build wheel from sdist outside of Git repository by @johnkerl in #2605
  • [r] TileDB-SOMA 1.11.2 by @johnkerl in #2615

Full Changelog: 1.11.1...1.11.2