Skip to content

version 0.0.1

Latest
Compare
Choose a tag to compare
@trinker trinker released this 01 Aug 02:33
· 386 commits to master since this release

NEWS

Versioning

Releases will be numbered with the following semantic versioning format:

<major>.<minor>.<patch>

And constructed with the following guidelines:

  • Breaking backward compatibility bumps the major (and resets the minor
    and patch)
  • New additions without breaking backward compatibility bumps the minor
    (and resets the patch)
  • Bug fixes and misc changes bumps the patch

termco 0.0.1

This package is a small suite of functions used to count terms and substrings
in strings.