Releases: Edinburgh-Genome-Foundry/DnaChisel
Releases · Edinburgh-Genome-Foundry/DnaChisel
v3.2.11
- Added standard ambiguous amino acids: #75 #74
- Added comparison operators: #72
- Fix #66, #68, #73
- Switched to Github Actions CI
v3.2.10
- Fixes matplotlib DeprecationWarning
v3.2.9
- Test and build on Python 3.9
- Set up Github Actions
- Fixes #65
v3.2.7
- Fix #52
- Fix #55
- Fix #58
- Migrated CI label to travis-ci.com
- Improved HarmonizeRCA string conversion
- Fixed HarmonizeRCA Genbank API: now uses the following pattern:
~harmonize_rca(e_coli -> h_sapiens)
v3.2.6
- corrected spelling in docstrings and readme files
- changed default projectname from "unnammed" to "unnamed" (argument
project_name
of write_optimization_report()
)
- fixed issue #50: runtime error occurring when
UniquifyAllKmers
is used with include_reverse_complement=False
v3.2.5
Biopython <=1.77 compatibility fix
v3.2.4
Biopython v1.78 compatibility, otherwise code same as v3.2.3.