Skip to content

v0.12.3

Choose a tag to compare

@lewisjared lewisjared released this 30 Mar 15:53
· 142 commits to main since this release

Announcements

Changelog

Features

  • Added ref datasets stats and ref executions stats CLI commands for viewing summary statistics without listing individual records. (#584)

Bug Fixes

  • Fixed zero-emission-commitment diagnostic failures caused by space-separated activity_id values creating path mismatches, incorrect parent timerange computation when datasets are split across multiple files, and models with esm-1pctCO2 as parent experiment being incorrectly scheduled (see #586). (#585)
  • Fixed experiment selection for computing ZEC. (#589)
  • Solve regression tests now use the local default_ignore_datasets.yaml instead of downloading from the main branch on GitHub, ensuring tests reflect the current ignore list. (#606)
  • Use flexible time stamp for PMP annual cycle. (#465)

Improvements

  • Enable multiple-file-input for PMP's variability modes diagnostics. (#583)-

Improved Documentation

  • Added a how-to guide on controlling memory use and parallism during diagnostic execution. (#591)

Changes

  • a3831a9 Bump version: 0.12.2 → 0.12.3
  • cba52e0 chore(docs): remove --strict flag from mkdocs build
  • 653d27b test(pmp): add tests for get_wildcard_pattern and validate common prefix
  • 6b94c6c chore: add changelog for #606
  • 2d9dbfa fix(tests): use local ignore list in solve regression tests
  • c362381 clean up
  • 8c3bfb4 clean up
  • 01ed2a9 clean up
  • d85aa24 clean up
  • 2c6943e add change log
  • 3ddd098 change input checker, enable multi-file input
  • 831c60d docs: cleanups
  • 2b53834 docs: rename
  • 6789c06 docs: Placeholder QA page
  • b60b9a2 Add docs on configuring Dask
  • eec3610 Correct experiment selection for computing ZEC
  • b42bebf chore: Ignore failing datasets in the sea-ice-sensitivity runs
  • 1a8b0ac fix(esmvaltool): exclude ZEC models with esm-1pctCO2 parent experiment
  • 7d255d9 chore: add changelog for #585
  • 50b4620 fix(esmvaltool): resolve ZEC failures from activity_id mismatch and wrong timerange
  • fab8b9c chore: add changelog for #584
  • 8a13616 feat(cli): add stats subcommand to datasets and executions