summary refs log tree commit diff stats
path: root/setup.py
AgeCommit message (Collapse)Author
2020-11-06Fix subvalue not parsing predicatesSoniEx2
2020-11-06Add optional subvaluesSoniEx2
2020-04-17Fix bugs with empty and predicate-only matchesSoniEx2
Also clarified the behaviour of empty matches, which match anything, but only once. This behaviour is required for consistency with the rest of the matching rules.
2020-02-25Warn/error when using Predicate types as predicateSoniEx2
This only applies to Predicate types. Predicate instances still function as expected, as do non-Predicate types.
2020-02-23Fix tagged key subtrees not working correctlySoniEx2
2020-02-23Bump versionSoniEx2
2020-02-13Rename packageSoniEx2
2020-02-10Add install_requiresSoniEx2
2020-02-09Squashed commit of the following:SoniEx2
* Add predicates * Rearrange modules * Bump version