Skip to content

GUIbiont v1.1.0

Choose a tag to compare

@aivuk aivuk released this 13 Aug 14:51
· 10 commits to main since this release

First release since v1.0.0, and the version used for the manuscript results.

Fitting

  • Log-linear estimator requires a growth rate above 1e-6 h⁻¹ and a defined R² before reporting a fit, so a flat curve's mathematically-exact zero slope can no longer land on either side of zero depending on floating-point rounding. Results are now reproducible across hardware and BLAS builds.
  • Blank detection and fitting consistency fixes.

Clustering

  • Fixed the constant-curve pre-screen, and the elbow computation when the pre-screen is active.
  • Fixed BLAS thread handling in the parallel WCSS sweep.

Other

  • Additional /api/ml-downstream endpoints, code-export fixes, expanded test coverage.
  • Project site rewritten with a light theme and claims checked against the manuscript.

Full changelog: v1.0.0...v1.1.0