Releases: gillespied/batch_please
Releases · gillespied/batch_please
Bug fix on deployment
v0.3.1 Missing env from workflow.
Adding dictionary input support
This release adds support for dictionary inputs with kwarg unpacking into the processed function.
This should allow easier batching of functions with multiple and varying inputs.
What's Changed
- Add a new dictionary unpacking input by @gillespied in #9
Full Changelog: v0.2.0...v0.3.0