Releases: StructuralPython/millrun
Releases · StructuralPython/millrun
v0.3.0
v0.2.0 - Profile execution
Feature
The CLI can now accept a --profile argument with a path to a .yaml file that describes the commands and command args to be executed. This prevents the need for repetitive entry of looooong commands on the command line, especially in a project where the commands are being repeatedly entered.
v0.1.1 for GHA (attempt 2)
v0.1.1r2 Make version and description dynamic
v0.1.1 for GHA
v0.1.1r1 Update author email
v0.1.1
Un-pin rich dependency
v0.1.0
millrun: initial release
Features:
- Execute selected notebooks in a directory (recursively, too) against a list of parameters. Each notebook will be executed separately with each set of parameters.
- Execute as a Python library or as a CLI tool
- CLI tool is executed in parallel using multiprocessing
- Rich progress bars
- Name your output files based on keys within your parameters