Skip to content

Commit bead6cd

Browse files
author
Onur Rauf Bingol
committed
Version bump to v5.0.0
1 parent d984f7c commit bead6cd

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,13 @@
1-
# Changelog
1+
# 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
211

312
## v5.0b7 released on 2019-02-17
413

geomdl/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"""
66

77
# Library version
8-
__version__ = "5.0b7"
8+
__version__ = "5.0.0"
99

1010
# Author and licence
1111
__author__ = "Onur Rauf Bingol"

0 commit comments

Comments
 (0)