v0.1.15
What's Changed
Bug Fixes 🐛
- Fix JobStoreDocument validator by @utf in #478
- fix Flow deserialization for hosts by @gpetretto in #499
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()
addroot_dir: str | Path | None
keyword by @janosh in #486- Allow SSHTunnel in job stores by @mjwen in #477
Documentation 📖
- JOSS paper by @utf in #446
- JOSS Paper: Add missing DOIs by @Andrew-S-Rosen in #452
- JOSS Paper: Reduce line-spacing in code blocks by @Andrew-S-Rosen in #454
- JOSS Paper update: Add missing year to
refs.bib
by @Andrew-S-Rosen in #458 - JOSS Paper: Remove stray tick mark in "[@montydb]`" by @Andrew-S-Rosen in #459
- JOSS Paper: Add another missing year to
refs.bib
by @Andrew-S-Rosen in #461 - Update refs.bib by @xuanxu in #462
- JOSS: Add missing
,
to paper by @Andrew-S-Rosen in #479 - JOSS: Add more complete Zenodo reference info by @Andrew-S-Rosen in #481
- JOSS: Fix references to include all coauthors and remove "others" by @Andrew-S-Rosen in #480
- Add fibonacci example to tutorial by @JaGeo in #494
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
withimportlib.metadata.version
by @janosh in #460 - Match
atomate2
ruff
config by @janosh in #464 - Test error messages by @janosh in #465
New Contributors
- @hrushikesh-s made their first contribution in #424
- @xuanxu made their first contribution in #462
Full Changelog: v0.1.14...v0.1.15