Automathon

Latest version: v0.0.15

Safety actively analyzes 624429 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 2

0.0.15

What's Changed
* feat(finite_automata): 8 refactor by rohaquinlop in https://github.com/rohaquinlop/automathon/pull/9
* feat(back): 13 update dfa and nfa classes by rohaquinlop in https://github.com/rohaquinlop/automathon/pull/19
* feat(NFA|DFA): 20 update the docstrings by rohaquinlop in https://github.com/rohaquinlop/automathon/pull/21
* feat(license): remove license by rohaquinlop in https://github.com/rohaquinlop/automathon/pull/23
* feat(license): add MIT license by rohaquinlop in https://github.com/rohaquinlop/automathon/pull/24
* feat(license): update license in setup.py by rohaquinlop in https://github.com/rohaquinlop/automathon/pull/25
* feat(docs): 11 add documentation website by rohaquinlop in https://github.com/rohaquinlop/automathon/pull/26
* feat(docs): 11 update docs url by rohaquinlop in https://github.com/rohaquinlop/automathon/pull/27
* feat(docs): 11 update docs website and readme by rohaquinlop in https://github.com/rohaquinlop/automathon/pull/28
* refac(dfa): 17 refactor accept and product funcs by rohaquinlop in https://github.com/rohaquinlop/automathon/pull/29
* refac(nfa): 17 is_valid by rohaquinlop in https://github.com/rohaquinlop/automathon/pull/30
* refac(nfa): 17 accept by rohaquinlop in https://github.com/rohaquinlop/automathon/pull/31
* refac(nfa): 17 remove_epsilon_transitions by rohaquinlop in https://github.com/rohaquinlop/automathon/pull/32
* refac(nfa): 17 get_dfa by rohaquinlop in https://github.com/rohaquinlop/automathon/pull/33
* feat(dfa): 16 binary_operation by rohaquinlop in https://github.com/rohaquinlop/automathon/pull/34
* feat(dfa): 16 add difference and symmetric difference algorithms by rohaquinlop in https://github.com/rohaquinlop/automathon/pull/35
* feat(nfa): 16 add intersection by rohaquinlop in https://github.com/rohaquinlop/automathon/pull/36
* feat(docs): 37 update documentation by rohaquinlop in https://github.com/rohaquinlop/automathon/pull/38


**Full Changelog**: https://github.com/rohaquinlop/automathon/compare/v0.0.13...v0.0.15

0.0.13

What's Changed
* Setup Bazel CI by rohaquinlop in https://github.com/rohaquinlop/automathon/pull/3
* refac(conf): reformatted code and fixed indentation by rohaquinlop in https://github.com/rohaquinlop/automathon/pull/5
* feat(view): 4 enable graphviz customization by rohaquinlop in https://github.com/rohaquinlop/automathon/pull/6
* feat(conf): upgrade to 0.0.13 by rohaquinlop in https://github.com/rohaquinlop/automathon/pull/7

New Contributors
* rohaquinlop made their first contribution in https://github.com/rohaquinlop/automathon/pull/3

**Full Changelog**: https://github.com/rohaquinlop/automathon/compare/v0.0.12...v0.0.13

0.0.12

What's new?
- Changed the delta variable on the NFA to use sets instead of lists.

**Full Changelog**: https://github.com/rohaquinlop/automathon/compare/v0.0.10...v0.0.12

0.0.10

What's new?
- Created the renumber function to change the states of labels of a NFA.

**Full Changelog**: https://github.com/rohaquinlop/automathon/compare/v0.0.9...v0.0.10

0.0.9

What's new?
- Created the minimize function to reduce a NFA.
- Fixed the algorithm to get a DFA from NFA.

0.0.8

What's new?
- Fixed the algorithm to remove epsilon transitions.
- Fixed the max recursion on the function to get the epsilon closures.

**Full Changelog**: https://github.com/rohaquinlop/automathon/compare/v0.0.7...v0.0.8

Page 1 of 2

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.