0.2.1
ADMESH 0.2.1 — docs-only patch
No code changes vs v0.2.0. Drop-in safe for existing callers. Bumps to refresh the PyPI long_description with the README overhaul from issue #66 and to publish a release that includes CITATION.cff.
Distribution: admesh2D on PyPI. Import name: admesh.
Install
pip install admesh2D==0.2.1Documentation
- README overhaul (issue #66): Why-ADMESH section, 13-stage pipeline table,
BoundaryTypeIBTYPE table, 3-line Status snapshot, single deduplicated badge row, table of contents, absolute image URL for PyPI rendering. - Quickstart API correction:
admesh.domain_from_polygon(...)(did not exist) replaced with the real surface —admesh.domains.UNIT_DISK,admesh.api.Domain(sdf=..., bbox=...),Domain.from_mesh(...), and thetriangulate("path.14", ...)string overload. CITATION.cffadded at repo root. Software-release citation via Zenodo DOI10.5281/zenodo.20264101; algorithm citation viapreferred-citationblock pointing at the 2012 Ocean Dynamics paper.- README Citation section now distinguishes algorithm-paper vs software-release citations.
Fixed
- Resync
admesh/__init__.py__version__to matchpyproject.toml(drifted to0.1.0during the spec-009 R1 tag-gate hygiene pass).