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 1738d49 commit d09f82cCopy full SHA for d09f82c
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# geomdl Changelog
2
3
+## v5.1.0 released on 2019-02-25
4
+
5
+* Added `alpha` configuration directive to `VisMPL` to control opacity of the evaluated points
6
+* Added knot refinement operation: `operations.refine_knotvector()`
7
+* Minor bug fixes and coding improvements
8
+* Documentation updates
9
10
## v5.0.3 released on 2019-02-22
11
12
* Fixed CI config which was failing to generate `geomdl.core` binaries for v5.0.2 and version bumped for user convenience
geomdl/__init__.py
@@ -5,7 +5,7 @@
"""
# Library version
-__version__ = "5.0.3"
+__version__ = "5.1.0"
# Author and licence
__author__ = "Onur Rauf Bingol"
0 commit comments