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.2 released on 2018-10-19
4+
5+ * Hodograph curve and surface computation: ` operations.derivative_curve() ` and ` operations.derivative_surface() `
6+ * LU-Factorization and Forward-Backward Substitution functions in ` utilities ` module
7+ * Documentation update for compiling the package with Cython
8+ * Added ` axes_equal ` and ` evalpts ` keyword arguments to visualization config class
9+ * Added ` set_plot_type ` method to surface visualization classes
10+ * Documentation updates
11+ * Minor code improvements
12+
313## 4.3.1 released on 2018-10-06
414
515* Fixed a bug causing Plotly surface visualization module to show extra lines
Original file line number Diff line number Diff line change 55"""
66
77__author__ = "Onur Rauf Bingol"
8- __version__ = "4.3.1 "
8+ __version__ = "4.3.2 "
99__license__ = "MIT"
You can’t perform that action at this time.
0 commit comments