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 ba04dff commit 6118ed3Copy full SHA for 6118ed3
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# geomdl Changelog
2
3
+## v5.2.5 released on 2019-05-21
4
+
5
+* Improved `linalg` module
6
+* Added `control_points` module for managing control points
7
+* Bug fixes and improvements
8
+* Documentation updates
9
10
## v5.2.4 released on 2019-04-22
11
12
* Reduced set control points restrictions for surfaces. `Surface.set_ctrlpts` now accepts 2-dimensional control points.
geomdl/__init__.py
@@ -5,7 +5,7 @@
"""
# Library version
-__version__ = "5.2.4"
+__version__ = "5.2.5"
# Author and licence
__author__ = "Onur Rauf Bingol"
0 commit comments