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

Releases: CCI-Tools/cate

v2.0.0

30 Apr 15:35
Compare
Choose a tag to compare

This release is created from v2.0.0.dev26 after validation.

v2.0.0.dev26

30 Mar 17:04
Compare
Choose a tag to compare
v2.0.0.dev26 Pre-release
Pre-release

Changes in 2.0.0.dev26

  • Fixed a display problem where spatial subsets of datasets appeared shifted on the 3D globe view
    #817
  • Cate now depends on gdal 2.3.3 and geos 3.7.1 to solve failed installation issue
    #843 and possibly #842
  • Fixed a dependency issue caused by fiona by removing defaults channel (and consequently using only conda-forge channel)
    #839

2.0.0.dev25

18 Jan 14:33
Compare
Choose a tag to compare
2.0.0.dev25 Pre-release
Pre-release

Changes in 2.0.0.dev25

  • Increased default time-out for data downloads from 10 to 90 seconds. Addresses (but not fixes)
    #835
  • Fixed failing download of Sea-Ice CCI data (ValueError: The truth value
    of an array with more than one element is ambiguous). Addresses (but not fixes)
    #832 - we now display better error message
  • Fixed installation problem with latest Miniconda 4.5.12
    #831

2.0.0.dev22

27 Nov 10:45
Compare
Choose a tag to compare
2.0.0.dev22 Pre-release
Pre-release
  • Fix dataset name can contain only letters, numbers underscore, dot and minus #811
  • Fix for SST data download error #798

2.0.0.dev21

08 Nov 13:57
e818763
Compare
Choose a tag to compare
2.0.0.dev21 Pre-release
Pre-release
Merge pull request #794 from CCI-Tools/343-pp-ds_name_check

343 pp ds name check

2.0.0.dev20

26 Sep 14:20
Compare
Choose a tag to compare
2.0.0.dev20 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.dev20

  • Changed order and names of new data_frame_subset operation inputs.
  • Improved scatter plot #763.
    We can now plot N-D arrays. Plot types are "Point", "Hexbin", and "2D Histogram".
  • Fixed problem where workspace save-as sometimes fails on Windows #764

2.0.0.dev19

24 Sep 05:30
Compare
Choose a tag to compare
2.0.0.dev19 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 Cate 2.0.0.dev19

  • Must click twice to expand point to polygon #709
  • Added operation write_geo_data_frame() #758
  • Numbers displayed with too many digits #754
  • Improved error handling in operation `pearson_correlation_scalar()``, addresses #746
  • Fixed error in plot_xxx() operations "'NoneType' object is not iterable" #749
  • Fixed problem with coregister() operation on data subsets #747
  • Fixed operations data_frame_aggregate() and data_frame_subset() to let users select variables (columns) of selected data frame.
  • Added information about resources of type DataFrame and GeoDataFrame in the details section of the WORSPACE panel.
  • Updated default colour mappings and default variables for more Sea Level CCI products

Cate 2.0.0.dev18

16 Sep 11:33
Compare
Choose a tag to compare
Cate 2.0.0.dev18 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 Cate 2.0.0.dev18

  • Added new operation data_frame_aggregate() #707
  • Values of scalar variables are now always shown in VARIABLES panel in Cate Desktop #702
    Unfortunately, this feature did not find its way into 2.0.0.dev17, instead only its related bug #743.
  • Fixed "KeyError: 0" for one one-record data frames #743
  • Removed option to load GML files in Cate Desktop solving #734

Cate 2.0.0.dev17

12 Sep 15:29
dc38b6f
Compare
Choose a tag to compare
Cate 2.0.0.dev17 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.dev17

  • Added information about resources of type GeoDataFrame (Shapefiles, GeoJSON) in the details section of the WORSPACE panel in Cate Desktop #705
  • Added new operation merge() #740
  • Added new operation data_frame_subset() #708
  • Fixed display of CCI Sea Level MSLAMPH data #722
  • Improve indexers to first do a validation with respect to the available dimensions and the selected remaining_dims #730
  • Improve plotting capabilities to allow multi-variable plotting and format specification #704
  • Fixed code signing issue during the installer build on MacOS and Windows #726
  • Fixed Cate Desktop failed to start (in Ubuntu 18) due to missing .so #729
  • Fixed Cate Desktop failed to start (in Windows) due to unable to find dll files #725
  • User-defined Setup fails with existing Miniconda/Anaconda installation #728

Cate 2.0.0.dev16

16 Jul 11:00
2e39f74
Compare
Choose a tag to compare
Cate 2.0.0.dev16 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.dev16

  • Added new operation data_frame_find_closest() #706
  • Added new operations compute_dataset() and compute_data_frame() #703.
  • Fixed division by zero error in RGB tile generation if data min and max were equal
  • Allow displaying and working with CCI Sea Level MSLAMPH data.
    Addresses #531.
  • Improved chunking when opening local netCDF datasets, improved memory footprint of
    subset_spatial operation when masking is enabled
    Addresses #701
  • Fix a bug where correlation would fail with differing time dimensions
    Addresses #700
  • Fix a bug where coregistration would fail in some cases when the grouped by dimension
    is not squeezed out automatically.
    Addresses #684
  • Fix a bug where coregistration would fail with some datasets on very fine grids due to
    floating point calculation errors
    Addresses #714