Releases: aosingh/lexpy
Releases · aosingh/lexpy
v1.1.0
v1.0.0
lexpy v1.0.0 includes the following features and fixes
- Python version 3.7 or higher is required.
- Added support for Python 3.10 and dropped support for Python 3.6
- PEP 517 compliant build system. Introduced
setup.cfg
andpyproject.toml
- Continuous integration support using Github Actions
- Optimized the function
validate_expression()
- Added Support for special characters. Characters other than
?
and*
will be matched literally - Simplified
add_all()
method - Fixes issues #9 and #8
v0.9.8
v0.9.7
-
Removed support for Python 2. Going forward only Python 3 will be supported
-
Added support for word counter
-
Changed the DAWG DFA minimization process to support the word count feature
-
Each Node's Hash code will now take into account the count flag to determine if 2 nodes are logically equivalent
-
Improved Test coverage from 87 % to 93 %
-
Minor Python performance tweaks
v0.9.6
Stable Release supports both Python 2 and Python 3
v0.9.3 Documentation
Pre-release
v0.8 Changed the version and description for PyPi