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

Releases: CCI-Tools/cate

Cate 2.0.0.dev15

18 Jun 13:01
Compare
Choose a tag to compare
Cate 2.0.0.dev15 Pre-release
Pre-release

This is a source code release for the Cate Python API, Web API, and CLI.

Corresponding installers for Cate Desktop including binaries for GUI, WebAPI, and the CLI can be found here.

Changes in 2.0.0.dev15

  • Fixed operation progress monitor which was broken due to an update of the Dask library.

Cate 2.0.0.dev14

18 Jun 10:39
Compare
Choose a tag to compare
Cate 2.0.0.dev14 Pre-release
Pre-release

Changes in 2.0.0.dev14

  • ESA sea-level data not correctly displayed #661
  • Added colour mapping defaults for CCI Sea Level data.
  • Extended max. table size to 10000 elements (workaround).
  • User Guide Improvements and Updates #409:
    • Replaced references to Cate 1.0 to Cate 2.0 and updated most of figures
    • Rewrote section about setup including installation and configuration
    • Added a new section about the new STYLES panel
    • Updated section about PLACES panel to include information on how to generate a polyline, polygon, and box
    • Updated section about LAYERS panel to describe its new elements

Cate 2.0.0.dev12

11 Jun 12:20
Compare
Choose a tag to compare
Cate 2.0.0.dev12 Pre-release
Pre-release
  • No longer hide any ODP datasets in GUI #669
  • Added experimental support for Zarr data I/O format #659
  • The operation long_term_average now works with daily, monthly and seasonal datasets #471
  • Fixed problem in cate-webapi-start occurring on Linux when using address localhost (related to #627)
  • Updated anomaly_external to retain global attributes and do more input validation #666

Cate 2.0.0.dev11

22 May 08:36
Compare
Choose a tag to compare
Cate 2.0.0.dev11 Pre-release
Pre-release

Changes in version 2.0.0.dev11

  • Lacking cancelable progress monitor when opening large datasets #640
  • Wrong chunk size does not allow to import some dataset #631
  • Local dataset not recognised #557
  • Allow exporting any data as CSV #637
  • Using localhost instead of explicit IP to maybe target #627
  • The read_netcdf() operation uses Dask chunking so we can expand all variables by a 'time' dimension
    without loading all data into memory.

Cate 2.0.0.dev10

01 May 15:12
Compare
Choose a tag to compare
Cate 2.0.0.dev10 Pre-release
Pre-release

What's new

  • Support datasets with 0,360 degree longitude ranges #620
  • Temporal aggregation operation can now aggregate to pre-defined seasons, as well as custom resolutions #472
  • We now use "MB" units instead of "MiB" (part of #325)
  • Fixed a bug with animation generation #585
  • Upgrade to using newer xarray version after an upstream bugfix #579
  • Fixed a bug of unable to do pixel values extraction if one of the workflow has an error #616
  • Add the capability to create Hovmoeller plots #503
  • Add a reduce operation that lets the user create arbitrary data reductions #618

Cate 2.0.0.dev9

17 Apr 15:46
a65c716
Compare
Choose a tag to compare
Cate 2.0.0.dev9 Pre-release
Pre-release

What's new:

  • Representative default variables #590.
  • Tasks are no longer executed in parallel #606.
  • WebAPI service problem in CLI #600
  • Improve error messages and handling #393,
    introduced new error type cate.core.types.ValidationError for special treatment in the GUI.
  • Make Cate HTTP User-Agent distinguishable #510.
  • Fixed broken WebAPI invocation from CLI.
  • Use only one variable (http_proxy) for proxy URL in conf.py. The value of this variable is then returned when
    get_config() is called #544
  • Check local datasource name if it doesn't contain restricted/unsupported characters
    #568

Cate 2.0.0.dev8

26 Mar 09:53
Compare
Choose a tag to compare
Cate 2.0.0.dev8 Pre-release
Pre-release
  • Removed the cate-webapi command-line tool and replaced it by two others:
    • cate-webapi-start to start the Cate WebAPI service.
    • cate-webapi-stop to start the Cate WebAPI service. This script executes
      fast, as it will will not longer import any of the many packages Cate depends on.
  • Cate Desktop hangs when restarted after quit while running a task #578
  • SST temporal aggregation error #548
  • Scrambled time axis error #538

Cate 2.0.0.dev7

20 Mar 14:54
Compare
Choose a tag to compare
Cate 2.0.0.dev7 Pre-release
Pre-release
  • Cate Desktop hangs after upgrading WebAPI to 2.0.0.dev6 #569, using Tornado 5 webserver now.

Cate 2.0.0.dev6

18 Mar 21:41
Compare
Choose a tag to compare
Cate 2.0.0.dev6 Pre-release
Pre-release

Warning: cate-cli 2.0.0.dev6 is broken, do not install!

Fixes

  • Activate script missing after "cate-cli" package installation #569
  • Keep configuration of data stores path #439

Cate 2.0.0.dev5

18 Mar 16:45
5fdf25e
Compare
Choose a tag to compare
Cate 2.0.0.dev5 Pre-release
Pre-release
  • Select long rectangles with subset_spatial() #541
  • Improve performance of subset_spatial(), especially when masking complex polygons #508
  • Select all pixels that are crossed by the given polygon in subset_spatial() #560
  • Enable subset_spatial() to work with all valid polygons, including sub-pixel ones. #507
  • By default plot_map() and animate_map() now produce colormesh (pixel) plots. #559
  • Fix issues with progress writing.