Skip to content

Commit

Permalink
bump version to 0.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
yurymalkov committed Feb 14, 2022
1 parent 33772c2 commit 9d933ac
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ Header-only C++ HNSW implementation with python bindings.
**NEWS:**


**version 0.6.2**

* Fixed a bug in saving of large pickles. The pickles with > 4GB could have been corrupted. Thanks Kai Wohlfahrt for reporting.
* Thanks to ([@GuyAv46](https://github.com/GuyAv46)) hnswlib inner product now is more consitent accross architectures (SSE, AVX, etc).
*

**version 0.6.1**

* Thanks to ([@tony-kuo](https://github.com/tony-kuo)) hnswlib AVX512 and AVX builds are not backwards-compatible with older SSE and non-AVX512 architectures.
Expand Down Expand Up @@ -235,6 +241,9 @@ or you can install via pip:


### For developers
Contributions are highly welcome!

Please make pull requests against the `develop` branch.

When making changes please run tests (and please add a test to `python_bindings/tests` in case there is new functionality):
```bash
Expand All @@ -259,10 +268,6 @@ https://github.com/dbaranchuk/ivf-hnsw
* .Net implementation: https://github.com/microsoft/HNSW.Net
* CUDA implementation: https://github.com/js1010/cuhnsw
### Contributing to the repository
Contributions are highly welcome!
Please make pull requests against the `develop` branch.
### 200M SIFT test reproduction
To download and extract the bigann dataset (from root directory):
Expand Down

0 comments on commit 9d933ac

Please sign in to comment.