Skip to content

Commit

Permalink
Release v5.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Onur Rauf Bingol committed Apr 22, 2019
1 parent 5fca592 commit b1c6a8b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# geomdl Changelog

## v5.2.4 released on 2019-04-22

* Reduced set control points restrictions for surfaces. `Surface.set_ctrlpts` now accepts 2-dimensional control points.
* Deprecated `save` and `load` methods defined in `BSpline` module in favor of `import_json` and `export_json`
* Generalized `operations.add_dimension` API call to work with all `SplineGeometry` subclasses
* Documentation updates

## v5.2.3 released on 2019-04-19

* Fix incorrect dict export of trims in trimmed surfaces
Expand Down
2 changes: 1 addition & 1 deletion geomdl/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"""

# Library version
__version__ = "5.2.3"
__version__ = "5.2.4"

# Author and licence
__author__ = "Onur Rauf Bingol"
Expand Down

0 comments on commit b1c6a8b

Please sign in to comment.