Skip to content

Releases: JuliaGeometry/DistMesh.jl

v0.2.0

27 Jan 19:24
ca6dd58

Choose a tag to compare

DistMesh v0.2.0

Diff since v0.1.0

v0.2.0: Major Architecture Overhaul & Modernization

This release fundamentally redesigns DistMesh.jl to focus on high-performance 2D meshing.

Key Changes

  • License: Changed from GPL v2 to MIT.
  • Architecture: Complete rewrite using native Julia, StaticArrays, and Delaunator for 10-100x performance improvements.
  • Breaking Changes: Removed legacy 3D/N-dimensional code (distmeshnd), Hilbert sorting, and TetGen integration to focus on the new 2D surface meshing interface.
  • Visualization: Added package extensions for GLMakie, CairoMakie, and Plots.jl.
  • API: New DMesh type for mesh representation and simplified function calls.

Merged pull requests:

Closed issues:

  • Register package once tests pass and basic docs are in place (#25)

v0.1.0

16 Oct 20:11
039a72a

Choose a tag to compare

DistMesh v0.1.0

Closed issues:

  • Different results on WIndows and Linux (#2)
  • Volume-Edge Ratio Quality Measures (#18)
  • docs links are broken (#24)

Merged pull requests: