0.0.20
What's Changed
- Validate the
queriesvector shape by @jparismorgan in #164 - Updates the
.gitignoreto ignore all*.egg-infoby @jparismorgan in #166 - Enforce
querieshas two dimensions by @jparismorgan in #167 - Enable setting
resource_classorresourceswhen callingquery()onIVFFlatIndexby @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_FLATby @jparismorgan in #169 - Fix crash from passing
copy_centroids_uritoingest()by @jparismorgan in #172 - Fix
training_databug intest_ingest_with_training_source_uri_tdband validate training data dimensions iningest()by @jparismorgan in #175 - Small refactor of unit tests to consolidate language and add a query and check helper to
test_ingestion.pyby @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