Skip to content

Commit 0525557

Browse files
committed
change log
1 parent 01e691c commit 0525557

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@ This document only describes _breaking_ changes in meshio. If you are interested
44
fixes, enhancements etc., best follow [the meshio project on
55
GitHub](https://github.com/nschloe/meshio).
66

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+
714
## v4.0.0 (Feb 18, 2020)
815

916
- `mesh.cells` used to be a dictionary of the form

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = meshio
3-
version = 4.3.13
3+
version = 4.4.0
44
author = Nico Schlömer et al.
55
author_email = [email protected]
66
description = I/O for many mesh formats

0 commit comments

Comments
 (0)