Skip to content

v0.1.15

Compare
Choose a tag to compare
@github-actions github-actions released this 05 Dec 10:00

What's Changed

Bug Fixes 🐛

Enhancements 🛠

  • Formalizing the JobStore document format as a pydantic model by @hrushikesh-s in #424
  • Simplify code by using Flow methods __len__ and __getitem__ by @janosh in #467
  • run_locally() add root_dir: str | Path | None keyword by @janosh in #486
  • Allow SSHTunnel in job stores by @mjwen in #477

Documentation 📖

House-Keeping 🧹

  • Remove __all__ from all modules by @janosh in #442
  • Bump minimum Python version to 3.9 by @janosh in #455
  • Replace deprecated pkg_resources with importlib.metadata.version by @janosh in #460
  • Match atomate2 ruff config by @janosh in #464
  • Test error messages by @janosh in #465

New Contributors

Full Changelog: v0.1.14...v0.1.15