0.0.23
What's Changed
- Fixes the
Generate Backwards Compatibility Datajob by @jparismorgan in #245 - [automated] Update backwards-compatibility-data for release 0.1.0 by @jparismorgan in #244
- Add a
MatrixWithIdsclass by @jparismorgan in #235 - Enable source distribution upload by @dudoslav in #243
- Replace switch-case statements in type-erased
FeatureVectorArrayAPI with a lookup table by @jparismorgan in #246 - Add a
tdbMatrixWithIdsclass by @jparismorgan in #240 - Implement read_bin_local using VFS by @dudoslav in #224
- Replace switch-case statements in type-erased
api/vamana_index.hAPI with a lookup table by @jparismorgan in #247 - In
tdb_matrix_with_idsfix data loading, the default type of ids, and the attribute check when loading data by @jparismorgan in #251 - Optimize query latency for Index and ObjectIndex classes by @NikolaosPapailiou in #253
- Add support to execute ObjectApi ingestion entirely using TaskGraphs by @NikolaosPapailiou in #257
- Check for a nullptr
index_in all api/index methods by @jparismorgan in #258 - Update to use
pytest<8 to fix issue withnbmakeby @jparismorgan in #260 - Add support for TileDB sparse arrays in vector ingestion by @NikolaosPapailiou in #262
Full Changelog: 0.1.0...0.0.23