Skip to content

Commit 6118ed3

Browse files
author
Onur Rauf Bingol
committed
Release v5.2.5
1 parent ba04dff commit 6118ed3

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.2.5 released on 2019-05-21
4+
5+
* Improved `linalg` module
6+
* Added `control_points` module for managing control points
7+
* Bug fixes and improvements
8+
* Documentation updates
9+
310
## v5.2.4 released on 2019-04-22
411

512
* Reduced set control points restrictions for surfaces. `Surface.set_ctrlpts` now accepts 2-dimensional control points.

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.2.4"
8+
__version__ = "5.2.5"
99

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

0 commit comments

Comments
 (0)