Skip to content

TileDB-Py 0.7.2

Compare
Choose a tag to compare
@ihnorton ihnorton released this 29 Nov 18:59

TileDB-Py 0.7.2 Release Notes

TileDB Embedded updates:

Changes

  • The default array type for from_pandas and from_csv is now dense, if unspecified, except when passing a dataframe with string indexes to from_pandas.

Improvements

  • Automatically determine column to dimension mapping for tiledb.from_csv append mode #408
  • Show var=True in Attr representation #423

Bug fixes

  • Fixed tiledb.from_csv/dataframe error when ingesting single-row/index datasets #422
  • Fixed intermittent csv_sparse_col_to_dims failure due to duplicate result ordering #423