File tree Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change 1
1
Changelog:
2
2
==========
3
3
4
+ v2.1.3:
5
+ -------
6
+
7
+ - Retrieve cross-section stresses at any point using ``get_stress_at_point() `` or
8
+ ``get_stress_at_points() ``, many thanks to `@normanrichardson <https://github.com/normanrichardson >`_
9
+ - Fix plot legend formatting, thanks to `@Agent6-6-6 <https://github.com/Agent6-6-6 >`_
10
+ - Added ability for ``Geometry.align_center() `` and ``CompoundGeometry.align_center() ``
11
+ to accept an ``x ``, ``y `` coordinate as a valid input, thanks to `@connorferster <https://github.com/connorferster >`_
12
+ - Only require a warping analysis to be performed for a stress analysis if the shear
13
+ force or twisting moment is non-zero.
14
+
15
+ **Full changelog: ** `2.1.2...2.1.3 <https://github.com/robbievanleeuwen/section-properties/compare/2.1.2...2.1.3 >`_
16
+
4
17
v2.1.2:
5
18
-------
6
19
Original file line number Diff line number Diff line change 6
6
in structural design and visualise cross-sectional stresses resulting
7
7
from combinations of applied forces and bending moments.
8
8
"""
9
- __version__ = "2.1.2 "
9
+ __version__ = "2.1.3 "
You can’t perform that action at this time.
0 commit comments