Skip to content

Releases: StructuralPython/millrun

v0.3.0

10 Sep 21:54

Choose a tag to compare

Features

Added the run and profile commands to control the two functionalities separately

v0.2.0 - Profile execution

10 Sep 20:43

Choose a tag to compare

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)

10 Sep 18:33

Choose a tag to compare

v0.1.1r2

Make version and description dynamic

v0.1.1 for GHA

10 Sep 18:31

Choose a tag to compare

v0.1.1r1

Update author email

v0.1.1

26 Aug 16:41

Choose a tag to compare

Un-pin rich dependency

v0.1.0

17 Jul 18:58

Choose a tag to compare

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