Commit Graph

22 Commits

Author SHA1 Message Date
Dirkjan Ochtman 94cf4b1ec8 py: upgrade PyO3 to 0.22 2024-07-02 12:14:20 +02:00
Dirkjan Ochtman 60209e689f py: upgrade pyo3 to 0.21 2024-04-02 13:14:19 +02:00
Dirkjan Ochtman ad00856f7a Silence new clippy false positive
Previously silenced ones now appear to work correctly.
2023-12-29 09:55:27 +01:00
Dirkjan Ochtman 91f67b77c4 Use 2021 edition for inlined format args 2023-01-27 11:09:41 +01:00
Dirkjan Ochtman 31d7ac3fc2 Upgrade to PyO3 0.17 2022-08-29 22:27:43 +02:00
Dirkjan Ochtman 68fa93de0c Ignore faulty clippy lint for now 2022-08-12 18:25:52 +02:00
Dirkjan Ochtman cce042978c Update dependencies 2022-03-28 11:21:02 +02:00
Dirkjan Ochtman c302360587 Leverage simplified Python protocols 2021-11-10 09:44:50 +01:00
Dirkjan Ochtman 08cc3a78df Support compilation outside x86-64 2021-11-09 17:09:52 +01:00
Dirkjan Ochtman ed9a488a27 py: store a generic type in HnswMap 2021-05-21 17:34:33 +02:00
Dirkjan Ochtman 0dd6a4ece8 py: make Neighbor.value a Python object 2021-05-21 17:34:33 +02:00
Dirkjan Ochtman e9f77d8714 Expose result item getters directly from Hnsw/HnswMap 2021-05-21 17:34:33 +02:00
Dirkjan Ochtman 07d2f1aedc py: reverse order of HnswMap and Hnsw 2021-05-21 17:34:33 +02:00
Nicholas Rempel 3d9e0a4b3d First cut of python bindings update 2021-05-21 17:34:33 +02:00
Dirkjan Ochtman b1bd3525a1 Add a high-level HnswMap type (fixes #7) 2021-05-17 16:53:06 +02:00
Dirkjan Ochtman d6b0171e7a Take ownership of points 2021-05-17 13:27:25 +02:00
Dirkjan Ochtman 712a02f1e1 Fix formatting 2021-03-29 22:33:06 +02:00
Dirkjan Ochtman 89d066eb6b Allow access to the candidate distance 2021-03-24 15:52:20 +01:00
Dirkjan Ochtman cc5375a0dd py: add some comments 2021-03-18 21:02:14 +01:00
Dirkjan Ochtman c9f62ad3fb py: use integers as point identifiers 2021-03-18 21:02:14 +01:00
Dirkjan Ochtman 90cea0f4c0 Add load() and dump() methods 2021-03-18 21:02:14 +01:00
Dirkjan Ochtman 09b526717e Initial version of Python bindings 2021-03-18 12:59:39 +01:00