UC-Davis-molecular-computing / scadnano-python-package

Python scripting library for generating designs readable by scadnano.
https://scadnano.org
MIT License
13 stars 7 forks source link

change `Design.strand` to `Design.draw_strand` #219

Closed dave-doty closed 2 years ago

dave-doty commented 2 years ago

The method Design.strand is not well-named. It should be Design.draw_strand.

Change its name to Design.draw_strand, and deprecate the method Design.strand. For now it should print a warning that it is deprecated and then call Design.draw_strand.

dave-doty commented 2 years ago

Release notes

method Design.strand changed to Design.draw_strand

The method Design.strand is not well-named. It has been changed to Design.draw_strand. The method Design.strand still exists for now but is deprecate. It prints a warning that it is deprecated and then simply calls Design.draw_strand.