Skip to content

Latest commit

 

History

History
36 lines (22 loc) · 948 Bytes

CHANGELOG.md

File metadata and controls

36 lines (22 loc) · 948 Bytes

Changelog

0.13.0

  • Use less memory when constructing an instance.
  • Added an option (store_patterns) to control whether patterns are cached on the object. The new behavior is to use a heuristic by default to decide whether to cache the strings.

0.12.3

  • Added support for Python 3.11.

0.12.2

  • Added wheels for ARM Macs, and Linux on ARM.
  • Started distributing a source tarball for platforms lacking wheels.

0.12.1

  • Dropped support for Python 3.6 (it is no longer maintained); users of Python 3.6 can still use older releases.
  • Improved performance a little.

0.12.0

  • Added support for Python 3.10.

0.11.0

  • Faster performance, thanks to PyO3 v0.14.

0.10.0

  • Fixed bug where find_matches_as_indexes() didn't give correct offsets for non-ASCII strings (#12). Thanks to @necrosovereign for reporting and @BurntSushi for suggesting fix.