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 ee3441d commit 0591544Copy full SHA for 0591544
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# geomdl Changelog
2
3
+## v5.2.8 released on 2019-07-10
4
+
5
+* Fix normal vector evaluation for curves (as discussed in #49 and #50)
6
7
## v5.2.7 released on 2019-05-24
8
9
* Added `operations.flip`
geomdl/__init__.py
@@ -5,7 +5,7 @@
"""
# Library version
-__version__ = "5.2.7"
+__version__ = "5.2.8"
10
# Author and licence
11
__author__ = "Onur Rauf Bingol"
0 commit comments