This is a minor release in the 0.x.x series and includes some new features, bug fixes, and performance improvements. We recommend that all users upgrade to this version.
The release will be available on PyPI:
python3 -m pip install --upgrade regex-toolkitChanges:
char_to_cpointnow has optionalzfillkeyword argument to specify how many digits to left fill with "0".- Removed
regex_toolkit.utils.iter_sort_by_lenandregex_toolkit.utils.sort_by_len. - Added
regex_toolkit.utils.iter_sort_by_len_and_alphaandregex_toolkit.utils.sort_by_len_and_alpha. - Improved docstrings and documentation.
- Added and improved type annotations.
Please report any issues with the release on the regex-toolkit issue tracker.