Skip to content

HDDFlyzer v0.1.2

Pre-release
Pre-release

Choose a tag to compare

@NanoBiostructuresRG NanoBiostructuresRG released this 11 Jun 00:13
· 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.json is included in both wheel and sdist.
  • Updated release planning documentation in CHANGELOG.md and ROADMAP.md.
  • Updated citation metadata for v0.1.2.

Validation

Validated locally with:

  • python -m pytest tests -q
    • 290 passed, 1 skipped
  • python -m py_compile hddflyzer/cli.py
  • python -c "import hddflyzer; print(hddflyzer.__version__)"
    • 0.1.2
  • python -m pip install -e .
    • installed as hddflyzer==0.1.2
  • 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.