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 8a59b9e commit 42b3c69Copy full SHA for 42b3c69
CHANGELOG.md
@@ -1,5 +1,13 @@
1
# Changelog
2
3
+## v5.0b4 released on 2018-12-31
4
+
5
+* Added `abstract.Geometry` and `abstract.SplineGeometry` classes
6
+* Improved `multi` module reusability
7
+* Added animate option to visualization component
8
+* Minor bug fixes and staability improvements
9
+* Documentation updates
10
11
## v5.0b3 released on 2018-12-28
12
13
* Added [Jinja2](http://jinja.pocoo.org/) template support to JSON, YAML and CFG importers
geomdl/__init__.py
@@ -5,5 +5,5 @@
"""
__author__ = "Onur Rauf Bingol"
-__version__ = "5.0b3"
+__version__ = "5.0b4"
__license__ = "MIT"
0 commit comments