Skip to content

Eqiora 0.1.0a3

Pre-release
Pre-release

Choose a tag to compare

@nkiyohara nkiyohara released this 24 Aug 12:18
· 269 commits to main since this release
0bce048

Eqiora 0.1.0a3 is the third public alpha of Eqiora, an open-source, meaning-first engineering modeling and simulation system.

Install the base package from PyPI:

python -m pip install "eqiora==0.1.0a3"

Install the pinned Gmsh backend for the admitted automatic exact-cylinder workflow:

python -m pip install "eqiora[gmsh]==0.1.0a3"

Highlights

  • Automatic Python meshing for the bounded exact-cylinder workflow now invokes Gmsh 4.15.2 and imports its linear 2D MSH 4.1 output; missing, mismatched, failed, or surviving Gmsh processes reject with no fallback.
  • The exact-cylinder Result, Notebook mesh view, and Gallery pressure image use the accepted 662-vertex, 1,210-triangle Gmsh realization.
  • Cargo, CLI, MCP, Python, Studio, evidence, and documentation identities are synchronized to alpha3.

See the changelog for the compatibility-relevant list.

Release identity

Production PyPI contains the exact sdist and wheel bytes accepted through the candidate manifest and TestPyPI replay; no production rebuild was performed.

Supported Python distribution

  • Ordinary-GIL CPython 3.11, 3.12, 3.13, and 3.14
  • Linux x86-64, manylinux_2_17 / manylinux2014
  • NumPy-only base runtime; exact gmsh==4.15.2 is an optional extra

Every published artifact was clean-installed outside the source checkout. Exact claims and nonclaims remain indexed by the capability matrix and registered evidence.

Alpha boundaries

This release does not claim arbitrary geometry, 3D, curved or adaptive meshing, mesh/PDE convergence, cross-platform generated-mesh byte identity, macOS or Windows wheels, free-threaded CPython, abi3, GPU wheels, bundled MPI, reproducible-build certification, a complete engineering product, safety certification, or a post-1.0 compatibility lifetime.

Security reports should use GitHub private vulnerability reporting.