Skip to content

v2.1.0

Compare
Choose a tag to compare
@maddenp-noaa maddenp-noaa released this 12 Mar 16:36
94cc7cb

What's Changed

  • Renamed mode forecast -> fv3 and reworked driver using graph-based techniques.
  • Added new sfc_climo_gen mode and driver.
  • Added support for YAML as an input and output format for all config realize operations.
  • Added --partial switch to template render to optionally permit rendering templates when not all expressions can be evaluated.
  • Added --total switch to config realize to optionally forbid realization of configs when not all expressions can be evaluated / references resolved.
  • Added support for auxiliary loading of templates via e.g. Jinja2 import expressions.
  • Added API function render_to_str() to uwtools.api.template.
  • Added experimental --graph-file switch to drivers to write Graphviz DOT task-graph representations.
  • Improved environment-variable support for template render.
  • Completed internal standardization on pathlib Path objects.

Full Changelog: v2.0.1...v2.1.0