Skip to content

Commit d09f82c

Browse files
author
Onur R. Bingol
committed
Version bump to v5.1.0
1 parent 1738d49 commit d09f82c

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

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

3+
## v5.1.0 released on 2019-02-25
4+
5+
* Added `alpha` configuration directive to `VisMPL` to control opacity of the evaluated points
6+
* Added knot refinement operation: `operations.refine_knotvector()`
7+
* Minor bug fixes and coding improvements
8+
* Documentation updates
9+
310
## v5.0.3 released on 2019-02-22
411

512
* Fixed CI config which was failing to generate `geomdl.core` binaries for v5.0.2 and version bumped for user convenience

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.0.3"
8+
__version__ = "5.1.0"
99

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

0 commit comments

Comments
 (0)