Skip to content

Releases: StructuralPython/millrun

v0.3.0

Choose a tag to compare

@connorferster connorferster released this 10 Sep 21:54

Features

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

v0.2.0 - Profile execution

Choose a tag to compare

@connorferster connorferster released this 10 Sep 20:43

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)

Choose a tag to compare

@connorferster connorferster released this 10 Sep 18:33
v0.1.1r2

Make version and description dynamic

v0.1.1 for GHA

Choose a tag to compare

@connorferster connorferster released this 10 Sep 18:31
v0.1.1r1

Update author email

v0.1.1

Choose a tag to compare

@connorferster connorferster released this 26 Aug 16:41

Un-pin rich dependency

v0.1.0

Choose a tag to compare

@connorferster connorferster released this 17 Jul 18:58

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