Skip to content

Releases: TileDB-Inc/TileDB

TileDB v2.0.3

30 May 02:27
Compare
Choose a tag to compare

TileDB v2.0.3 Release Notes

Improvements

  • Add robust retries for S3 SLOW_DOWN errors #1651
  • Improve GCS build process #1655
  • Add generation of pkg-config file #1656
  • S3 should use HEADObject for file size #1657
  • Improvements to stats #1652
  • Add artifacts to releases from CI #1663

Bug fixes

  • Remove to unneeded semicolons noticed by the -pedantic flag #1653
  • Fix cases were TILEDB_FORCE_ALL_DEPS picked up system builds #1654
  • Allow errors to be show in cmake super build #1658
  • Properly check vacuum files and limit fragment loading #1661
  • Fix edge case where consolidated but unvacuumed array can have coordinates report twice #1662

API additions

  • Add c-api tiledb_stats_raw_dump[_str] function for raw stats dump #1660
  • Add c++-api Stats::raw_dump function for raw stats dump #1660

TileDB v2.0.2

18 May 21:22
Compare
Choose a tag to compare

TileDB v2.0.2 Release Notes

Bug fixes

  • Fix hang on open array v1.6 #1645

Improvements

  • Allow empty values for variable length attributes #1646

TileDB v2.0.1

13 May 22:21
Compare
Choose a tag to compare

Improvements

  • Remove deprecated max buffer size APIs from unit tests #1625
  • Remove deprecated max buffer API from examples #1626
  • Remove zipped coords from examples #1632
  • Allow AWSSDK_ROOT_DIR override #1637
  • Quote bootstrap variables to avoid word splitting #1644
  • Add an axes labels example #1642

Bug fixes

  • Allow setting zipped coords multiple times #1627
  • Fix overflow in check_tile_extent #1635
  • Fix C++ Dimension API {tile_extent,domain}_to_str. #1638
  • Remove xlock in FragmentMetadata::store #1639
  • Explicit AWS::String to std::string conversion #1643

TileDB v2.0.0

30 Apr 18:05
Compare
Choose a tag to compare

TileDB 2.0.0 brings many exciting and highly requested features. Please see HISTORY.md for a full list. Major changes are listed below.

Major Changes

  • Added string dimension support (currently only TILEDB_STRING_ASCII).
  • Dimension can now be of different datatypes (heterogeneous dimension support)
  • Duplicates now supported for sparse array
  • Separate coordinate buffers and different dimension subsets are supported per query
  • Azure Blob Storage and Google Cloud Storage are now natively supported
  • Numerous improvements to consolidation

TileDB v2.0.0-rc6

28 Apr 22:14
c87fd22
Compare
Choose a tag to compare
TileDB v2.0.0-rc6 Pre-release
Pre-release

Pre-release for upcoming 2.0.0. This version is not guaranteed to have a stable API or format, only the final 2.0.0 release will be covered by the backwards compatible guarantees.

Please see HISTORY.md for current list of changes.

TileDB v2.0.0-rc5

27 Apr 17:28
0cfb85b
Compare
Choose a tag to compare
TileDB v2.0.0-rc5 Pre-release
Pre-release

Pre-release for upcoming 2.0.0. This version is not guaranteed to have a stable API or format, only the final 2.0.0 release will be covered by the backwards compatible guarantees.

Please see HISTORY.md for current list of changes.

TileDB v2.0.0-rc4

23 Apr 18:03
f4bc968
Compare
Choose a tag to compare
TileDB v2.0.0-rc4 Pre-release
Pre-release

Pre-release for upcoming 2.0.0. This version is not guaranteed to have a stable API or format, only the final 2.0.0 release will be covered by the backwards compatible guarantees.

Please see HISTORY.md for current list of changes.

TileDB v2.0.0-rc3

20 Apr 17:11
eb86650
Compare
Choose a tag to compare
TileDB v2.0.0-rc3 Pre-release
Pre-release

Pre-release for upcoming 2.0.0. This version is not guaranteed to have a stable API or format, only the final 2.0.0 release will be covered by the backwards compatible guarantees.

Please see HISTORY.md for current list of changes.

TileDB v2.0.0-rc2

10 Apr 13:42
1e756ef
Compare
Choose a tag to compare
TileDB v2.0.0-rc2 Pre-release
Pre-release

Pre-release for upcoming 2.0.0. This version is not guaranteed to have a stable API or format, only the final 2.0.0 release will be covered by the backwards compatible guarantees.

Please see HISTORY.md for current list of changes.

TileDB v2.0.0-rc1

07 Apr 21:30
484b61d
Compare
Choose a tag to compare
TileDB v2.0.0-rc1 Pre-release
Pre-release

Pre-release for upcoming 2.0.0. This version is not guaranteed to have a stable API or format, only the final 2.0.0 release will be covered by the backwards compatible guarantees.

Please see HISTORY.md for current list of changes.