- Fixed computation of `genus` and `euler_characteristic`
0.16.0
Changed
- `mesh.cells` is now a function; e.g., `mesh.cells["points"]` is now `mesh.cells("points")` - `mesh.idx_hierarchy` is deprecated in favor of `mesh.idx[-1]` (the new `idx` list contains more index magic)
0.14.0
Changed
- `node_coords` is now `points` - `mesh_tri`: fixed inconsistent state after setting the points