v6.1.0
[6.1.0] - 2022-12-10
Changed
- Enhance plotting with custom
x
- andy
-data inCharacteristicCurve.plot(x, y)
and allow a list of items for force evaluation inCharacteristicCurve(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