This release adds numeric `Matcher`s `IsEven`, `IsOdd`, `IsPositive`, `IsNonNegative` and `IsNegative`
0.0.20
This release adds Contains Matcher to the documentation
0.0.19
This release: - adds `Contains` Matcher, a singular convenience for `ContainsAllOf` - fixes pychoir packaging: pychoir is now the only package in the package (as one would expect)
0.0.18
This release adds tests and declares support for Python 3.10
0.0.17
This release: - Cleans up pychoir internal name override from public APIs of Matchers
0.0.16
This release: - Fixes exporting types from the package so projects using pychoir can use the types shipped with it instead of having to create stubs for type checking