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

Cate 1.0.0.dev1

Pre-release
Pre-release
Compare
Choose a tag to compare
@mzuehlke mzuehlke released this 04 Oct 16:39
· 1881 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.7

  • We decided to remove the 2D map view (OpenLayers), because we had too many issues keeping it in sync with the 3D globe view (Cesium). #390

UX Improvements and new Features

  • Ask before exit #424

Fixes

  • Generated resource names not always unique #391
  • Two Datasets opened in parallel via OPeNDAP are loaded into same resource #306
  • Prevent multiple concurrent attempts to load data sources #386
  • Time constraint is being ignored for data download if entered in wrong format #345
  • Illegal time range accepted and used in wrong way #374
  • Values persisted in "Download Data Source" window #307
  • Only allow valid python identifiers as resource names #436
  • Open Dataset dialogue keeps values from previous selection #417

Find complete change log here.

Cate Core changes since 0.9.0.dev7

Improvements and new Features

  • Global temporal attributes are adjusted automatically when opening new datasets
  • Global temporal attributes are adjusted automatically when converting from data frames
  • Normalization and subsetting operation implementation logic is refactored out to util so that it can be re-used throughout Cate

Issues Fixed/Resolved

  • Fixed displaying broken/incomplete/canceled data sources on local data sources list #375
  • Generated resource names not always unique #391
  • Multiple concurrent attempts to load the ODP index now always return the same result #386
  • Use global temporal attributes to determine temporal resolution in aggregation operations #340
  • Only allow valid python identifiers as resource names #436
  • OS X installation error #438

Find complete change log here.