Eduardo
ploomber.micro
module for writing micro pipelines
• Allow dotted paths in params (#477) (@Willie Wheeler - this can help you customize your timestamps!)
• Adds progress bar to Parallel
executor
• Allows to switch method when using Parallel
executor (#957) (@Jakub Bartczuk, thanks for letting us know!)
• Clean traceback when using ploomber task (#889)
• grid
requires strict dotted path format (a.b::c
instead of a.b.c
) Note that this is a small breaking API change
• Raise errors on wrong type or empty returned value for dotted paths in params
and grid
• Compatibility with papermill 2.4.0
• Compatibility with IPython 8
(#978)
• Python API allows to execute notebooks without a parameters cell (#971)
• Compatible with nbconvert 7
• Compatibility with mistune 0.8.x
and 2.x
• Adds deprecation warning to NotebookRunner.develop()
and PythonCallable.develop()
0.21 is available on pip right now. We're having some complications with conda-forge, we'll upload 0.20 and 0.21 as as we can!