Changelog¶
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
bjandbj_filteredon 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
.npzdata 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¶
- PyPI: https://pypi.org/project/pysib/0.2.4/
- GitHub release: https://github.com/diegoeck/pysib/releases/tag/v0.2.4
v0.2.3 — 2026-06-24¶
Filtered-estimator consistency release.
Package¶
- Updated
armax_filteredandbj_filteredto use the same first-order filtered-continuation pole schedule asoe_filtered. - Updated the filtered ARMAX and BJ initial guesses to run ARX on the first filtered data record, matching the OE filtered workflow.
- Added a regression test that checks OE, ARMAX, and BJ filtered variants use the same filtered data sequence.
Documentation¶
- Updated the user manual and paper drafts to describe the shared filtered continuation schedule.
- Updated the SYSID 2027 article draft and reproducible experiment artifacts.
- Removed the older SYSID short-paper draft and pointed the documentation site to the SYSID 2027 article draft.
- Set package and manuscript metadata to version
0.2.3.
Links¶
- PyPI: https://pypi.org/project/pysib/0.2.3/
- GitHub release: https://github.com/diegoeck/pysib/releases/tag/v0.2.3
v0.2.2 — 2026-06-17¶
Bugfix release for the nonlinear optimizer.
Package¶
- Corrected the incremental Gauss--Newton step ramp used by the shared C
optimizer. The final trial factor is now exactly
1.0instead of1.001.
Documentation¶
- Added Zenodo DOI and citation metadata.
- Updated release metadata and citation information for version
0.2.2. - Updated the SYSID 2027 article draft to describe the corrected Gauss--Newton ramp.
Links¶
- PyPI: https://pypi.org/project/pysib/0.2.2/
- GitHub release: https://github.com/diegoeck/pysib/releases/tag/v0.2.2
v0.2.1 — 2026-06-06¶
Documentation maintenance release.
Documentation¶
- Improved the documentation landing page and site content.
- Added and refined changelog documentation.
- Split the conference and article papers into
paper-sysidandpaper-tomspaths. - Corrected SIB/Python attribution text.
Infrastructure¶
- Updated documentation and wheel-building workflow configuration.
Links¶
- PyPI: https://pypi.org/project/pysib/0.2.1/
- GitHub release: https://github.com/diegoeck/pysib/releases/tag/v0.2.1
v0.2.0 — 2026-06-01¶
First public release of pysib.
Package¶
- Published
pysibon PyPI. - Set package version to
0.2.0. - Updated package metadata, project URLs, and license metadata.
Distribution¶
- Added binary wheels for macOS arm64 and Linux x86_64.
- Added GitHub Actions workflow for cross-platform wheel builds.
- Validated release artifacts with
twine check.
Documentation¶
- Expanded the MkDocs documentation at https://pysib.net/.
- Added user guide, estimator-selection guidance, examples, and API reference pages.
- Updated the user manual for version
0.2.0.
Links¶
- PyPI: https://pypi.org/project/pysib/0.2.0/
- GitHub release: https://github.com/diegoeck/pysib/releases/tag/v0.2.0