File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 1
1
# NURBS-Python Changelog
2
2
3
+ ## v4.2.2 released on 2018-09-11
4
+
5
+ * Fixed a bug causing incorrect alignment of control points that generate the hills in the surface generator module
6
+ * Surface generator now generates more smooth hills
7
+ * Added an option to change the label on the visualization legend by setting the `` name `` property
8
+ * Updated `` Multi.MultiCurve `` and `` Multi.MultiSurface `` constructors to allow easy addition of the shapes to the container object
9
+
3
10
## v4.2.1 released on 2018-09-08
4
11
5
12
This release adds the functionality of finding control points involved in the evaluation of a curve/surface at the
@@ -28,7 +35,6 @@ The following new and updated features are added with this release:
28
35
* Fixed deprecation errors for Plotly >= 3.0.0
29
36
* Added new vector and point operations to ` utilities ` module
30
37
31
-
32
38
## v4.1.0 released on 2018-07-31
33
39
34
40
* Added algorithms A2.4, A2.5, A3.7 and A3.8
Original file line number Diff line number Diff line change 5
5
"""
6
6
7
7
__author__ = "Onur Rauf Bingol"
8
- __version__ = "4.2.1 "
8
+ __version__ = "4.2.2 "
9
9
__license__ = "MIT"
10
10
11
11
You can’t perform that action at this time.
0 commit comments