We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33f5383 commit 54abb61Copy full SHA for 54abb61
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# NURBS-Python Changelog
2
3
+## 4.3.8 released on 2018-11-08
4
+
5
+* Fixed a bug in bounding box computation
6
+* Added an option to plot bounding box to the visualization module (still WIP)
7
8
## 4.3.7 released on 2018-11-07
9
10
* Added `bbox` property to `Multi`-type classes
geomdl/__init__.py
@@ -5,5 +5,5 @@
"""
__author__ = "Onur Rauf Bingol"
-__version__ = "4.3.7"
+__version__ = "4.3.8"
__license__ = "MIT"
0 commit comments