Skip to content

v0.1.12

Compare
Choose a tag to compare
@github-actions github-actions released this 14 Aug 12:41

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: use default_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 to flow_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 original dict_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

Full Changelog: v0.1.11...v0.1.12