ITADN
JuliaGeometry/Meshes.jl

版本发布 8

v0.57.7
? · 2026-04-13

## Meshes v0.57.7 [Diff since v0.57.6](https://github.com/JuliaGeometry/Meshes.jl/compare/v0.57.6...v0.57.7) **Merged pull requests:** - Use `Base.setindex` instead of `ntuple` in `derivative` (#1360) (@JoshuaLampert) **Closed issues:** - Enzyme support? (#1353)

v0.57.6
? · 2026-04-12

## Meshes v0.57.6 [Diff since v0.57.5](https://github.com/JuliaGeometry/Meshes.jl/compare/v0.57.5...v0.57.6) **Merged pull requests:** - Avoid broadcasting in various places (#1359) (@juliohm)

v0.57.2
? · 2026-04-09

## Meshes v0.57.2 [Diff since v0.57.1](https://github.com/JuliaGeometry/Meshes.jl/compare/v0.57.1...v0.57.2) **Merged pull requests:** - Refactor discretization in terms of refinemaxlen (#1352) (@juliohm)

v0.56.4
? · 2026-01-31

## Meshes v0.56.4 [Diff since v0.56.3](https://github.com/JuliaGeometry/Meshes.jl/compare/v0.56.3...v0.56.4) **Merged pull requests:** - Move topology to specific Domain subtypes (#1321) (@juliohm) - Add materialize method for SubDomain/SubMesh (#1322) (@juliohm)

v0.56.2
? · 2026-01-08

## Meshes v0.56.2 [Diff since v0.56.1](https://github.com/JuliaGeometry/Meshes.jl/compare/v0.56.1...v0.56.2) **Merged pull requests:** - Fix some transforms to handle grids with ncoords != paramdim (#1316) (@juliohm)

v0.55.10
? · 2025-11-07

## Meshes v0.55.10 [Diff since v0.55.9](https://github.com/JuliaGeometry/Meshes.jl/compare/v0.55.9...v0.55.10) **Merged pull requests:** - Improvements to viz of 1D geometries and vectors (#1269) (@juliohm)

v0.55.9
? · 2025-11-05

## Meshes v0.55.9 [Diff since v0.55.8](https://github.com/JuliaGeometry/Meshes.jl/compare/v0.55.8...v0.55.9) **Merged pull requests:** - Add error hint for Makie extension (#1268) (@juliohm)

v0.55.8
? · 2025-11-04

## Meshes v0.55.8 [Diff since v0.55.7](https://github.com/JuliaGeometry/Meshes.jl/compare/v0.55.7...v0.55.8) **Merged pull requests:** - implement isconvex for Pyramid (#1266) (@cserteGT3) **Closed issues:** - Missing `isconvex` method for `Pyramid` (#1265) - Error `viz(mesh)` when `mesh` isa SimpleMesh (#1267)