You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-4Lines changed: 9 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,12 @@ Header-only C++ HNSW implementation with python bindings.
4
4
**NEWS:**
5
5
6
6
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
+
7
13
**version 0.6.1**
8
14
9
15
* 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:
235
241
236
242
237
243
### For developers
244
+
Contributions are highly welcome!
245
+
246
+
Please make pull requests against the `develop` branch.
238
247
239
248
When making changes please run tests (and please add a test to `python_bindings/tests` in case there is new functionality):
0 commit comments