All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Fixed computation of
genus
andeuler_characteristic
mesh.cells
is now a function; e.g.,mesh.cells["points"]
is nowmesh.cells("points")
mesh.idx_hierarchy
is deprecated in favor ofmesh.idx[-1]
(the newidx
list contains more index magic)
node_coords
is nowpoints
mesh_tri
: fixed inconsistent state after setting the points