Releases: felixlaga/FungMod
Release list
FungMod 0.1.1
FungMod 0.1.1 is the first PyPI-published alpha release of the registry-backed,
unit-aware virtual-experiment engine.
Install it with:
python -m pip install fungmod==0.1.1Highlights:
- three deterministic, executable release notebooks: zero-to-report, advanced
capabilities, and five purified fungal beta-glucosidases on cellobiose; - one provenance-matched, no-refit comparison with nine digitized literature
time-course observations; - generic coupled hydrolysis/substrate-transglycosylation with one
provenance-backed Phanerochaete chrysosporium BGL1B configuration; - a minimal exploratory well-mixed fungal-process coupling API;
- uniform Cartesian 2D/3D finite-volume reaction diffusion;
- constant-activity-coefficient nonideal reversible thermodynamics;
- independent-input variance-based global sensitivity with Saltelli
first-order and Jansen total-order estimators; - a publication-oriented calibration evidence audit whose software pass never
authorizes a publication claim; and - deterministic build-time staging of canonical package resources, with wheel
byte-identity and isolated-install verification.
Scientific scope remains deliberately bounded. Source-organism labels do not
make the purified-enzyme showcases whole-fungus models. The time-course result
is a same-source consistency comparison, not independent validation, and its
digitization resolution is not experimental uncertainty. The fungal coupling
is software-tested and exploratory rather than organism-specific physiology.
Publication-grade biological calibration, empirical joint parameter
distributions, correlated-input sensitivity, dynamic fungal morphology, and
coupled-network thermodynamic optimization remain unavailable.
PyPI: https://pypi.org/project/fungmod/0.1.1/
Documentation: https://fungmod.readthedocs.io/
Full change record: https://github.com/felixlaga/FungMod/blob/v0.1.1/CHANGELOG.md
FungMod 0.1.0
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. Untilpip 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 fungmodconvenience 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.