Skip to content

TileDB-SOMA 1.14.0

Compare
Choose a tag to compare
@johnkerl johnkerl released this 17 Sep 23:13
· 4 commits to release-1.14 since this release
7323987

New features added

Bug fixes

  • [python] Utilize Arrow schema pa.field nullabilities in DataFrame.create by @johnkerl in #2868
  • [python] Offer better guidance on attribute names with . by @johnkerl in #2864
  • [python] X-write performance improvement for the non-append case by @johnkerl in #2846
  • [c++] Fix ManagedQuery usage in SOMAArray write path by @nguyenv in #2989
  • [c++] Only evolve schema when enumerations are extended by @nguyenv in #2851
  • [c++] Corner-case bug in extend-enumeration logic by @johnkerl in #2897
  • [c++] Remap indexes even if no new enums were added by @nguyenv in #2993

Breaking changes

  • [python] Post-deprecation removal of consolidate_and_vacuum from TileDBCreateOptions by @johnkerl in #3000
  • [python] Implement scheduled removal of TileDBCreateOptions being passed to write methods by @johnkerl in #2842

Upcoming deprecation notices

Minor changes

New Contributors

Full Changelog: 1.13.1...1.14.0