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:
54
54
# Custom text at start of release
55
55
header : >
56
56
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.
61
69
62
70
template : |
63
71
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " sectionproperties"
3
- version = " 3.3 .0"
3
+ version = " 3.4 .0"
4
4
description = " A python package for the analysis of arbitrary cross-sections using the finite element method."
5
5
license = " MIT"
6
6
authors = [
You can’t perform that action at this time.
0 commit comments