Skip to content

Commit ba92501

Browse files
author
Onur R. Bingol
committed
Release v5.2.3
1 parent e8d2a75 commit ba92501

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# geomdl Changelog
22

3+
## v5.2.3 released on 2019-04-19
4+
5+
* Fix incorrect dict export of trims in trimmed surfaces
6+
* Add analytic trim curve support to trimmed surface dict export
7+
* Change `VolumeContainer` base class from `SurfaceContainer` to `AbstractContainer` and add missing methods
8+
* Documentation updates
9+
* Minor bug fixes and improvements
10+
311
## v5.2.2 released on 2019-04-17
412

513
* Convert "sense" to "reversed" for better understanding of trim curve orientation (API change for surface trimming)

geomdl/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"""
66

77
# Library version
8-
__version__ = "5.2.2"
8+
__version__ = "5.2.3"
99

1010
# Author and licence
1111
__author__ = "Onur Rauf Bingol"

0 commit comments

Comments
 (0)