Skip to content

0.0.5

Compare
Choose a tag to compare
@scopatz scopatz released this 17 Oct 18:45
· 28 commits to master since this release

Added:

  • Added option --config which accepts a path to a yaml file with the configuration to run conda-press.
  • The YAML file passed using the option --config also accepts the
    configuration to be inside of the key conda_press.

Changed:

  • Add dataclass Config following the Introduce Parameter Object design pattern.
    Config is responsible to hold the conda-press configuration.
    Refactored internal classes/functions to use the new approach.

Authors:

  • Anthony Scopatz
  • Marcelo Duarte Trevisani