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 cac5647 commit fa9762bCopy full SHA for fa9762b
CHANGELOG.rst
@@ -1,6 +1,14 @@
1
Changelog:
2
==========
3
4
+v2.0.2:
5
+-------
6
+
7
+- Add circular_section_by_area() in the section library
8
+- Add option to define reinforcement by area rather than diameter for all concrete sections in the section library
9
+- Fix bug in super_t_girder_section() which caused type 5 to be returned in all cases
10
+- Require matplotlib >= 3.4 for CenteredNorm
11
12
v2.0.1:
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.0.1"
+__version__ = "2.0.2"
0 commit comments