Skip to content

FungMod 0.1.0

Choose a tag to compare

@felixlaga felixlaga released this 30 Jul 22:32
· 25 commits to main since this release

FungMod's first public alpha release packages the mechanistic
virtual-experiment engine for standard Python installation.

PyPI status: the verified distributions are ready, but the one-time
PyPI Trusted Publisher binding is still pending. Until pip install fungmod
is activated, install the release wheel directly:

python -m pip install https://github.com/felixlaga/FungMod/releases/download/v0.1.0/fungmod-0.1.0-py3-none-any.whl

Highlights:

  • import fungmod convenience namespace plus backward-compatible
    import fungal_model;
  • wheel-contained registry, frozen source evidence, and example
    configurations;
  • complete standard virtual-experiment tables, quick-look plots, reports, and
    manifests;
  • two end-to-end release notebooks;
  • Read the Docs-ready MkDocs documentation;
  • package, documentation, notebook, lint, type, and test gates;
  • Trusted Publishing workflow for PyPI releases.

Scientific scope remains deliberately bounded. The release is alpha software,
not a blanket claim of empirical validation for fungus/substrate/environment
predictions.

See the repository CHANGELOG.md
for the distributable release record.