What's Changed * Flow chart & CWL Update by joezuntz in https://github.com/LSSTDESC/ceci/pull/81 * Fix parse_command_line to deal with StageParameters in configs by eacharles in https://github.com/LSSTDESC/ceci/pull/84 * Remove pre/post script by joezuntz in https://github.com/LSSTDESC/ceci/pull/82 * fix for list type config params by eacharles in https://github.com/LSSTDESC/ceci/pull/85 * Improve error message when --mpi used incorrectly by joezuntz in https://github.com/LSSTDESC/ceci/pull/86
What's Changed * Add parallel map method by joezuntz in https://github.com/LSSTDESC/ceci/pull/74 * Show stage name on config error by joezuntz in https://github.com/LSSTDESC/ceci/pull/75 * Allow module names to specify subpackages by eacharles in https://github.com/LSSTDESC/ceci/pull/77
What's Changed * Allowing the user to specify the name of output file at make_stage by joselotl in https://github.com/LSSTDESC/ceci/pull/70 * Open input bug by eacharles in https://github.com/LSSTDESC/ceci/pull/72 * added 'required' flag to StageParameter to handle case where 'None' i… by eacharles in https://github.com/LSSTDESC/ceci/pull/73
New Contributors * joselotl made their first contribution in https://github.com/LSSTDESC/ceci/pull/70
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.