Skip to content

Releases: Intsights/fastzy

v0.5.1

14 Feb 15:59
b80674d
Compare
Choose a tag to compare
  • added support for apple m1 users

Enable python3.11

09 Jan 12:15
Compare
Choose a tag to compare
v0.5.0r

New version

v0.5.0

08 Jan 13:20
57acfe1
Compare
Choose a tag to compare

Add Python 3.11 Support

v0.4.0

20 Dec 08:52
62b957a
Compare
Choose a tag to compare

The PR introduces a huge performance improvement over the previous version.
By reading the lines without encoding them, counting and finding a separator with third-party crates, index building is approximately three times faster than before.
Thanks to the nature of the library and the search, the mbleven implementation has been drastically improved thanks to a few compromises.
Python 3.6 support had been dropped and Python 3.10 has been added.

v0.3.2

29 Jun 08:52
Compare
Choose a tag to compare
  • Added Unicode support
  • CI/CD workflow updates

v0.3.1

12 Jan 15:15
Compare
Choose a tag to compare
  • upgrade pyo3 version to fix python3.9 issues

v0.3.0

09 Dec 16:26
152aecb
Compare
Choose a tag to compare

The library has fully rewritten in Rust. I've done this rewrite to achieve safety, easier code maintenance, and performance.

v0.2.0

10 Nov 12:24
Compare
Choose a tag to compare
  • improved the implementation to use a third of the memory resources
  • changed the distance functions to be more readable and intuitive
  • pybind11 updates
  • wagner_fischer implementation bug fix