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 11# NURBS-Python Changelog
22
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+
310## v4.2.1 released on 2018-09-08
411
512This 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:
2835* Fixed deprecation errors for Plotly >= 3.0.0
2936* Added new vector and point operations to ` utilities ` module
3037
31-
3238## v4.1.0 released on 2018-07-31
3339
3440* Added algorithms A2.4, A2.5, A3.7 and A3.8
Original file line number Diff line number Diff line change 55"""
66
77__author__ = "Onur Rauf Bingol"
8- __version__ = "4.2.1 "
8+ __version__ = "4.2.2 "
99__license__ = "MIT"
1010
1111
You can’t perform that action at this time.
0 commit comments