- First release on PyPI.
- First-Order logic support (Formulas, Interpretations, Assignment, Truth of the formulas).
- Fix on the repo.
- Refactoring of the formulas and formal systems functionalities.
- Implemented LDLf.
- "To negative normal form" procedure for LDLf formulas.
- Support for LDLf for Empty Traces.
- Non-deterministic state automata conversion procedure for LDLf_EmptyTraces formulas.
- Fix bug in delta function for NFA computation from LDLf_EmptyTraces formulas
- Fix bug in rewriting automata for PySimpleAutomata package
- Implemented DFA conversion for NFAs from LDLf_EmptyTraces formulas
- Migrating from PySimpleAutomata to Pythomata