Changelog
0.1.0
Initial release
0.1.1
Added set operations
Added basic test suite
0.1.2
Added initial support for Non-deterministic Finite Automata
Added scafolding for Pushdown Automata
0.1.3
Creation of Sphinx documentation
__init__.py now imports all classes and functions from automata.py
0.1.4 (WIP)
Change of proyect structure to accomodate for future changes
Changelog added
Github actions added for both testing and documentation
Added extra type hints and docstrings