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 5fca592 commit b1c6a8bCopy full SHA for b1c6a8b
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# geomdl Changelog
2
3
+## v5.2.4 released on 2019-04-22
4
+
5
+* Reduced set control points restrictions for surfaces. `Surface.set_ctrlpts` now accepts 2-dimensional control points.
6
+* Deprecated `save` and `load` methods defined in `BSpline` module in favor of `import_json` and `export_json`
7
+* Generalized `operations.add_dimension` API call to work with all `SplineGeometry` subclasses
8
+* Documentation updates
9
10
## v5.2.3 released on 2019-04-19
11
12
* Fix incorrect dict export of trims in trimmed surfaces
geomdl/__init__.py
@@ -5,7 +5,7 @@
"""
# Library version
-__version__ = "5.2.3"
+__version__ = "5.2.4"
# Author and licence
__author__ = "Onur Rauf Bingol"
0 commit comments