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

closes #219: change `Design.strand` to `Design.draw_strand` #220

Closed dave-doty closed 2 years ago

dave-doty commented 2 years ago

Description

Changed the method Design.strand to Design.draw_strand, and added a printed warning about deprecation to the old method Design.strand, before it simply calls Design.draw_strand.

Related Issue

219

Motivation and Context

The method Design.strand was poorly named. Design.draw_strand better describes what it does.

How Has This Been Tested?

All unit tests pass.