Skip to content

Commit b564eac

Browse files
author
Onur Rauf Bingol
committed
Version bump to v4.2.2
1 parent 0e8ec9c commit b564eac

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
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

512
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:
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

geomdl/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"""
66

77
__author__ = "Onur Rauf Bingol"
8-
__version__ = "4.2.1"
8+
__version__ = "4.2.2"
99
__license__ = "MIT"
1010

1111

0 commit comments

Comments
 (0)