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 1b82ad4 commit d70347dCopy full SHA for d70347d
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# geomdl Changelog
2
3
+## v5.1.1 released on 2019-02-26
4
+
5
+* Fix a bug while taking the surface derivative
6
7
## v5.1.0 released on 2019-02-25
8
9
* Added `alpha` configuration directive to `VisMPL` to control opacity of the evaluated points
geomdl/__init__.py
@@ -5,7 +5,7 @@
"""
# Library version
-__version__ = "5.1.0"
+__version__ = "5.1.1"
10
# Author and licence
11
__author__ = "Onur Rauf Bingol"
0 commit comments