Skip to content

Commit 6137b77

Browse files
committed
Version bump to v4.3.0
1 parent a529b1e commit 6137b77

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# NURBS-Python Changelog
22

3+
## 4.3.0 released on 2018-10-01
4+
5+
* Added `Tessellate` class for customization of the surface tessellation algorithms
6+
* Basic trimmed surface support (still work in progress)
7+
* Updated `elements` module
8+
* Visualization module improvements and added support for displaying trim curves for surfaces
9+
* Added `evaluate_single` and `evaluate_list` methods
10+
* Updated default evaluation delta to 0.01
11+
* Minor bug fixes, algorithm and performance improvements
12+
313
## v4.2.2 released on 2018-09-11
414

515
* Fixed a bug causing incorrect alignment of control points that generate the hills in the surface generator module

geomdl/__init__.py

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

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

0 commit comments

Comments
 (0)