v0.4.0 #69
robbievanleeuwen
announced in
Announcements
v0.4.0
#69
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Breaking Changes:
design_code
subpackage, for examplefrom concreteproperties.design_codes import AS3600
becomesfrom concreteproperties.design_codes.as3600 import AS3600
ConcreteSection
constructor, see here.moment_interaction_diagram()
now searches between thelimits
and accepts additionalcontrol_points
, refer to the documentation for the current implementationBug Fixes:
concrete_section.ultimate_bending_capacity()
needs method for max compression load check (find concrete_section.ultimate_bending_capacity() needs method for max compression load check #41)Enhancements:
progress_bar=False
Full changelog: v0.3.1...v0.4.0
This discussion was created from the release v0.4.0.
Beta Was this translation helpful? Give feedback.
All reactions