Skip to content

v8.3.0

Latest
Compare
Choose a tag to compare
@caleb531 caleb531 released this 23 Mar 20:19
· 1 commit to main since this release
bbf3d58

Notable Changes

  • Added a new DFA.from_substrings method using the Aho-Corasick algorithm (#167)
  • Fixed support for Python 3.12
  • The contributing guide has been reworked with clearer information on how you can contribute to the Automata library!

Miscellaneous

  • Various minor bugfixes in the codebase
  • Updated dev dependencies to latest (non-breaking) versions
  • Fixed the performance of DFA.maximum_word_length (#202 and #205)