Skip to content

Commit b1c6a8b

Browse files
author
Onur Rauf Bingol
committed
Release v5.2.4
1 parent 5fca592 commit b1c6a8b

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.4 released on 2019-04-22
4+
5+
* Reduced set control points restrictions for surfaces. `Surface.set_ctrlpts` now accepts 2-dimensional control points.
6+
* Deprecated `save` and `load` methods defined in `BSpline` module in favor of `import_json` and `export_json`
7+
* Generalized `operations.add_dimension` API call to work with all `SplineGeometry` subclasses
8+
* Documentation updates
9+
310
## v5.2.3 released on 2019-04-19
411

512
* Fix incorrect dict export of trims in trimmed surfaces

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.3"
8+
__version__ = "5.2.4"
99

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

0 commit comments

Comments
 (0)