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 2c4ead9 commit e1ccb41Copy full SHA for e1ccb41
CHANGELOG.md
@@ -1,9 +1,15 @@
1
# geomdl Changelog
2
3
+## v5.2.10 released on 2020-07-07
4
+
5
+* Fixed a bug causing double matplotlib figures when run on a Jupyter notebook
6
+* Fixed `filename` argument when plotly visualization module is used
7
+* Added offscreen rendering support for VTK visualization module
8
9
## v5.2.9 released on 2019-09-10
10
11
* Fixed issues #59, #61 and #62
-* ``evaluators`` API and documentation updates
12
+* ``evaluators`` API and documentation updates
13
* Documentation updates
14
* Docker configuration updates: ``latest`` tag points to Python v3.6
15
geomdl/__init__.py
@@ -5,7 +5,7 @@
"""
# Library version
-__version__ = "5.2.9"
+__version__ = "5.2.10"
# Author and license
__author__ = "Onur Rauf Bingol"
0 commit comments