v0.11.2
Added loopout labels. Now you can do this:
(design.strand(0, 0).to(8)
.loopout(1, 4).with_domain_label('loopout label')
.to(0))
Commits
- [ed0ea3b]: removed example; made StrandBuilder._strand private and added getter that raiases exception if Strand has not been created yet (David Doty) #130
- [23d5a1c]: fixed unit test after changing indenting JSON behavior if Helix.position is specified (David Doty) #130
- [9a969ce]: added loopout labels; bumped version (David Doty) #130