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 d984f7c commit bead6cdCopy full SHA for bead6cd
CHANGELOG.md
@@ -1,4 +1,13 @@
1
-# Changelog
+# geomdl Changelog
2
+
3
+## v5.0.0 released on 2019-02-21
4
5
+* Includes all updates from v5.0b1 to v5.0b7
6
+* Added knot removal for spline volumes
7
+* Added `operations.degree_operations` function for degree elevation and reduction (still WIP)
8
+* Added more surface decomposition options to `operations.decompose_surface` function
9
+* Minor coding improvements and fixes
10
+* Documentation updates
11
12
## v5.0b7 released on 2019-02-17
13
geomdl/__init__.py
@@ -5,7 +5,7 @@
"""
# Library version
-__version__ = "5.0b7"
+__version__ = "5.0.0"
# Author and licence
__author__ = "Onur Rauf Bingol"
0 commit comments