Skip to content

v0.2.0

Compare
Choose a tag to compare
@armantekinalp armantekinalp released this 30 Dec 21:49
· 977 commits to master since this release
eddb343

Release Note (version 0.2)

Developer Note

Good luck! If it explode, increase nu. 🤣 If it doesn't explode, thoroughly check for the bug.

Notable Changes

  • #84: Block implementation
  • #75: Poisson ratio and definition of modulus PR #26 in public
  • #95: MuscularFlagella example case is added
  • #100: ExportCallBack is added to export the rod-data into file.
  • #109: Numpy-only version is now removed. Numba-implementation is set to default.
  • #112: Save and load implementation with the example are added.

Release Note

Click to expand
  • Block structure is included as part of optimization strategy.
  • Different Poisson ratio is supported.
  • Contributing guideline is added.
  • Update readme
  • Add MuscularFlagella example case
  • Minimum requirement for dependencies is specified.
  • Shear coefficient is corrected.
  • Connection index assertion fixed.
  • Remove numpy-only version.
  • Save/Load example