Skip to content

Releases: DCSO/flor

1.1.3

27 Feb 12:39
Compare
Choose a tag to compare

Dummy release to trigger a new PyPI release.

1.1.1

30 Nov 12:03
e216a8a
Compare
Choose a tag to compare

Major changes:

  • Fix an issue with the new format where contents of the filter generated by flor would be different from the one generated by the Go implementation.
  • Automatically build PyPi version.

Thanks @adewes for your contribution.

1.1.0

24 Oct 15:44
540787f
Compare
Choose a tag to compare

Major changes:

  • Switch to a new, more robust hashing scheme (see #3)
  • Converted all parameter integers (N, k, m) to unsigned 64 bit values to allow for larger filters (see #3)

This might make this release backward incompatible for already compiled filters.
You may have to recompile them with this version to make them work again.

Thanks @adewes for your contribution.