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 fbeb8dd commit 314a59cCopy full SHA for 314a59c
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# geomdl Changelog
2
3
+## v5.2.9 released on 2019-09-10
4
+
5
+* Fixed issues #59, #61 and #62
6
+* ``evaluators`` API and documentation updates
7
+* Documentation updates
8
+* Docker configuration updates: ``latest`` tag points to Python v3.6
9
10
## v5.2.8 released on 2019-07-10
11
12
* Update `control_points` module
geomdl/__init__.py
@@ -5,7 +5,7 @@
"""
# Library version
-__version__ = "5.2.8"
+__version__ = "5.2.9"
# Author and license
__author__ = "Onur Rauf Bingol"
0 commit comments