v0.4.0
Breaking change: implemented issue #227: rename "hard" constraints NumpyConstraint
and SequenceConstraint
to NumpyFilter
and SequenceFilter
, as well as existing subclasses of NumpyFilter
.
Commits
- 7a489d8: swapped
filename
anddirectory
parameter order in idt export methods (David Doty) #230 - 7965355: fixed idt fields bug (David Doty) #230
- 40abd39: Update constraints.py (David Doty) #230
- ea2ac4c: closes #227: rename "hard" constraints
NumpyConstraint
andSequenceConstraint
toNumpyFilter
andSequenceFilter
(David Doty) #229 - 5827335: updated docs for
NumpyFilter
(David Doty) #229 - 98ed5af: Update constraints.py (David Doty) #229
- 758e34e: minor renaming (David Doty) #229
- b0429a0: changed ubuntu image to 20.04 to deal with issue actions/runner-images#6647 (David Doty) #229
- 142d43a: bumped version (David Doty) #230
- f664fd2: bumped minor version to reflect breaking change of changing names of hard constraints from Constraint to Filter (David Doty) #230