Skip to content

0.0.17

Choose a tag to compare

@jcschaff jcschaff released this 24 Jun 15:30
· 3 commits to main since this release
6e58289

What's new in 0.0.17

  • Moving Boundary solver input: vcml_to_moving_boundary_input(vcml_content, simulation_name, output_dir_path) converts a VCML simulation (configured for the Moving Boundary solver) into a MovingBoundarySetup XML file — the input format consumed by the vcell-mbsolver package (MovingBoundarySolver.from_xml).

Also includes the 0.0.16 changes (generateErrorReport structured error reports; libvcell.__version__).

Packaging

First release on the streamlined workflow: a single py3-none-<platform> wheel per platform (the package is pure Python + a ctypes-loaded native library, so wheels are not Python-version-specific). Wheels for macOS (Apple Silicon), Windows, and Linux (x86_64 + aarch64, manylinux 2_28 / 2_34).