Skip to content

Commit

Permalink
Version bump to v4.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Onur Rauf Bingol committed Nov 4, 2018
1 parent 197092c commit 6d05964
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# NURBS-Python Changelog

## 4.3.5 released on 2018-11-03

* Updated `delta` and `sample_size` properties of `MultiCurve` and `MultiSurface` classes. They are now compatible with `Curve` and `Surface` classes.
* Added `exchange.export_yaml` function (experimental, designed to be used with [geomdl_cli](https://github.com/orbingol/geomdl-cli))
* Updated conda-build recipe
* Minor bug fixes
* Documentation updates

## 4.3.4 released on 2018-11-01

* Updated `operations.translate()` function to make it compatible with multi curves and 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,5 +5,5 @@
"""

__author__ = "Onur Rauf Bingol"
__version__ = "4.3.4"
__version__ = "4.3.5"
__license__ = "MIT"

0 comments on commit 6d05964

Please sign in to comment.