v0.10.0
BREAKING CHANGE: The name of the class DNADesign
has been changed to Design
. You will have to update scripts to reflect this new name. From now on, it would be good practice to name local variables design
instead of dna_design
, for instance. I found it was common for novices to abbreviate these as only dna
, which is confusing since that could be DNA sequence, for example.
Also, the default file extension has been changed from .dna
to .sc
. Most short file extensions are taken, but in this case, the most popular for .dna
is SnapGene, which is software for biological DNA, and for .sc
, it's SuperCollider, a music synthesis tool. There's much less chance that we'll be confused with SuperCollider than SnapGene. However, the web interface still recognizes .sc
, .dna
, and .json
as file extensions for scadnano files that can be opened using the Menu->Load option, or dragged from a file browser onto the web browser with scadnano open.
Commits
- [bb8d62d]: updated name of function from main() to create_design() in example script in README (David Doty) #118
- [6db03e8]: changed name of function main() to create_design() in tutorial (David Doty) #118
- [b4548da]: modified intro to README (David Doty) #118
- [d0b58d2]: updated tutorial to link directly to raw design file (David Doty) #118
- [f87b219]: fixes #110; updated default file extension from .dna to .sc (David Doty) #118
- [5f9bf45]: closes #91; BREAKING CHANGE: change DNADesign class name to Design (David Doty) #118