0.0.5
Added:
- Added option
--config
which accepts a path to a yaml file with the configuration to runconda-press
. - The
YAML
file passed using the option--config
also accepts the
configuration to be inside of the keyconda_press
.
Changed:
- Add dataclass
Config
following theIntroduce Parameter Object
design pattern.
Config
is responsible to hold theconda-press
configuration.
Refactored internal classes/functions to use the new approach.
Authors:
- Anthony Scopatz
- Marcelo Duarte Trevisani