Skip to content

Commit 3606a4e

Browse files
Bump version to 3.1.0
1 parent 045ee89 commit 3606a4e

File tree

2 files changed

+11
-5
lines changed

2 files changed

+11
-5
lines changed

.github/release-drafter.yml

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,16 @@ exclude-contributors:
5252
- "robbievanleeuwen"
5353

5454
# Custom text at start of release
55-
header: >
56-
This release restores the top reinforcement distribution for concrete_tee_sections()
57-
present in `sectionproperties` v2.1.5. It also includes some minor docs fixes, CI
58-
updates and dependency updates.
55+
header: |
56+
## ⭐ Highlights
57+
58+
- Get significant performance improvements for large meshes by using the `pardiso`
59+
solver, see installation docs [here](https://sectionproperties.readthedocs.io/en/stable/installation.html#installing-pardiso-solver).
60+
Further performance gains with the introduction of `numba`, both thanks to @TLCFEM.
61+
- Vastly increased the number of tests, including 19 extra validation tests from
62+
Pilkey (2002), three of which can be found in the [examples](https://sectionproperties.readthedocs.io/en/stable/examples.html#validation).
63+
- Added benchmark tests to aid performance improvements.
64+
- Rhino methods are now support in python 3.10 and 3.11.
5965
6066
template: |
6167
## What's Changed

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.0.2"
3+
version = "3.1.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)