Skip to content

v0.9.2

Choose a tag to compare

@mnurisso mnurisso released this 18 Jun 12:22
· 6493 commits to main since this release
7655863

Main changes are:

  1. The aqua-config.yaml file is replaced by a template to be installed. The aqua console is now mandatory to use aqua.
  2. $AQUA removed from the Configdir() autosearch, an installation with the aqua console is mandatory to use aqua.
  3. AQUA cli command to provide the installation path with --path option. This can substitute the $AQUA variable in scripts.
  4. The catalog file is now split into machine.yaml and catalog.yaml to support machine dependency of data path and intake variables as kwargs into each catalog.

AQUA core complete list:

  • More detailed documentation for Levante and Lumi installation (#1210)
  • aqua-config.yaml replaced by a template to be installed on each machine (#1203)
  • $AQUA removed from the Configdir() autosearch (#1208)
  • AQUA cli command to provide the installation path with --path option (#1193)
  • Restructure of the machine and catalog instances to support a catalog based development (#1186)
  • AQUA installation via command line support a machine specification aqua install lumi (#1186)
  • Introduction of machine.yaml file to support machine dependency of data path and intake variables as kwargs into each catalog (#1186)