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 21c3ac6 commit 9f5dd4fCopy full SHA for 9f5dd4f
CHANGELOG.md
@@ -1,5 +1,15 @@
1
# Changelog
2
3
+## v5.0b6 released on 2019-02-16
4
+
5
+* Added `exchange.import_obj` function
6
+* Added knot removal, degree elevation and degree reduction algorithms
7
+* Simplified evaluator API to make implementations easier
8
+* Added `knotvector` module
9
+* Added surface trimming algorithm
10
+* Minor bug fixes and compatibility updates
11
+* Documentation updates
12
13
## v5.0b5 released on 2019-01-17
14
15
* Minor API updates and fixes
geomdl/__init__.py
@@ -5,7 +5,7 @@
"""
# Library version
-__version__ = "5.0b5"
+__version__ = "5.0b6"
# Author and licence
__author__ = "Onur Rauf Bingol"
0 commit comments