Skip to content

Releases: CDAT/cdp

v1.3.2

19 Apr 19:55
1d4dfbc
Compare
Choose a tag to compare
  • Changed priority of parameters.
    • It used to be:
      • command line
      • command line defaults
      • Python file
      • Python file defaults
      • cfg file
    • Now it's:
      • command line
      • Python file
      • cfg file
      • command line defaults
      • Python file defaults
  • Fixes for when people run with = in a command
    • ex: e3sm_diags -p all_sets.py --results_dir=my/results/are/here

v1.3.1

10 Apr 00:48
Compare
Choose a tag to compare
  • Bugfixes for v1.3.0 release
    • On a Python 3 environment, StringIO doesn't give an ImportError anymore

v1.3.0

02 Apr 23:47
Compare
Choose a tag to compare
  • Support for cfg files with titles as [#].
    • Allows for users to create files without worrying about having unique names for each diagnostic run in the cfg file.

v1.2.3

12 Feb 22:54
Compare
Choose a tag to compare
  • Implemented granulate parameter, which is used to break large parameters with many lists into individual ones. This is better for running in parallel.

v1.2.2

08 Feb 23:29
Compare
Choose a tag to compare
  • Bug fixes for the parser.

v1.2.1

01 Feb 23:31
Compare
Choose a tag to compare
  • vars_to_ignore works now when getting parameters.
  • no need for a Parameter class when creating a Parser.

v1.2.0

31 Jan 16:18
Compare
Choose a tag to compare
  • First take at the Common Input Arguments described here.
  • Parser works when the default option is used in argparse.ArgumentParser. add_argument()
  • Creating parameters with just command line options works
  • Python 3 support

v1.1.0

07 Sep 22:35
Compare
Choose a tag to compare
  • cdp_run module allows for diags to be ran in serial or in parallel using multiprocessing or distributedly.
  • Fixed CDPViewer API to make it consistent
  • Support for parameter input with -p (for a single parameter), -d (for multiple parameters with a json/cfg file), or both
  • cdp-distrib tool to query a cluster for basic information (number of workers, status of workers, etc)

v1.0.3

15 Mar 17:06
Compare
Choose a tag to compare
  • Added CDP Viewer
  • Removed CDP Driver, no longer forces users to make a class

v1.0.2

25 Jan 21:29
Compare
Choose a tag to compare
  • Added CDPMetric