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 8f1207b commit ad64432Copy full SHA for ad64432
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+## v5.0b2 released on 2018-12-26
4
+
5
+* Added `construct.extract_isosurface` function
6
+* Updated `VisVTK` module
7
+* Updated `vis.VisAbstract` class
8
+* Minor fixes and updates
9
10
## v5.0b1 released on 2018-12-21
11
12
* Simplified `abstract` module and moved all abstract classes to their relevant modules
geomdl/__init__.py
@@ -5,5 +5,5 @@
"""
__author__ = "Onur Rauf Bingol"
-__version__ = "5.0b1"
+__version__ = "5.0b2"
__license__ = "MIT"
0 commit comments