File tree Expand file tree Collapse file tree 2 files changed +13
-5
lines changed Expand file tree Collapse file tree 2 files changed +13
-5
lines changed Original file line number Diff line number Diff line change @@ -54,10 +54,18 @@ exclude-contributors:
5454# Custom text at start of release
5555header : >
5656
57- This release swaps the new `Triangle` wrapper, [`CyTriangle`](https://github.com/m-clare/cytriangle),
58- for [`triangle`](https://github.com/drufat/triangle), thus supporting users with Apple
59- Silicon (`macos-arm64`). Many thanks for @m-clare for the hard work with this new
60- package!
57+ This release contains several important bug fixes and dependency updates.
58+
59+ Python 3.9 support is dropped ahead of the upcoming 3.13 release. Python 3.13 support
60+ will be added once all the core upstream dependencies support 3.13.
61+
62+ A bug in the `CompoundGeometry` offset dilation algorithm was fixed by @connorferster,
63+ a live stream of this fix can be watched [here](https://www.youtube.com/live/hSfsojAAJjc?si=Zuwn7Mr6zXS1wHFF).
64+
65+ Most importantly a critical bug in the plastic moment calculation was found and fixed,
66+ see issue 460. Note that this bug affected plastic moment calculations for composite
67+ sections only, the plastic centroid calculation and geometric-only analyses were
68+ unaffected.
6169
6270template : |
6371
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " sectionproperties"
3- version = " 3.3 .0"
3+ version = " 3.4 .0"
44description = " A python package for the analysis of arbitrary cross-sections using the finite element method."
55license = " MIT"
66authors = [
You can’t perform that action at this time.
0 commit comments