There is a newer version of the record available.

Published March 23, 2024 | Version v8.3.0
Software Open

automata: A Python package for simulating and manipulating automata

Description

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)

Notes

If you use this software, please cite our article in the Journal of Open Source Software.

Files

caleb531/automata-v8.3.0.zip

Files (237.3 kB)

Name Size Download all
md5:97512981434c040d77636690417af6e5
237.3 kB Preview Download

Additional details

Related works