Skip to content

Commit

Permalink
Version bump to v4.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Onur Rauf Bingol committed Sep 8, 2018
1 parent 3c2e2f3 commit 952c083
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# NURBS-Python Changelog

## v4.2.1 released on 2018-09-08

This release adds the functionality of finding control points involved in the evaluation of a curve/surface at the
specified parameter(s) using `operations.find_ctrlpts()`.

* Added `operations.find_ctrlpts()` function
* Minor improvements in the surface evaluation algorithm

## v4.2.0 released on 2018-09-07

This release moves some of the features from `BSpline` module to other modules since it is getting bigger and it has a lot of responsibilities which can be "globalized" to ease extensibility.
Expand Down
2 changes: 1 addition & 1 deletion geomdl/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"""

__author__ = "Onur Rauf Bingol"
__version__ = "4.2.0"
__version__ = "4.2.1"
__license__ = "MIT"


Expand Down

0 comments on commit 952c083

Please sign in to comment.