Releases: GongJr0/SymbolicDSGE
v1.2.0dev0
v1.1.0
v1.0.1
v1.0.0 | Major Release
v0.5.3-beta
v0.5.2-beta
v0.5.1-beta
Initial Beta Release
What's Changed
- Non-Linear Measurement Equations by @GongJr0 in #19
- Module Re-organization by @GongJr0 in #22
- Pre-Release SR functionality by @GongJr0 in #24
- Extended Kalman Filter by @GongJr0 in #26
- Bayesian estimation by @GongJr0 in #31
- Documentation update by @GongJr0 in #32
Full Changelog: v0.2.2-alpha...v0.5.0-beta
Alpha Release | Iteration 6
Kalman Filter Integration Pipeline
This release delivers a comprehensive refactor of the Kalman filter pipeline. It introduces a dedicated configuration system and a new interface for streamlined filtering on SolvedModel.
Additions
-
Introduced a full
KalmanConfigsystem for configuring filtering behavior. -
Added a
KalmanInterfacefor running filters directly onSolvedModel. -
Added support for filtered observables (
y_filt) inFilterResult. -
Added YAML‑level support for
kalman:configuration blocks in model definitions. -
Added richer observable and measurement‑error structures to model YAMLs.
Changes
- Updated the solver and parser to integrate Kalman configuration.
- Improved naming, structure, and typing across Kalman‑related modules.
HOTFIX
[HOTFIX] Package target issue at release v0.2.0-alpha
Version 0.2.0 was mistakenly released with the package directory misconfigured at build-time. The issue has been fixed and the fully functional wheel was uploaded to PyPI via release v0.2.1.