Skip to content

Commit b3e9df6

Browse files
author
Onur Rauf Bingol
committed
Release v5.2.1
1 parent 8a3c3be commit b3e9df6

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# geomdl Changelog
22

3+
## v5.2.1 released on 2019-03-25
4+
5+
* Minor refactoring in `elements` module (no API change)
6+
* Visualization figure objects are now accessible outside the geometry classes, `render` method returns the figure object
7+
* `vertex_spacing` is set to 1 for consistency between the exchange and visualization modules
8+
* `vertices` property of the `Surface` class returns the exact list of vertices used in generation of the triangles
9+
* Minor bug fixes
10+
* Documentation updates
11+
312
## v5.2.0 released on 2019-03-22
413

514
* Moved some `six` module functions and `backports_functools_lru_cache` module under *geomdl* directory

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.0"
8+
__version__ = "5.2.1"
99

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

0 commit comments

Comments
 (0)