Adds the `allow_reload` class variable which, if `True`, exempts Stages from the requirement of unique names, so they can be reloaded within notebooks.
1.8.3
Print a time-stamp in the logs at the start and end of each task. This release is the same as the last but I'm trying to get github actions to work.
1.8.2
Print a time-stamp in the logs at the start and end of each task.
1.8.1
Fixes a bug in the last release with the name attribute.
1.7
This version incorporates significant changes from eacharles that make interactive use and use with more varied pipelines easier.
It shouldn't require any changes to existing pipelines, unless you do strange things with the config dictionary.
1.6
This adds a keyword to `Stage.iterate_hdf` that allows you to iterate through arrays of different length. Empty arrays are returned for the shorter columns once you go beyond their length.