We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 114b51d commit 3a16ec5Copy full SHA for 3a16ec5
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# NURBS-Python Changelog
2
3
+## 4.3.6 released on 2018-11-04
4
+
5
+* Added `evalpts` property to `Multi` type of classes
6
+* Updated conda-build recipe
7
8
## 4.3.5 released on 2018-11-03
9
10
* Updated `delta` and `sample_size` properties of `MultiCurve` and `MultiSurface` classes. They are now compatible with `Curve` and `Surface` classes.
geomdl/__init__.py
@@ -5,5 +5,5 @@
"""
__author__ = "Onur Rauf Bingol"
-__version__ = "4.3.5"
+__version__ = "4.3.6"
__license__ = "MIT"
0 commit comments