Skip to content

pysib v0.2.4

Latest

Choose a tag to compare

@diegoeck diegoeck released this 03 Jul 22:32

v0.2.4 — 2026-07-03

CALGO artifact preparation and optimizer robustness release.

Package

  • Guarded the shared C optimizer against degenerate zero-error steps, avoiding
    NaNs when an iteration reaches an exact or nearly exact solution.

Examples

  • Added a Monte Carlo Box--Jenkins example comparing bj and bj_filtered
    on a plant with colored output noise.

Distribution

  • Updated the CALGO packaging script to include the Box--Jenkins Monte Carlo
    driver and expected output.
  • Updated the CALGO package layout so article drivers include their official
    .npz data caches, while regular examples exclude generated result caches.
  • Added a top-level CALGO artifact overview in Doc/README.md.

Documentation

  • Updated package, citation, and user-manual metadata to version 0.2.4.

Links