Skip to content

Releases: microsoft/DiskANN

0.7.0

06 Feb 19:38
df225d3
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare

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

0.5.0.rc1 PyPI Publication

10 Jul 17:42
bc167d1
Compare
Choose a tag to compare

This is a 0.5.0 rc release for DiskANN, primarily around a PyPI publication.

With this release static and dynamic memory indices are now supported, in addition to the original static disk index.