-
Notifications
You must be signed in to change notification settings - Fork 223
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Python API and Test Suite #300
Commits on Mar 30, 2023
-
The first step in the python-api-enhancements branch. We need to fix …
…a problem with the Parameters class with a double free or segfault on deletion. This commit has gone a bit wonky in process, so we want to be extra careful it was resolved appropriately during PR.
Configuration menu - View commit details
-
Copy full SHA for 472020e - Browse repository at this point
Copy the full SHA 472020eView commit details -
Removing the parameters class in favor of the IndexRead and IndexWrit…
…e parameters classes.
Configuration menu - View commit details
-
Copy full SHA for ac2499c - Browse repository at this point
Copy the full SHA ac2499cView commit details -
Configuration menu - View commit details
-
Copy full SHA for b1c7730 - Browse repository at this point
Copy the full SHA b1c7730View commit details
Commits on Apr 4, 2023
-
Configuration menu - View commit details
-
Copy full SHA for e843f19 - Browse repository at this point
Copy the full SHA e843f19View commit details -
This commit includes the API changes and python packaging changes for…
… linux. It's almost ready for PR, but definitely ready for push.
Configuration menu - View commit details
-
Copy full SHA for a6bda82 - Browse repository at this point
Copy the full SHA a6bda82View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5015e81 - Browse repository at this point
Copy the full SHA 5015e81View commit details -
Configuration menu - View commit details
-
Copy full SHA for a5e76eb - Browse repository at this point
Copy the full SHA a5e76ebView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5de77c2 - Browse repository at this point
Copy the full SHA 5de77c2View commit details -
Trying to install a specific python version and the specific wheel th…
…at cibuildwheel made for us prior to running the tests
Configuration menu - View commit details
-
Copy full SHA for 77ce4db - Browse repository at this point
Copy the full SHA 77ce4dbView commit details
Commits on Apr 5, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 283e1a6 - Browse repository at this point
Copy the full SHA 283e1a6View commit details -
Wildcard path seems to be invalid so I'm trying the one I know that w…
…orks locally. It will still be wrong in the pr-test but that's canceling itself for no reason well before it gets to mine and I just want to make sure it's working on push at least
Configuration menu - View commit details
-
Copy full SHA for c1ff240 - Browse repository at this point
Copy the full SHA c1ff240View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3b07428 - Browse repository at this point
Copy the full SHA 3b07428View commit details -
Configuration menu - View commit details
-
Copy full SHA for d9fb349 - Browse repository at this point
Copy the full SHA d9fb349View commit details -
added in-mem index class to python bindings (#301)
* added in-mem dynamic index class to python bindings * added static in memory index python binding * clang format
Configuration menu - View commit details
-
Copy full SHA for 949167c - Browse repository at this point
Copy the full SHA 949167cView commit details -
Configuration menu - View commit details
-
Copy full SHA for f1842d2 - Browse repository at this point
Copy the full SHA f1842d2View commit details -
Some more updates as per harsha's comments on PR #300. The diskann_bi…
…ndings.cpp still need some more tlc and the wrapper needs to make use of it, and we also want to include some examples, but this is a good place to bring into main and then do further enhancements
Configuration menu - View commit details
-
Copy full SHA for e624ace - Browse repository at this point
Copy the full SHA e624aceView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2b6e1e5 - Browse repository at this point
Copy the full SHA 2b6e1e5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 16019c7 - Browse repository at this point
Copy the full SHA 16019c7View commit details -
Configuration menu - View commit details
-
Copy full SHA for d38c9eb - Browse repository at this point
Copy the full SHA d38c9ebView commit details