Skip to content

Commit 9d933ac

Browse files
committed
bump version to 0.6.2
1 parent 33772c2 commit 9d933ac

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

README.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ Header-only C++ HNSW implementation with python bindings.
44
**NEWS:**
55

66

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

915
* 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.
@@ -235,6 +241,9 @@ or you can install via pip:
235241

236242

237243
### For developers
244+
Contributions are highly welcome!
245+
246+
Please make pull requests against the `develop` branch.
238247

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

0 commit comments

Comments
 (0)