Skip to content

0.2.1

Choose a tag to compare

@domattioli domattioli released this 18 May 04:01

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.1

Documentation

  • README overhaul (issue #66): Why-ADMESH section, 13-stage pipeline table, BoundaryType IBTYPE 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 the triangulate("path.14", ...) string overload.
  • CITATION.cff added at repo root. Software-release citation via Zenodo DOI 10.5281/zenodo.20264101; algorithm citation via preferred-citation block 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 match pyproject.toml (drifted to 0.1.0 during the spec-009 R1 tag-gate hygiene pass).

Full changelog

v0.2.0...v0.2.1