Skip to content

Commit e1ccb41

Browse files
author
Onur Rauf Bingol
committed
Release v5.2.10
1 parent 2c4ead9 commit e1ccb41

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,15 @@
11
# geomdl Changelog
22

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+
39
## v5.2.9 released on 2019-09-10
410

511
* Fixed issues #59, #61 and #62
6-
* ``evaluators`` API and documentation updates
12+
* ``evaluators`` API and documentation updates
713
* Documentation updates
814
* Docker configuration updates: ``latest`` tag points to Python v3.6
915

geomdl/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"""
66

77
# Library version
8-
__version__ = "5.2.9"
8+
__version__ = "5.2.10"
99

1010
# Author and license
1111
__author__ = "Onur Rauf Bingol"

0 commit comments

Comments
 (0)