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 b752754 commit ced4debCopy full SHA for ced4deb
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# geomdl Changelog
2
3
+## v5.1.2 released on 2019-02-28
4
+
5
+* Updated surface derivative algorithm to fill the return array completely
6
+* Fixed variable initialization issue causing warnings during cython compilation
7
8
## v5.1.1 released on 2019-02-26
9
10
* Fixed a bug while computing the surface derivative
geomdl/__init__.py
@@ -5,7 +5,7 @@
"""
# Library version
-__version__ = "5.1.1"
+__version__ = "5.1.2"
# Author and licence
11
__author__ = "Onur Rauf Bingol"
0 commit comments