Skip to content

Releases: microsoft/DiskANN

Rust Open Source Transition

04 Feb 21:17
48b9af8

Choose a tag to compare

With this release, development is planned to be moved to the open-source repository. Stay tuned for more updates!

0.7.0

06 Feb 19:38
df225d3

Choose a tag to compare

Version bump 0.7.0rc2->0.7.0 (#510)

* Version bump 0.7.0rc2->0.7.0

Preparing diskannpy for 0.7.0 release (filter support, static memory indices only)

* Update pyproject.toml

the GPG key from (presumably) 2019 is no longer valid

* Update pyproject.toml

* Update python-release.yml

By default, GITHUB_TOKEN no longer has write permissions - you have to explicitly ask for it in the specific job that needs it.

We use write permissions to update the Github release action that updates the published build artifacts with the results of the release flow.

Python 0.7.0rc2

09 Nov 23:17
35f8cf7

Choose a tag to compare

Python 0.7.0rc2 Pre-release
Pre-release

Fixing a bug in StaticMemoryIndex regarding relative paths.

Python 0.7.0.rc1

08 Nov 17:01
4a57e89

Choose a tag to compare

Python 0.7.0.rc1 Pre-release
Pre-release

This release adds a new set of features to the diskannpy.StaticMemoryIndex to allow for categorical filtering.

The new function and method signatures are still subject to change until 0.7.0 goes out.

0.5.0.rc3 Python version republish (0.5.0.rc3.post1)

14 Sep 20:35

Choose a tag to compare

Properly releases 0.5.0.rc3 with a corrected, valid version string.

Python 0.6.1 Release

30 Aug 22:24
4c31367

Choose a tag to compare

What's Changed

Full Changelog: 0.6.0...0.6.1

Python 0.6.0 Release

02 Aug 19:17
06fc0b7

Choose a tag to compare

0.6.0 marks our first release that is most broadly usable by the average python developer.

The API has several significant changes that prioritize a consistent and clear API.

It also has updated documentation that will be rendered to html and published @ https://microsoft.github.io/DiskANN/docs/python/0.6.0 after the release is completed.

0.5.0.rc5 Python

26 Jul 22:00
44445de

Choose a tag to compare

Includes fixes from PR #404, which either supercede #402 or include fixes for #400.

Also updates README used for PyPI publication to point to the python/README.md, not the root project's README.

0.5.0.rc4 Python Release [More Portable Wheel]

20 Jul 22:05
89ec326

Choose a tag to compare

Wheels are now compiled with much broader CPU applicability.

CPU Requirements:

  • sse2
  • avx2
  • fma

0.5.0.rc2 python

12 Jul 19:23
a7b2087

Choose a tag to compare

Packaging update that has a slight chance of rectifying a rather large problem.