Skip to content

Commit 5a49085

Browse files
Bump version
1 parent 848ab96 commit 5a49085

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.rst

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,19 @@
11
Changelog:
22
==========
33

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+
417
v2.1.2:
518
-------
619

sectionproperties/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66
in structural design and visualise cross-sectional stresses resulting
77
from combinations of applied forces and bending moments.
88
"""
9-
__version__ = "2.1.2"
9+
__version__ = "2.1.3"

0 commit comments

Comments
 (0)