Skip to content

v6.1.0

Compare
Choose a tag to compare
@adtzlr adtzlr released this 10 Dec 12:09
· 2502 commits to main since this release

[6.1.0] - 2022-12-10

Changed

  • Enhance plotting with custom x- and y-data in CharacteristicCurve.plot(x, y) and allow a list of items for force evaluation in CharacteristicCurve(items=[...]) to be passed.
  • Enhance math.linsteps(points=[0, 5, 0], num=[5, 10]) by supporting a list of substeps.
  • Enhance compression of shear loadcase: Apply the compression on the bottom and the top dof.shear(compression=(0, 0)).

Auto-Generated Release-Notes

What's Changed

  • Enhance CharacteristicCurve(items=[...]).plot(x, y) by @adtzlr in #350
  • Enhance linsteps by supporting a list of substeps by @adtzlr in #352
  • Enhance dof.shear(compression=(0, 0) by @adtzlr in #354

Full Changelog: v6.0.0...v6.1.0