HDDFlyzer v0.1.2
Pre-release
Pre-release
·
13 commits
to main
since this release
HDDFlyzer v0.1.2
This pre-release closes the local packaging and installability checkpoint for HDDFlyzer.
Highlights
- Added global CLI support for
hddflyzer --version. - Added global CLI support for
hddflyzer -V. - Updated the internal package version to
0.1.2. - Added CLI tests for the new version flags.
- Validated editable local installation with
pip install -e .. - Validated local wheel and sdist builds.
- Confirmed that
hddflyzer/config/descriptor_config.jsonis included in both wheel and sdist. - Updated release planning documentation in
CHANGELOG.mdandROADMAP.md. - Updated citation metadata for v0.1.2.
Validation
Validated locally with:
python -m pytest tests -q290 passed, 1 skipped
python -m py_compile hddflyzer/cli.pypython -c "import hddflyzer; print(hddflyzer.__version__)"0.1.2
python -m pip install -e .- installed as
hddflyzer==0.1.2
- installed as
python -m build- Wheel/sdist inspection confirming package data inclusion
git diff --check
Notes
This release does not publish HDDFlyzer to PyPI.
PyPI publication remains intentionally deferred until after the next validation steps, especially minimal CI and automated package checks.