Skip to content

Releases: E3SM-Project/zppy-interfaces

v0.2.0

20 Nov 20:52
bb080aa

Choose a tag to compare

Summary of changes

  • zppy-interfaces v0.2.0 adds two new features and is designed for use with zppy v3.1.0.
    1. Users may now include pcmdi_diags. zppy-interfaces currently supports mean_climate, variability_modes_cpl, variability_modes_atm, and synthetic_plots. Support for enso will come in a later release. Please note we are considering this to be a "beta release" of pcmdi_diags. Please let the developers know if you encounter any issues by posting on the discussion page.
    2. The global_time_series task now has improved performance and clearer distinctions between its operating modes (i.e., a multi-plot PDF or viewers similar to those of e3sm_diags).

Full list of changes

Incompatible API changes (user-facing)

  • N/A

Features (user-facing)

  • Add pcmdi_diags task.
    • #25: Add pcmdi
    • #41: Further pcmdi_diags updates
  • Refactored Global Time Series task to be more performant and better handle operating modes.
    • #26: Split global_time_series task and improve performance
    • #40: Fix land variable performance issue by eagerly loading data

Small Improvements (user-facing)

  • N/A

Bug Fixes (user-facing)

  • #29: Remove duplicate logs

Documentation/examples only (user-facing)

  • N/A

Tests only

  • N/A

DevOps

  • #28: Update to latest conda-incubator/setup-miniconda
  • #32: Add missing dependencies to pyproject.toml
  • #33: Update Python support
  • #36: Comment out docs build
  • #38: Relax matplotlib constraints
  • #42: Fix dependencies

Version Updating

  • #39: Bump to 0.2.0rc1
  • #43: Bump to 0.2.0rc2

v0.1.2

04 Apr 20:15
10cbba5

Choose a tag to compare

Added improvements to variable and viewer handling.

v0.1.1

16 Jan 18:30
aa10045

Choose a tag to compare

Patch to update version properly.

v0.1.0

16 Jan 18:18
d3490e5

Choose a tag to compare

Initial release of zppy-interfaces, an auxiliary package for analysis and plotting functionality that falls outside zppy's scope of workflow automation. This initial release includes the refactoring of much of the global_time_series functionality into this package. It also adds Land variable support and Viewer generation, similar to Viewers seen in e3sm_diags to that functionality.