- [BREAKING CHANGE] Now `--sweep 1-10` sets `LMN_RUN_SWEEP_IDX` from 1 to 10 (previously 1 to 9) - `--gpus` option is set (slurm mode; to get it to work on TTIC's new cluster beehive) - Allow specifying lmn root dir inside of a container, in the config file
0.4.1
- Use `!/bin/{shell} -i` rather than `!/usr/bin/env -S {shell} -i` since many hosts have coreutils < 8.30 (not supporting the `-S` option) - Minor updates in log messages
0.4.0
- Multiple bugfix - Remove `CUDA_VISIBLE_DEVICES` for default `env_from_host` on Singularity
0.3.3
- Quick fix
0.3.2
- Get PBS to work - Unify logic in `cli/run.py` for slurm and pbs - Stop using new type hint notation