Skip to content

0.0.20

Choose a tag to compare

@dudoslav dudoslav released this 11 Jan 09:37
· 328 commits to main since this release
abe48fe

What's Changed

  • Validate the queries vector shape by @jparismorgan in #164
  • Updates the .gitignore to ignore all *.egg-info by @jparismorgan in #166
  • Enforce queries has two dimensions by @jparismorgan in #167
  • Enable setting resource_class or resources when calling query() on IVFFlatIndex by @jparismorgan in #165
  • Test that we can index different storage versions and then query them by @jparismorgan in #168
  • Let user specify a set of vectors to use for training in IVF_FLAT by @jparismorgan in #169
  • Fix crash from passing copy_centroids_uri to ingest() by @jparismorgan in #172
  • Fix training_data bug in test_ingest_with_training_source_uri_tdb and validate training data dimensions in ingest() by @jparismorgan in #175
  • Small refactor of unit tests to consolidate language and add a query and check helper to test_ingestion.py by @jparismorgan in #176
  • Have consolidate_updates() reuse existing centroids by default with an option to re-compute them by @jparismorgan in #178
  • Increment TileDB version by @dudoslav in #188
  • Add workflow_dispatch into build_wheels in order to test artifacts by @dudoslav in #191
  • Fix bug for creating the updates array using a tiledb URI by @NikolaosPapailiou in #170

New Contributors

Full Changelog: 0.0.19...0.0.20