File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 1
1
# geomdl Changelog
2
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
+
3
9
## v5.2.9 released on 2019-09-10
4
10
5
11
* Fixed issues #59 , #61 and #62
6
- * `` evaluators `` API and documentation updates
12
+ * `` evaluators `` API and documentation updates
7
13
* Documentation updates
8
14
* Docker configuration updates: `` latest `` tag points to Python v3.6
9
15
Original file line number Diff line number Diff line change 5
5
"""
6
6
7
7
# Library version
8
- __version__ = "5.2.9 "
8
+ __version__ = "5.2.10 "
9
9
10
10
# Author and license
11
11
__author__ = "Onur Rauf Bingol"
You can’t perform that action at this time.
0 commit comments