v0.1.12
New Features 🎉
- Add
to_mermaid
function to convert flow to mermaid syntax by @utf in #311 - Allow external references by @gpetretto in #392
- Add
to_mermaid
for all in graph utils by @JaGeo in #351 - Propagate tags from
fw_spec
to metadata by @sivonxay in #345 - Allow bson objects as job inputs, e.g. datetime.datetimes by @mcgalcode in #375
- Also
allow_bson
in job serialization by @mcgalcode in #376 Flow
+Job
magic methods by @janosh in #369
Bug Fixes 🐛
- Fix ValueError: mutable default for field
add_maker
is not allowed: usedefault_factory
by @janosh in #387 - Fixed nested data storage bug by @jmmshn in #293
- Test imports need to be in function by @jmmshn in #310
- Fix
TypeError
when passing name toflow_to_workflow(
by @janosh in #396 - Fix mermaid with one job (in a flow) by @JaGeo in #350
- Fixed
JobStore.from_dict_spec
so that the originaldict_spec
is not modified by @davidwaroquiers in #331
Enhancements 🛠
- Fix typo in data store docs by @xperrylinn in #316
- Fix typo in fireworks docs by @arosen93 in #343
- Fix typo in docs by @arosen93 in #359
- Fix broken link to FireWorks tutorial by @janosh in #319
- Add documentation: Flows, FireWorks, Dynamic Flows, Makers by @arosen93 in #338
- Update forum link by @mkhorton in #373
- Add copy button to code blocks in docs by @arosen93 in #344
New Contributors
- @xperrylinn made their first contribution in #316
- @JaGeo made their first contribution in #350
- @sivonxay made their first contribution in #345
- @mcgalcode made their first contribution in #375
Full Changelog: v0.1.11...v0.1.12