Skip to content

v0.2.1

Compare
Choose a tag to compare
@armantekinalp armantekinalp released this 26 Jan 06:18
· 935 commits to master since this release
37db351

Release Note (version 0.2.1)

Developer Note

Contact model between two different rods and rod with itself is implemented.
Testing the contact model is done through simulations. These simulation scripts can be found under
RodContactCase.
However, in future releases we have to add unit tests for contact model functions to test them and increase code coverage.

Notable Changes

  • #31: Merge contact model to master PR #40 in public
  • #46: The progress bar can be disabled by passing an argument to integrate.
  • #48: Experimental modules are added to hold functions that are in test phase.

Release Note

Click to expand
  • Rod-Rod contact and Rod self contact is added.
  • Two example cases for rod-rod contact is added, i.e. two rods colliding to each other in space.
  • Two example cases for rod self contact is added, i.e. plectonemes and solenoids.
  • Progress bar can be disabled by passing an argument to integrate function.
  • Experimental module added.
  • Bugfix in callback mechanism