TileDB-Py icon indicating copy to clipboard operation
TileDB-Py copied to clipboard

Migrate away from deprecated TileDB C++ APIs

Open kounelisagis opened this issue 1 year ago • 0 comments

Python was using the following deprecated APIs:

  • tiledb_array_consolidate_with_key
  • tiledb_array_create_with_key
  • tiledb_array_delete_array
  • tiledb_array_delete_fragments

[sc-45876]

kounelisagis avatar Apr 26 '24 12:04 kounelisagis