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 e8d2a75 commit ba92501Copy full SHA for ba92501
CHANGELOG.md
@@ -1,5 +1,13 @@
1
# geomdl Changelog
2
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
11
## v5.2.2 released on 2019-04-17
12
13
* Convert "sense" to "reversed" for better understanding of trim curve orientation (API change for surface trimming)
geomdl/__init__.py
@@ -5,7 +5,7 @@
"""
# Library version
-__version__ = "5.2.2"
+__version__ = "5.2.3"
# Author and licence
__author__ = "Onur Rauf Bingol"
0 commit comments