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 bdf7b9c commit e4287d2Copy full SHA for e4287d2
CHANGELOG.md
@@ -1,8 +1,13 @@
1
# NURBS-Python Changelog
2
3
+## 4.3.4 released on 2018-11-01
4
+
5
+* Updated `operations.translate()` function to make it compatible with multi curves and surfaces
6
+* Added conda-build recipe
7
8
## 4.3.3 released on 2018-10-31
9
-* Fix a typo in evaluated points definition of `VisMPL.VisSurfWireframe()` class
10
+* Fixed a typo in evaluated points definition of `VisMPL.VisSurfWireframe()` class
11
* Documentation updates
12
13
## 4.3.2 released on 2018-10-19
geomdl/__init__.py
@@ -5,5 +5,5 @@
"""
__author__ = "Onur Rauf Bingol"
-__version__ = "4.3.3"
+__version__ = "4.3.4"
__license__ = "MIT"
0 commit comments