Geodels / gospl

Global Scalable Paleo Landscape Evolution Model
https://gospl.readthedocs.io
GNU General Public License v3.0
56 stars 11 forks source link

Update meshplex to 0.19.7 #265

Closed pyup-bot closed 2 weeks ago

pyup-bot commented 2 weeks ago

This PR updates meshplex from 0.11.6 to 0.19.7.

Changelog ### 0.16.3 ``` Changed - 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 ```
Links - PyPI: https://pypi.org/project/meshplex - Changelog: https://data.safetycli.com/changelogs/meshplex/