Sha256: 9762addd6b6226991ca06f44387d144ea29e0bea5258501e8de5c534fb8a1fd1
Contents?: true
Size: 812 Bytes
Versions: 1
Compression:
Stored size: 812 Bytes
Contents
## [0.4.0] - 2021-09-12 - Add type declaration file. ## [0.3.0] - 2021-08-08 - Rename `Hnswlib::Index` to `Hnswlib::HnswIndex` (for compatibility, `Hnswlib::Index` has been an alis for `Hnswlib::HnswIndex`). - Update API documentation. ## [0.2.0] - 2021-08-02 - Add binding class for the BruteforceSearch. - Add type check for arguments of initialize methods of BruteforceSearch and HierarchicalNSW. - Add dummy constructor call at memory allocation for class to prevent occuring segment fault on GC when initialize method is failed. ## [0.1.1] - 2021-07-25 - Fix to use `rb_obj_is_isntance_of` for klass comparison due to type error when loading search index on irb 1.3.x: [issue #1](https://github.com/yoshoku/hnswlib.rb/issues/1) - Update API documentation. ## [0.1.0] - 2021-07-24 - Initial release
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
hnswlib-0.4.0 | CHANGELOG.md |