- Added test to take the coverage of the automaton module to 100%. - Added some type checking to the automaton constructors and static factories. - Fixed custom comparison method __lt__ against a different type to return NotImplemented. - Renamed the Quickstart documentation section to Examples. - Moved the method Automata.coalesce to StateTransitionGraph (as a parameter of from_automata static method).
0.8.6alpha
-------------------------
- Maintenance release.
0.8.5alpha
-------------------------
- Added tests to take coverage of the grammar module to 100%. - Added this CHANGELOG.txt file (and some tools to handle it). - Fixed display.cyk2table function for the case with a nullable row.
0.8.4alpha
-------------------------
- First (wrong) implementation of nullable row in display.cyk2table.
0.8.3alpha
-------------------------
- Added methods Grammar.restrict_to, Production.such_that, and function display.prods2table.
0.8.2alpha
-------------------------
- Added display.cyk2table function and renamed display.dod2html function to display.dod2table.