File tree Expand file tree Collapse file tree 2 files changed +11
-5
lines changed Expand file tree Collapse file tree 2 files changed +11
-5
lines changed Original file line number Diff line number Diff 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
6066template : |
6167 ## What's Changed
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " sectionproperties"
3- version = " 3.0.2 "
3+ version = " 3.1.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