We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9fc3315 commit 3a62c47Copy full SHA for 3a62c47
CHANGELOG.rst
@@ -1,6 +1,14 @@
1
Changelog:
2
==========
3
4
+v2.1.1:
5
+-------
6
+
7
+- Use Lagrangian multiplier for calculation of torsion properties
8
+- Add more plotting options to ``plot_geometry()``
9
10
+**Full changelog:** `2.1.0...2.1.1 <https://github.com/robbievanleeuwen/section-properties/compare/2.1.0...2.1.1>`_
11
12
v2.1.0:
13
-------
14
sectionproperties/__init__.py
@@ -6,4 +6,4 @@
in structural design and visualise cross-sectional stresses resulting
from combinations of applied forces and bending moments.
"""
-__version__ = "2.1.0"
+__version__ = "2.1.1"
0 commit comments