Changelog¶
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
[0.1.0-alpha.8] - 2026-07-20¶
This minor release includes 3 commits.
Breaking Changes¶
- Follow yohou rename of
feature_transformertoactual_transformer(#34) by @gtauzin - No deprecation alias:
param_distributionskeys becomeactual_transformer__* - Transformer slots are keyword-only, and a third slot
forecast_transformerjoins them - yohou pin narrows from
>=0.1.0a6to>=0.1.0a11,<0.2.0 - Only docs, examples, tests and the bundled forecaster skill changed; this package's source never named the slot
create-yohou-forecastertemplate switchesBaseTransformertoBaseActualTransformer
Miscellaneous Tasks¶
- Update from template v0.26.1 (#32) by @gtauzin
- Examples become a top-level docs section; companion notebook cards replace hand-rolled tips
- All five example notebooks execute again:
yohou[plotting]added, and the never-existingplot_model_comparison_barreplaced with a plotly grouped bar - Notebook tests no longer skip on
ImportError, so a broken notebook fails instead of passing silently - Custom skills move from
.github/skills/to.claude/skills/as the tracked source of truth uv.lockadded as the single source of truth for lint toolingdocs/hooks.pyunforked and back byte-identical to the template- Update from template v0.27.0 (#35) by @gtauzin
pre-commitreplaced byprek; runjust installto rewire the git hooks- Builtin hooks now pinned by prek's version in
uv.lockinstead of a frozen rev default_install_hook_typesinstalls thecommit-msghook that was declared but never wired up- New Validate Commit Message workflow checks the squash title of single-commit PRs
- Changelog workflow now fails loudly when the hook runner cannot run, instead of
|| true - Ruff gains
T10(flake8-debugger), replacing the droppeddebug-statementshook - Notebook tests get a 300s timeout and closed stdin, so a stray
breakpoint()fails instead of hanging
Contributors¶
Thanks to all contributors for this release: - @gtauzin
[0.1.0-alpha.7] - 2026-07-07¶
This minor release includes 1 commit.
Bug Fixes¶
Contributors¶
Thanks to all contributors for this release: - @gtauzin
[0.1.0-alpha.6] - 2026-05-11¶
This minor release includes 2 commits.
Features¶
Documentation¶
- Update concepts.md for X_actual, X_future, X_forecast API by @gtauzin
Contributors¶
Thanks to all contributors for this release: - @gtauzin
[0.1.0-alpha.5] - 2026-04-22¶
This minor release includes 1 commit.
Bug Fixes¶
Contributors¶
Thanks to all contributors for this release: - @gtauzin
[0.1.0-alpha.4] - 2026-04-22¶
This minor release includes 1 commit.
Features¶
Contributors¶
Thanks to all contributors for this release: - @gtauzin
[0.1.0-alpha.3] - 2026-04-19¶
This minor release includes 2 commits.
Features¶
Miscellaneous Tasks¶
Contributors¶
Thanks to all contributors for this release: - @gtauzin
[0.1.0-alpha.2] - 2026-03-01¶
This minor release includes 2 commits.
Miscellaneous Tasks¶
- Apply copier template v0.14.0 changes (#5) by @gtauzin
- Apply copier template v0.15.0 changes (#6) by @gtauzin
Contributors¶
Thanks to all contributors for this release: - @gtauzin
[0.1.0-alpha.1] - 2026-02-20¶
This minor release includes 1 commit.
- Initial commit
Contributors¶
Thanks to all contributors for this release: - @gtauzin
[Unreleased]¶
Added¶
- Initial project setup