From 9ca72bb484066f881c2a265f213f5a8a2dd92c06 Mon Sep 17 00:00:00 2001 From: Onur Rauf Bingol Date: Wed, 17 Apr 2019 02:02:52 -0500 Subject: [PATCH] Release v5.2.2 --- CHANGELOG.md | 8 ++++++++ geomdl/__init__.py | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index da36cdea..bdd827c6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/geomdl/__init__.py b/geomdl/__init__.py index 7a5e93da..8808f0ad 100644 --- a/geomdl/__init__.py +++ b/geomdl/__init__.py @@ -5,7 +5,7 @@ """ # Library version -__version__ = "5.2.1" +__version__ = "5.2.2" # Author and licence __author__ = "Onur Rauf Bingol"