Skip to content

Commit

Permalink
Version bump to v4.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Onur Rauf Bingol committed Oct 19, 2018
1 parent a449af7 commit 8fc7d92
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# NURBS-Python Changelog

## 4.3.2 released on 2018-10-19

* Hodograph curve and surface computation: `operations.derivative_curve()` and `operations.derivative_surface()`
* LU-Factorization and Forward-Backward Substitution functions in `utilities` module
* Documentation update for compiling the package with Cython
* Added `axes_equal` and `evalpts` keyword arguments to visualization config class
* Added `set_plot_type` method to surface visualization classes
* Documentation updates
* Minor code improvements

## 4.3.1 released on 2018-10-06

* Fixed a bug causing Plotly surface visualization module to show extra lines
Expand Down
2 changes: 1 addition & 1 deletion geomdl/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
"""

__author__ = "Onur Rauf Bingol"
__version__ = "4.3.1"
__version__ = "4.3.2"
__license__ = "MIT"

0 comments on commit 8fc7d92

Please sign in to comment.