Releases: E3SM-Project/zppy-interfaces
Releases · E3SM-Project/zppy-interfaces
v0.2.0
Summary of changes
zppy-interfaces v0.2.0adds two new features and is designed for use withzppy v3.1.0.- Users may now include
pcmdi_diags.zppy-interfacescurrently supportsmean_climate,variability_modes_cpl,variability_modes_atm, andsynthetic_plots. Support forensowill come in a later release. Please note we are considering this to be a "beta release" ofpcmdi_diags. Please let the developers know if you encounter any issues by posting on the discussion page. - The
global_time_seriestask now has improved performance and clearer distinctions between its operating modes (i.e., a multi-plot PDF or viewers similar to those ofe3sm_diags).
- Users may now include
Full list of changes
Incompatible API changes (user-facing)
- N/A
Features (user-facing)
- Add
pcmdi_diagstask. - Refactored Global Time Series task to be more performant and better handle operating modes.
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
v0.1.2
v0.1.1
v0.1.0
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.