HDDFlyzer v0.1.4
Pre-release
Pre-release
·
4 commits
to main
since this release
HDDFlyzer v0.1.4
This pre-release prepares HDDFlyzer for public web documentation through MkDocs and GitHub Pages.
Highlights
- Added a dedicated GitHub Actions workflow for documentation builds and GitHub Pages deployment.
- Added strict MkDocs validation with
mkdocs build --strict. - Configured documentation deployment to run only from
main. - Updated project metadata to version
0.1.4. - Updated citation, changelog, roadmap, README, and MkDocs configuration.
- Added the GitHub Pages
site_url. - Constrained MkDocs to
<2.0in the documentation optional dependencies to avoid future breaking changes.
Validation
-
CI passed on
dev/v0.1.4. -
Docs workflow passed on
dev/v0.1.4. -
Main branch documentation build and deployment completed after merge.
-
Local validation passed:
python -m mkdocs build --strictpython -m pytest tests -qpython -m build- package/import version reports
0.1.4
Notes
- This release does not publish HDDFlyzer to PyPI.
- No scientific logic, pipeline behavior, runtime API behavior, or output structure was changed.
- PyPI publication remains planned for a later release cycle.