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 57ffbf0 commit 9d6cf13Copy full SHA for 9d6cf13
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# NURBS-Python Changelog
2
3
+## 4.3.1 released on 2018-10-06
4
+
5
+* Fixed a bug causing Plotly surface visualization module to show extra lines
6
+* Added `exchange.export_smesh()` function
7
+* Minor bug fixes and documentation updates
8
9
## 4.3.0 released on 2018-10-01
10
11
* Added `Tessellate` class for customization of the surface tessellation algorithms
geomdl/__init__.py
@@ -5,5 +5,5 @@
"""
__author__ = "Onur Rauf Bingol"
-__version__ = "4.3.0"
+__version__ = "4.3.1"
__license__ = "MIT"
0 commit comments