Skip to content
This repository has been archived by the owner on Aug 29, 2023. It is now read-only.

Cate 0.9.0.dev6

Pre-release
Pre-release
Compare
Choose a tag to compare
@mzuehlke mzuehlke released this 06 Sep 13:55
· 2144 commits to master since this release

Before you install

For each supported operating system (Linux, Mac OS X, Windows) there are two installers:

  1. cate-<version>-<platform>.exe/.sh: installers for Cate Core including the command-line interface and Python API;
  2. Cate.Desktop.<version>.exe/.dmg/.AppImage: secondary installers for Cate Desktop, Cate's graphical user interface for Windows, OS X, and Linux,

To use Cate Desktop, users must first install Cate Core before installing Cate Desktop.

Linux and Mac users: the Cate Core installers are bash shell scripts which must be executed from a terminal:

$ bash cate-<version>-<platform>.sh

Cate Desktop changes since 0.9.0-dev.5

  • Fix date input components (for a single date and for date ranges). Now a simple text input filed is used. #303 and #335
  • Only persist the parameter values for the 'time' and 'geo' constraint in the 'Open Local Dataset' and 'Download Data Source' dialog. #307 and #308

Find complete change log here.

Cate Core changes since 0.9.0.dev5

  • Add use case 2 script #327 and #146
  • long_term_average, temporal_aggregation, detect_outliers, spatial_subset and plot now work with both - datasets and dataframes.
  • Date and time columns in CSV data are converted into datetime objects
  • Fix use case 6 script
  • Fix #320 (wrong file dialog for enso_nino34 operation in GUI)
  • Fix temporal coverage for ODP datasets that are listed as a single dataset in the CSW and as multiple in the ESGF

Find complete change log here.