Skip to content

Commit 8fc7d92

Browse files
author
Onur Rauf Bingol
committed
Version bump to v4.3.2
1 parent a449af7 commit 8fc7d92

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.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

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.3.1"
8+
__version__ = "4.3.2"
99
__license__ = "MIT"

0 commit comments

Comments
 (0)