Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 728 Bytes

CHANGELOG.md

File metadata and controls

22 lines (17 loc) · 728 Bytes

Changelog

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.

[0.16.3] - 2021-07-13

Changed

  • Fixed computation of genus and euler_characteristic

[0.16.0] - 2021-04-15

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] - 2020-11-05

Changed

  • node_coords is now points
  • mesh_tri: fixed inconsistent state after setting the points