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
genusandeuler_characteristic
mesh.cellsis now a function; e.g.,mesh.cells["points"]is nowmesh.cells("points")mesh.idx_hierarchyis deprecated in favor ofmesh.idx[-1](the newidxlist contains more index magic)
node_coordsis nowpointsmesh_tri: fixed inconsistent state after setting the points