File tree Expand file tree Collapse file tree 3 files changed +11
-3
lines changed Expand file tree Collapse file tree 3 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 11Change Log:
22===========
33
4+ v1.0.4:
5+ -------
6+
7+ - Added a monosymmetric I-section class
8+ - Extend the plastic centroid search range to the entire section
9+ - Remove the pc_region variable from the plastic centroid calculation as it is no longer relevant
10+ - Better verbose output for the plastic centroid calculation
11+
412v1.0.3:
513-------
614
Original file line number Diff line number Diff line change 2424author = 'Robbie van Leeuwen'
2525
2626# The short X.Y version
27- version = '1.0.3 '
27+ version = '1.0.4 '
2828# The full version, including alpha/beta/rc tags
29- release = '1.0.3 '
29+ release = '1.0.4 '
3030
3131
3232# -- General configuration ---------------------------------------------------
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ def readme():
2323 install_requires .append ('meshpy' )
2424
2525setup (name = 'sectionproperties' ,
26- version = '1.0.3 ' ,
26+ version = '1.0.4 ' ,
2727 description = description_text (),
2828 long_description = readme (),
2929 long_description_content_type = 'text/markdown' ,
You can’t perform that action at this time.
0 commit comments