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)