File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 1
1
# geomdl Changelog
2
2
3
+ ## v5.2.2 released on 2019-04-17
4
+
5
+ * Convert "sense" to "reversed" for better understanding of trim curve orientation (API change for surface trimming)
6
+ * Update curve degree elevation and reduction algorithms and operations API (no API change)
7
+ * Fix trim curve exporting in ` exchange.export_json `
8
+ * Deprecate ` exchange.export_3dm ` and ` exchange.import_3dm ` in favor of [ rw3dm v2.0] ( https://github.com/orbingol/rw3dm )
9
+ * Documentation updates
10
+
3
11
## v5.2.1 released on 2019-03-25
4
12
5
13
* Minor refactoring in ` elements ` module (no API change)
Original file line number Diff line number Diff line change 5
5
"""
6
6
7
7
# Library version
8
- __version__ = "5.2.1 "
8
+ __version__ = "5.2.2 "
9
9
10
10
# Author and licence
11
11
__author__ = "Onur Rauf Bingol"
You can’t perform that action at this time.
0 commit comments