- Removed a spurious sort in Talbe (columns), that induced an apparent error in FIRST/FOLLOW tables computation.
1.6.2a
--------------------
- Fixed the Readthedocs build.
1.6.1a
--------------------
- Using hatch for testing, tox gone forever.
1.6.0a
--------------------
- Migrated to Hatch (and pyproject.toml from setup.py). - Updated to ANTLR to 4.12.0. - Added GitHub Actions Status badge. - Added testing for python 3.10.
1.5.7alpha
-------------------------
- Added html escamping to cell contents in Table. - Added warning reporting when generating ANTLR files from grammar. - Fixed a deprecation warning in some of the regexp. - Added first to API documentation. - Using tox instead of tox4. - Updated antlr to 4.10. - Using bump2version instead of the deprecated bumpversion.
1.5.5alpha
-------------------------
- The base element of a CYKTable is a set. - Added installation of LLVM 11 to the gitpod Dockerfile. - Updated documentation to the actually used versions of dependencies. - CYKTable replaces cyk2table in documentation examples. - Using GITHUB_WORKSPACE instead of hard wiring the path in GitHub workflow.