Releases: CCI-Tools/cate
v2.0.0
This release is created from v2.0.0.dev26 after validation.
v2.0.0.dev26
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
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
2.0.0.dev21
Merge pull request #794 from CCI-Tools/343-pp-ds_name_check 343 pp ds name check
2.0.0.dev20
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
2.0.0.dev19
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()
anddata_frame_subset()
to let users select variables (columns) of selected data frame. - Added information about resources of type
DataFrame
andGeoDataFrame
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
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
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
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()
andcompute_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