Skip to content

Commit ced4deb

Browse files
author
Onur Rauf Bingol
committed
Version bump to v5.1.2
1 parent b752754 commit ced4deb

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

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

3+
## v5.1.2 released on 2019-02-28
4+
5+
* Updated surface derivative algorithm to fill the return array completely
6+
* Fixed variable initialization issue causing warnings during cython compilation
7+
38
## v5.1.1 released on 2019-02-26
49

510
* Fixed a bug while computing the surface derivative

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.1.1"
8+
__version__ = "5.1.2"
99

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

0 commit comments

Comments
 (0)