8000 Releases · Phosmic/regex-toolkit · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Releases: Phosmic/regex-toolkit

Regex Toolkit 0.1.0

17 Oct 02:45
7384e5e
Compare
Choose a tag to compare

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-toolkit

Changes:

  • char_to_cpoint now has optional zfill keyword argument to specify how many digits to left fill with "0".
  • Removed regex_toolkit.utils.iter_sort_by_len and regex_toolkit.utils.sort_by_len.
  • Added regex_toolkit.utils.iter_sort_by_len_and_alpha and regex_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.

Regex Toolkit 0.0.5

01 Oct 04:18
909b1c1
Compare
Choose a tag to compare

This is a patch release in the 0.0.x series and includes some new features and bug fixes. We recommend that all users upgrade to this version.

The release will be available on PyPI:

python3 -m pip install --upgrade regex-toolkit

Please report any issues with the release on the regex-toolkit issue tracker.

0