Releases: ZoomyLab/meshes
Releases · ZoomyLab/meshes
Meshes Release meshes-v0.1.8
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
build-meshes: skip >2 GiB files; never abort upload loop on a single …
Meshes Release meshes-v0.1.6
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
update workflow
Meshes Release meshes-v0.1.4
update workflow
Meshes Release meshes-v0.1.3
update workflow
Meshes Release meshes-v0.1.2
add browse_meshes
Meshes Release meshes-v0.1.1
update workflow
Meshes Release meshes-v0.1.0
update workflow
Meshes generated for commit d6a67e21dcaf183997c7dc2673f30d68f308b6fb
meshes-d6a67e21dcaf183997c7dc2673f30d68f308b6fb FIX workflow