Skip to content

Commit

Permalink
Release v5.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Onur Rauf Bingol committed Apr 17, 2019
1 parent 9eebcd5 commit 9ca72bb
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# geomdl Changelog

## v5.2.2 released on 2019-04-17

* Convert "sense" to "reversed" for better understanding of trim curve orientation (API change for surface trimming)
* Update curve degree elevation and reduction algorithms and operations API (no API change)
* Fix trim curve exporting in `exchange.export_json`
* Deprecate `exchange.export_3dm` and `exchange.import_3dm` in favor of [rw3dm v2.0](https://github.com/orbingol/rw3dm)
* Documentation updates

## v5.2.1 released on 2019-03-25

* Minor refactoring in `elements` module (no API change)
Expand Down
2 changes: 1 addition & 1 deletion geomdl/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"""

# Library version
__version__ = "5.2.1"
__version__ = "5.2.2"

# Author and licence
__author__ = "Onur Rauf Bingol"
Expand Down

0 comments on commit 9ca72bb

Please sign in to comment.