Skip to content

Release 0.2.0 December 30, 2025

Latest

Choose a tag to compare

@VisLab VisLab released this 30 Dec 22:33
· 42 commits to main since this release
28d6044

Release 0.2.0 (December 30, 2025)

This release focuses on packaging/structure cleanup, improved examples, and CI hygiene (including notebook-related testing support). It includes 15 commits, 95 files changed, and 2 contributors. :contentReference[oaicite:0]{index=0}

Highlights

  • Package/module naming cleanup: the primary module directory was renamed from remodel to remodeler, and later fixes ensured the module name is consistently remodeler. :contentReference[oaicite:1]{index=1}
  • Examples moved into this repo: Jupyter notebook examples were brought over from hed-examples, along with workflow support to run notebook tests in GitHub Actions. :contentReference[oaicite:2]{index=2}
  • Formatting & tooling polish: ruff-driven format corrections and additional formatting updates landed across the codebase. :contentReference[oaicite:3]{index=3}
  • CI dependency update: bumped actions/cache from v4 to v5 (note: v5 uses the Node.js 24 runtime and requires a minimum Actions Runner version). :contentReference[oaicite:4]{index=4}

Breaking / Migration notes

  • If you imported from the old remodel module path, update imports to use remodeler. :contentReference[oaicite:5]{index=5}

What’s changed

Packaging & module naming

  • Changed the module directory name from remodel to remodeler. (PR #29) :contentReference[oaicite:6]{index=6}
  • Fixed the module name to be remodeler and prepared the 0.2.0 release. (PR #36) :contentReference[oaicite:7]{index=7}

Examples & CI

  • Moved Jupyter notebook examples from hed-examples. (PR #30) :contentReference[oaicite:8]{index=8}
  • Added dependencies needed to run Jupyter notebook tests in GitHub Actions. :contentReference[oaicite:9]{index=9}

Code quality / formatting

  • Format corrections to address ruff issues. (PR #31) :contentReference[oaicite:10]{index=10}
  • Updated formatting for table-remodeler. (PR #35) :contentReference[oaicite:11]{index=11}

CI / dependencies

  • Bumped actions/cache from v4 to v5. (PR #32) :contentReference[oaicite:12]{index=12}

Contributors

  • VisLab :contentReference[oaicite:13]{index=13}
  • dependabot[bot] :contentReference[oaicite:14]{index=14}

Full Changelog: Compare 0.1.0...0.2.0 :contentReference[oaicite:15]{index=15}