v0.4.1
Breaking change: NumpyFilter
and SequenceFilter
The classes representing "hard" constraints (and their subclasses) NumpyConstraint
and SequenceConstraint
have been renamed to NumpyFilter
and SequenceFilter
to avoid confusion with the subclasses of the "soft" constraints class Constraint
.
Commits
- 985ea5e: Update conf.py (David Doty) #232
- 03f123b: handle empty starred domain indices properly (David Doty) #232
- 56f8985: fixed bug where subdomain check was ruling out checking a domain against itself (David Doty) #232
- 5f53347: fixed rna_duplex domain pairs constraint to group sequence pairs from same pair of domains (David Doty) #232
- c7aa82a: added parameter
ignore_missing_thresholds
to strand pairs constraints generator based on number of complementary domains (David Doty) #232 - a13587a: minor (David Doty) #232
- c7d0508: bumped version (David Doty) #232