Skip to content

HDDFlyzer v0.1.4

Pre-release
Pre-release

Choose a tag to compare

@NanoBiostructuresRG NanoBiostructuresRG released this 13 Jun 20:58
· 4 commits to main since this release
c1b84b5

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.0 in 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 --strict
    • python -m pytest tests -q
    • python -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.