Skip to content

Commit 9f5dd4f

Browse files
author
Onur Rauf Bingol
committed
Version bump to v5.0b6
1 parent 21c3ac6 commit 9f5dd4f

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog
22

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+
313
## v5.0b5 released on 2019-01-17
414

515
* Minor API updates and fixes

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.0b5"
8+
__version__ = "5.0b6"
99

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

0 commit comments

Comments
 (0)