You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- fix#3950
- engineered return tuple as namedtuple to functionally match
the originally returned pairwise2.Alignment; we only documented
a tuple as return type anyway
- update CHANGELOG
…ith Bio.Align.PairwiseAligner (#3951)
* deprecate align.sequence_alignment for removal in 3.0
- add deprecation
- test for deprecation warning
- combined tests for sequence_alignment in a class for easier removal
- update CHANGELOG
* replaced deprecated Bio.pairwise2 with Bio.Align.PairwiseAligner
- fix#3950
- engineered return tuple as namedtuple to functionally match
the originally returned pairwise2.Alignment; we only documented
a tuple as return type anyway
* use biopython >= 1.80 feature for updated alig.sequence_alignment()
* additional docs for sequence_alignment()
(The docs show how one should write code if/when we deprecated this function.)
* update CHANGELOG
Co-authored-by: Irfan Alibay <[email protected]>
We're currently getting warnings about the above, we should amend align.py as necessary.
EDIT: Based on discussion on PR #3951 we'll deprecate and remove in 3.0.
The text was updated successfully, but these errors were encountered: