Published June 29, 2024
| Version v8.4.0
Software
Open
automata: A Python package for simulating and manipulating automata
Creators
Description
A minor release with updates from the recently-completed pyOpenSci review:
https://github.com/pyOpenSci/software-submission/issues/152
New Features
- Added length limits to the
successor
family of functions
Fixes
- Fixed addition of unreachable states for some cases in the creation of partial DFAs, and made behavior more consistent (#228)
- Fixed bug in edge case for minify (#218)
Documentation
- Added documentation making the library easier to use for new users, and more detailed examples
Notes
Files
caleb531/automata-v8.4.0.zip
Files
(244.2 kB)
Name | Size | Download all |
---|---|---|
md5:5318092c463973338fe13cc89e064979
|
244.2 kB | Preview Download |
Additional details
Related works
- Is supplement to
- Software: https://github.com/caleb531/automata/tree/v8.4.0 (URL)