File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 55"""
66
77__author__ = "Onur Rauf Bingol"
8- __version__ = "4.2.2 "
8+ __version__ = "4.3.0 "
99__license__ = "MIT"
You can’t perform that action at this time.
0 commit comments