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 329c3eb commit cd1faadCopy full SHA for cd1faad
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# NURBS-Python Changelog
2
3
+## 4.3.3 released on 2018-10-31
4
+
5
+* Fix a typo in evaluated points definition of `VisMPL.VisSurfWireframe()` class
6
+* Documentation updates
7
8
## 4.3.2 released on 2018-10-19
9
10
* Hodograph curve and surface computation: `operations.derivative_curve()` and `operations.derivative_surface()`
geomdl/__init__.py
@@ -5,5 +5,5 @@
"""
__author__ = "Onur Rauf Bingol"
-__version__ = "4.3.2"
+__version__ = "4.3.3"
__license__ = "MIT"
0 commit comments