**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](https://www.snapgene.com/), which is software for biological DNA, and for `.sc`, it's [SuperCollider](https://supercollider.github.io/), 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](https://github.com/UC-Davis-molecular-computing/scadnano-python-package/commit/bb8d62de30c7730868db4be253f8ae3311638cc1)]: updated name of function from main() to create_design() in example script in README (David Doty) [#118](https://github.com/UC-Davis-molecular-computing/scadnano-python-package/pull/118)
- [[6db03e8](https://github.com/UC-Davis-molecular-computing/scadnano-python-package/commit/6db03e85314df3e549d345dd5589fb3fd75b9e40)]: changed name of function main() to create_design() in tutorial (David Doty) [#118](https://github.com/UC-Davis-molecular-computing/scadnano-python-package/pull/118)
- [[b4548da](https://github.com/UC-Davis-molecular-computing/scadnano-python-package/commit/b4548daa8d3fefa28ccc9d952751c719e46ca413)]: modified intro to README (David Doty) [#118](https://github.com/UC-Davis-molecular-computing/scadnano-python-package/pull/118)
- [[d0b58d2](https://github.com/UC-Davis-molecular-computing/scadnano-python-package/commit/d0b58d28f06b64be6c28a5e0fc77e7bf8526333e)]: updated tutorial to link directly to raw design file (David Doty) [#118](https://github.com/UC-Davis-molecular-computing/scadnano-python-package/pull/118)
- [[f87b219](https://github.com/UC-Davis-molecular-computing/scadnano-python-package/commit/f87b219bc3e8a93c9560c0092d36e46cdb5c1729)]: fixes #110; updated default file extension from .dna to .sc (David Doty) [118](https://github.com/UC-Davis-molecular-computing/scadnano-python-package/pull/118)
- [[5f9bf45](https://github.com/UC-Davis-molecular-computing/scadnano-python-package/commit/5f9bf4512470652ee4cfc9556a943ee289f279d4)]: closes #91; BREAKING CHANGE: change DNADesign class name to Design (David Doty) [118](https://github.com/UC-Davis-molecular-computing/scadnano-python-package/pull/118)