Changelog#
Versions follow Semantic Versioning (<major>.<minor>.<patch>).
Backward incompatible (breaking) changes will only be introduced in major versions with advance notice in the Deprecations section of releases.
OpenSCM Calibration v0.6.3 (2026-03-18)#
🔧 Trivial/Internal Changes#
OpenSCM Calibration v0.6.1 (2024-09-17)#
🔧 Trivial/Internal Changes#
OpenSCM Calibration v0.6.0 (2024-09-16)#
⚠️ Breaking Changes#
- Re-factored to make scmdata an actually optional dependency. See the how-to docs for an example of how to get the same behaviour with the new API. (#29)
-
get_autocorrelation_infonow returns aAutoCorrelationInfoobject, rather than adict.
x_and_parameters_to_named_with_unitsnow expects aParameterOrderobject, rather than alistoftuple.
(#31)
🆕 Features#
-
- Added a number of functions to
emcee_plottingandemcee_utils. These were extracted from the how-to guides.
- Added a number of functions to
- Added
parameter_handlingto clarify parameter handling, particularly units and order preservation.
(#31)
🎉 Improvements#
- Made pandas, scmdata and IPython optional dependencies. (#29)
📚 Improved Documentation#
- Updated the how-to guides for calibration. These now have one example with a custom data container and one example using scmdata. (#31)