Skip to content

Commit c71c040

Browse files
Bump version to 3.4.0
1 parent a9a1f4e commit c71c040

File tree

2 files changed

+13
-5
lines changed

2 files changed

+13
-5
lines changed

.github/release-drafter.yml

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,18 @@ exclude-contributors:
5454
# Custom text at start of release
5555
header: >
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
6270
template: |
6371

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "sectionproperties"
3-
version = "3.3.0"
3+
version = "3.4.0"
44
description = "A python package for the analysis of arbitrary cross-sections using the finite element method."
55
license = "MIT"
66
authors = [

0 commit comments

Comments
 (0)