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