Skip to content

v0.11.2

Compare
Choose a tag to compare
@github-actions github-actions released this 25 Aug 23:01
fb6828c

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