From 13ccb48974e276ae188959ad748239e3df2886e8 Mon Sep 17 00:00:00 2001 From: TonioF Date: Fri, 10 Jul 2020 15:39:31 +0200 Subject: [PATCH] edited changelog --- CHANGES.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 3a885d025..fab303789 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,8 +1,10 @@ ## Version 2.1.0 (in development) * Added normalization method in order to handle datasets with zonal means which have no longitude information. +* Increased robustness when using netcdf library * Remodeled ODP Data Store to support newly designed CEDA OpenSearch Service. - The previous Data Store implementation is now available as "ESA CCI Open Data Portal Legacy". + The previous Data Store implementation is now available as "ESA CCI Open Data Portal Legacy". +* Iteratively adapted CCI Data Store to support newly provided data sets. * Cate Web API at now allows changes to the root path using environment variable JUPYTERHUB_SERVICE_PREFIX. This is relevant to Catehub context where each user's cate service is mounted on /user/{username}/{cate-web-api-endpoint}. * Cate Web API at `${endpoint}/` now reports whether it is running with a "user root directory". In this case, the Web API uses relative workspace path only and users connot escape the given user root directory. * Cate Web API allows for Cross-Origin Resource Sharing (CORS), which is required