Pyahocorasick

Latest version: v2.1.0

Safety actively analyzes 630217 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 2 of 5

1.4.0

--------------------------------------------------

- Change internal trie representation thanks to that performance
of common operation is 1.5 - 2.5 times faster. Details are
presented in https://github.com/WojciechMula/pyahocorasick/pull/107
Warning: this change breaks compatibility of pickle and ``save()``
format, this won't be possible to load files created in the
previous version.

1.3.0

--------------------------------------------------

- Add alternative pickling mechanism ``save()``/``load``, which
requires less memory than the standard pickle solution (issue 102)

1.2.0

--------------------------------------------------

- Add methods ``remove_word()``/``pop()`` (issue 79)

1.1.13.1

--------------------------------------------------

- Fix manifest file

1.1.13

--------------------------------------------------

- Fix pickling of large automatons (issue 50);
The fix wouldn't be possible without great help and
patience of all people involved:

* **Emil Stenström** (EmilStenstrom)
* **David Woakes** (woakesd)
* **Dobatymo**
* **Philippe Ombredanne** (pombredanne)

The fix wouldn't also be possible without **Daniel Lemire** (lemire),
who gave me access to decent machines and I was able to test fixes
on large data.

1.1.12

--------------------------------------------------

- Add support for tuples of ints to ``iter()`` (by **Frankie Robertson**)

Page 2 of 5

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.