0.1.0
What's Changed
- Add
.clang-formatfile and CI job to check for required formatting by @jparismorgan in #195 - Use relative paths for objects in groups by @jparismorgan in #193
- Add
InsertNewlineAtEOFto.clang-formatand fixbrew installby @jparismorgan in #199 - Add
pre-committo format files by @jparismorgan in #200 - Remove the
pip install git+github...instructions by @nickvigilante in #198 - Add a CI job to generate backwards compatibility test indexes and a python unit test to query them by @jparismorgan in #206
- Add concepts and cpos by @lums658 in #205
- Support random sampling in distributed ingestion by @jparismorgan in #212
- Rework python build system to scikit-build-core by @dudoslav in #181
- Type erased feature vector and feature vector array classes by @lums658 in #210
- Don't raise an exception in
delete_indexwith an invalid uri by @jparismorgan in #213 - Partitioned Matrix API by @lums658 in #215
- First version of the Object API for vector search by @NikolaosPapailiou in #187
- Run
clang-formatin the python src dir by @jparismorgan in #222 - Adds more instructions on how to build C++, adds a small
gitignorefix by @jparismorgan in #217 - ivf_index class by @lums658 in #216
- Add Type-Erased FlatL2Index and IVFFlatIndex by @lums658 in #218
- Add a test that verifies there are no output logs by @jparismorgan in #223
- Refactor group and metadata classes by @lums658 in #221
- Remove test/siftsmall by @lums658 in #228
- Add type-erased vamana index by @jparismorgan in #229
- Reintegrate flatpq index by @lums658 in #225
- Bring tests up to date by @lums658 in #220
- Fix
pip installin thegenerate_backwards_compatibility_dataCI job by @jparismorgan in #231 - Add
0.0.10,0.0.17, and0.0.21indexes created by checking out old release versions and generating indexes by @jparismorgan in #233 - Run
pre-commiton all files by @jparismorgan in #202 - Lums/sc 40408/complete index vamana by @lums658 in #230
- Add directory document readers for vector search Object API by @NikolaosPapailiou in #226
- Additional checking of local file I/O by @lums658 in #237
- Run
clang-formaton less directories by @jparismorgan in #236 - Enable PYPI upload workflow without Windows packages by @dudoslav in #239
- Increment tiledb version to 2.20.0 (0.26.0 for Py) by @dudoslav in #241
New Contributors
- @nickvigilante made their first contribution in #198
Full Changelog: 0.0.21...0.1.0