Skip to content

Commit 9ca72bb

Browse files
committed
Release v5.2.2
1 parent 9eebcd5 commit 9ca72bb

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.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+
311
## v5.2.1 released on 2019-03-25
412

513
* Minor refactoring in `elements` module (no API change)

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.1"
8+
__version__ = "5.2.2"
99

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

0 commit comments

Comments
 (0)