0.5.0
What's Changed
- Fix CLion UI issue with long test names, cleanup C++ unit tests by @jparismorgan in #392
- Add missing
temporal_policy
toopen_array()
calls by @jparismorgan in #393 - Fix Vamana index not setting metadata when loaded by URI by @jparismorgan in #394
- Native code refactors and cleanups by @jparismorgan in #395
- Share max int / float values and index lists in Python by @jparismorgan in #396
- Update l2 distance to support
int8_t
by @jparismorgan in #400 - Update
feature_vector_array_with_ids
to requireid()
accessor by @jparismorgan in #401 - Update
add()
for IVF Flat and IVF PQ to take in IDs by @jparismorgan in #402 - Add query with driver implementation by @NikolaosPapailiou in #398
- Initial work to get IVF PQ working like Vamana does by @jparismorgan in #390
- Add Python IVF PQ Index by @jparismorgan in #404
- Add option to install libtiledb.so by @dudoslav in #361
- Fix bug with
adjacency_row_index_uri()
array type being incorrect, removeadjacency_row_index_type
from API by @jparismorgan in #405 - Cleanup IVF PQ test and add better logging on failure by @jparismorgan in #406
- Cleanup tdb_partitioned_matrix - move state to local variables and remove unused code by @jparismorgan in #408
- Add Vamana backwards compatibility data generation and tests by @jparismorgan in #409
- Pin mdspan version by @NikolaosPapailiou in #413
- Rename
opt_l
tol_search
by @jparismorgan in #411 - Update TileDB core 2.24.0 by @NikolaosPapailiou in #399
- Initial scaling strategy by @cainamisir in #407
New Contributors
- @cainamisir made their first contribution in #407
Full Changelog: 0.4.1...0.5.0