Skip to content

v9.0.0

Latest
Compare
Choose a tag to compare
@eliotwrobson eliotwrobson released this 23 Jan 20:35
· 4 commits to main since this release
b0554b5

Breaking Changes

  • Python 3.8 support has been dropped. Please upgrade to Python 3.9 or later to use Automata v9. (#243)

New Features

  • All Unicode characters are now supported in regular expressions (#233)
  • Simplified developer dependencies by migrating from black/flake8/isort to Ruff (#243)

Bugfixes

  • Fixed bug in MNTM.read_input_as_ntm() (#239)