Skip to content

Commit

Permalink
Bump version to 3.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
robbievanleeuwen committed Oct 4, 2024
1 parent a9a1f4e commit c71c040
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 5 deletions.
16 changes: 12 additions & 4 deletions .github/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,18 @@ exclude-contributors:
# Custom text at start of release
header: >
This release swaps the new `Triangle` wrapper, [`CyTriangle`](https://github.com/m-clare/cytriangle),
for [`triangle`](https://github.com/drufat/triangle), thus supporting users with Apple
Silicon (`macos-arm64`). Many thanks for @m-clare for the hard work with this new
package!
This release contains several important bug fixes and dependency updates.
Python 3.9 support is dropped ahead of the upcoming 3.13 release. Python 3.13 support
will be added once all the core upstream dependencies support 3.13.
A bug in the `CompoundGeometry` offset dilation algorithm was fixed by @connorferster,
a live stream of this fix can be watched [here](https://www.youtube.com/live/hSfsojAAJjc?si=Zuwn7Mr6zXS1wHFF).
Most importantly a critical bug in the plastic moment calculation was found and fixed,
see issue 460. Note that this bug affected plastic moment calculations for composite
sections only, the plastic centroid calculation and geometric-only analyses were
unaffected.
template: |
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "sectionproperties"
version = "3.3.0"
version = "3.4.0"
description = "A python package for the analysis of arbitrary cross-sections using the finite element method."
license = "MIT"
authors = [
Expand Down

0 comments on commit c71c040

Please sign in to comment.