File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 1
1
# geomdl Changelog
2
2
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
+
3
12
## v5.2.0 released on 2019-03-22
4
13
5
14
* Moved some ` six ` module functions and ` backports_functools_lru_cache ` module under * geomdl* directory
Original file line number Diff line number Diff line change 5
5
"""
6
6
7
7
# Library version
8
- __version__ = "5.2.0 "
8
+ __version__ = "5.2.1 "
9
9
10
10
# Author and licence
11
11
__author__ = "Onur Rauf Bingol"
You can’t perform that action at this time.
0 commit comments