Skip to content

v0.4.0

Compare
Choose a tag to compare
@github-actions github-actions released this 01 Dec 02:25
· 117 commits to main since this release
370291c

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 and directory 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 and SequenceConstraint to NumpyFilter and SequenceFilter (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