Skip to content

Commit 6d05964

Browse files
committed
Version bump to v4.3.5
1 parent 197092c commit 6d05964

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# NURBS-Python Changelog
22

3+
## 4.3.5 released on 2018-11-03
4+
5+
* Updated `delta` and `sample_size` properties of `MultiCurve` and `MultiSurface` classes. They are now compatible with `Curve` and `Surface` classes.
6+
* Added `exchange.export_yaml` function (experimental, designed to be used with [geomdl_cli](https://github.com/orbingol/geomdl-cli))
7+
* Updated conda-build recipe
8+
* Minor bug fixes
9+
* Documentation updates
10+
311
## 4.3.4 released on 2018-11-01
412

513
* Updated `operations.translate()` function to make it compatible with multi curves and surfaces

geomdl/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@
55
"""
66

77
__author__ = "Onur Rauf Bingol"
8-
__version__ = "4.3.4"
8+
__version__ = "4.3.5"
99
__license__ = "MIT"

0 commit comments

Comments
 (0)