moonlight-triangulation 1.3.0.2 → 1.3.0.3
raw patch · 3 files changed
+9/−3 lines, 3 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- CHANGELOG.md +6/−0
- README.md +1/−1
- moonlight-triangulation.cabal +2/−2
CHANGELOG.md view
@@ -6,6 +6,12 @@ The serialization format carries its own version tag, independent of the package version; any change to it is recorded here explicitly. +## 1.3.0.3 - 2026-08-22++* Restore the package-overview Delaunay board on Hackage with a release-tagged+ absolute image URL; the chart remains package-owned and shipped in the source+ distribution.+ ## 1.3.0.2 - 2026-08-22 * Add an opaque exact alpha filtration over every resident Delaunay vertex,
README.md view
@@ -249,7 +249,7 @@ all 24 fixture summaries across all five implementations before timing, and derives both pictures from the retained 120-case CSV. -+ The [benchmark README](bench/delaunay-compare/README.md) owns the single retained board, its result, receipt, big-point picture, and reproduction
moonlight-triangulation.cabal view
@@ -1,6 +1,6 @@ cabal-version: 3.4 name: moonlight-triangulation-version: 1.3.0.2+version: 1.3.0.3 synopsis: Delaunay meshes and exact planar-region algebra. description: Delaunay and constrained Delaunay triangulation as a lawful finite-set algebra, together with exact rational planar@@ -73,7 +73,7 @@ source-repository this type: git location: https://github.com/PaleRoses/moonlight.git- tag: moonlight-triangulation-1.3.0.2+ tag: moonlight-triangulation-1.3.0.3 subdir: moonlight-triangulation flag warnings-as-errors