Skip to content

Commit eb8e2fb

Browse files
Bump version, update changelog
1 parent d551da4 commit eb8e2fb

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.0.3:
5+
-------
6+
7+
- Add top reinforcement to concrete section library sections
8+
- Add option to specify concrete circle area to ``concrete_circular_section()``
9+
- Update concrete section library to prevent overlapping geometries
10+
- Fix implementation of ``Geometry`` and ``CompoundGeometry`` ``.__sub__()`` method
11+
- Add method to detect overlapping geometry errors and generate warning
12+
- Add option to create coarse mesh (no angle or area constraints)
13+
- Update ``rhino-shapley-interop`` and ``cad_to_shapely`` requirements
14+
15+
**Full changelog:** `2.0.2...2.0.3 <https://github.com/robbievanleeuwen/section-properties/compare/2.0.2...2.0.3>`_
16+
417
v2.0.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.0.2"
9+
__version__ = "2.0.3"

0 commit comments

Comments
 (0)