There was an error while loading. Please reload this page.
1 parent 01e691c commit 0525557Copy full SHA for 0525557
2 files changed
CHANGELOG.md
@@ -4,6 +4,13 @@ This document only describes _breaking_ changes in meshio. If you are interested
4
fixes, enhancements etc., best follow [the meshio project on
5
GitHub](https://github.com/nschloe/meshio).
6
7
+## v4.4.0 (Apr 29, 2021)
8
+
9
+- Polygons are now stored as `"polygon"` cell blocks, not `"polygonN"` (where `N` is the
10
+ number of nodes per polygon). One can simply retrieve the number of points via
11
+ `cellblock.data.shape[1]`.
12
13
14
## v4.0.0 (Feb 18, 2020)
15
16
- `mesh.cells` used to be a dictionary of the form
setup.cfg
@@ -1,6 +1,6 @@
1
[metadata]
2
name = meshio
3
-version = 4.3.13
+version = 4.4.0
author = Nico Schlömer et al.
author_email = nico.schloemer@gmail.com
description = I/O for many mesh formats
0 commit comments