Skip to content

Releases: ZoomyLab/meshes

Meshes Release meshes-v0.1.8

18 Apr 05:08

Choose a tag to compare

gmsh -bin everywhere + max_msh_mb size-gate on upload

- Every leaf run.sh now calls gmsh with -bin. Gmsh binary msh4 is ~3x
  smaller than ASCII, reduces our largest meshes below the 2 GiB
  release-asset cap without any consumer changes (meshio auto-detects).
- build-meshes.yml gains a max_msh_mb workflow input (default 1024 MiB).
  The upload step now applies two size gates:
    * practical: skip .msh/.h5 above max_msh_mb with a warning
    * hard: skip anything above GitHub's 2 GiB cap
  Counts of each are printed in the summary line.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

Meshes Release meshes-v0.1.7

17 Apr 19:38

Choose a tag to compare

build-meshes: skip >2 GiB files; never abort upload loop on a single …

Meshes Release meshes-v0.1.6

17 Apr 19:27

Choose a tag to compare

build-meshes: make H5 conversion non-fatal

The H5 conversion step uses an external docker image whose version of
zoomy_core can lag the schema. When that happens we still want the
.msh artifacts to land in the release. Mark the step continue-on-error
and exit 0 explicitly so the subsequent release-upload runs.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

Meshes Release meshes-v0.1.5

21 Nov 15:14

Choose a tag to compare

Meshes Release meshes-v0.1.4

21 Nov 15:04

Choose a tag to compare

Meshes Release meshes-v0.1.3

20 Nov 15:59

Choose a tag to compare

Meshes Release meshes-v0.1.2

20 Nov 15:57

Choose a tag to compare

add browse_meshes

Meshes Release meshes-v0.1.1

20 Nov 15:45

Choose a tag to compare

Meshes Release meshes-v0.1.0

20 Nov 15:39

Choose a tag to compare

Meshes generated for commit d6a67e21dcaf183997c7dc2673f30d68f308b6fb

20 Nov 15:25

Choose a tag to compare

meshes-d6a67e21dcaf183997c7dc2673f30d68f308b6fb

FIX workflow