Releases: KeyviDev/keyvi
Releases · KeyviDev/keyvi
v0.6.2
What's Changed
- refactor matches to be returned as shared pointers by @hendrikmuhs in #298
- add clang-tidy checks by @hendrikmuhs in #307
- add secondary key dictionaries by @hendrikmuhs in #303
Full Changelog: v0.6.1...v0.6.2
v0.6.1
What's Changed
- bump version to 0.6.1 by @hendrikmuhs in #297
- python: release the GIL during matching in match iterator by @hendrikmuhs in #300
Full Changelog: v0.6.0...v0.6.1
v0.6.0
What's Changed
- repair build on newer M1/2/3 macs by @hendrikmuhs in #265
- Refactor python progress callback by @hendrikmuhs in #266
- Update utfcpp by @hendrikmuhs in #268
- Update msgpack c by @hendrikmuhs in #270
- get rid of tiny process library by @hendrikmuhs in #271
- Update rapidjson by @hendrikmuhs in #272
- Update docker images, add musllinux build image and ccache support by @hendrikmuhs in #273
- refactor Python API to be more pythonic by @hendrikmuhs in #267
- move to Cibuildwheel workflow by @hendrikmuhs in #274
- Bump actions/checkout from 2 to 4 by @dependabot in #278
- Bump crazy-max/ghaction-github-pages from 2 to 4 by @dependabot in #277
- Bump actions/setup-python from 2 to 5 by @dependabot in #280
- Bump pypa/cibuildwheel from 2.16.2 to 2.16.4 by @dependabot in #281
- Bump pypa/cibuildwheel from 2.16.4 to 2.16.5 by @dependabot in #285
- update ubuntu images and clang-format by @hendrikmuhs in #288
- Fix small access issue for near traversal by @hendrikmuhs in #282
- bump actions upload following the migration guide by @hendrikmuhs in #289
- Fix warning about sprintf usage by @hendrikmuhs in #286
- switch to C++17 by @hendrikmuhs in #290
- Prefix completions with custom python filter by @hendrikmuhs in #287
- Fix workflow runners on macos by @hendrikmuhs in #294
- fix weight traversal for long keys. The state traverser did not corre… by @hendrikmuhs in #293
- Re-implement multiword completions with filtering support by @hendrikmuhs in #291
- Implement multiword completions with fuzzy matching support by @hendrikmuhs in #292
- Bump pypa/cibuildwheel from 2.16.5 to 2.17.0 by @dependabot in #295
- docs: switch theme for better readability by @hendrikmuhs in #296
Full Changelog: v0.5.7...v0.6.0
v0.5.7 support Python 3.11
- support python 3.11
- new float vector value store
v0.5.6 - aarch64 manylinux wheels
v0.5.5 - portable c-char in rust bindings
v0.5.4 M1, python 10, index GetNear
- mac M1 platform support
- GetNear (geo applications) support for keyvi index
- new package for python 10, removal of python 3.6(EOL)
v0.5.3
v0.5.2 - index bugfix, index fuzzy matching, windows
- fix potential segfault in keyvi index caused by bug in parallel sorting, see #215
- add fuzzy matching support to keyvi index
- support windows/msvc for kevyi core