* Snakemake + support for pulling images from private container registries + add config field for running tasks in conda and container environments
Fixed
* Snakemake + fix regression in 2.38.2 that caused failure to resolve upstream nodes for target files
2.38.2
Added
* Snakemake + support for per-task containers in Snakemake workflow using the `container` directive
Fixed
* Snakemake + add `_jit_register` suffix when resolving Snakemake workflow name for `latch develop` + use `variable_name_for_value` instead of `variable_name_for_file` when resolving upstream jobs for target files
2.38.1
Added
* The `--open` option to `latch register`, which if passed in, will open the workflow in the browser after successful registration
Fixed
* Snakemake + remove `.latch` directory copy from Dockerfile generation to avoid unexpected file overrides + limit pulp package version to < 2.8 to fix snakemake import failure
2.38.0
Added
* The `latch exec` command to spawn a shell inside a running task.
2.37.1
Added
* Snakemake + support for `latch develop` for JIT workflow
Fixed
* Snakemake + user input config overrides default config instead of merging + JIT workflow fails if the same keyword is used to define two different input parameters + fail to serialize `snakemake_data` when any params are defined as `pathlib.Path`
2.37.0
Added
* `rename_current_execution` function which allows programmatic execution renaming.