Release Notes

Contents

Release Notes#

randextract follows the semantic versioning convention. Releases are versioned major.minor.patch.

Major versions may introduce API-changing features. Minor versions add features that are backwards-compatible with previous releases. Patch versions make backwards-compatible bug fixes.

Warning

Until version 1.0.0 is released, no API compatibility is guaranteed for any release.

v0.1.0#

  • First public release of randextract

  • Python implementations of (modified) Toeplitz hashing and Trevisan’s construction

  • Documentation with introduction to theory, usage and examples