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 1
1
# NURBS-Python Changelog
2
2
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
+
3
13
## 4.3.1 released on 2018-10-06
4
14
5
15
* Fixed a bug causing Plotly surface visualization module to show extra lines
Original file line number Diff line number Diff line change 5
5
"""
6
6
7
7
__author__ = "Onur Rauf Bingol"
8
- __version__ = "4.3.1 "
8
+ __version__ = "4.3.2 "
9
9
__license__ = "MIT"
You can’t perform that action at this time.
0 commit comments