From f9d8d8af2a15f60c519d943a5074b206bb8e3880 Mon Sep 17 00:00:00 2001 From: ctena Date: Wed, 29 Mar 2023 15:34:42 +0200 Subject: [PATCH] Preparing release --- CHANGELOG.md | 6 +++--- nes/__init__.py | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6616fa3..d6c5396 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,16 +1,16 @@ # NES CHANGELOG ### 1.1.1 -* Release date: ??? +* Release date: 2023/04/29 * Changes and new features: - * Improved time on **concatenate_netcdfs** function ([#55](https://earth.bsc.es/gitlab/es/NES/-/issues/55)) * Sum of Nes objects ([#48](https://earth.bsc.es/gitlab/es/NES/-/issues/48)) * Write 2D string data to save variables from shapefiles after doing a spatial join ([#49](https://earth.bsc.es/gitlab/es/NES/-/issues/49)) + * Horizontal Interpolation Conservative: Improvement on memory usage when calculating the weight matrix ([#54](https://earth.bsc.es/gitlab/es/NES/-/issues/54)) + * Improved time on **concatenate_netcdfs** function ([#55](https://earth.bsc.es/gitlab/es/NES/-/issues/55)) * Write by time step to avoid memory issues ([#57](https://earth.bsc.es/gitlab/es/NES/-/issues/57)) * Flux conservative horizontal interpolation ([#60](https://earth.bsc.es/gitlab/es/NES/-/issues/60)) * Bugs fixing: * Bug on `cell_methods` serial write ([#53](https://earth.bsc.es/gitlab/es/NES/-/issues/53)) - * Horizontal Interpolation Conservative: Improvement on memory usage when calculating the weight matrix ([#54](https://earth.bsc.es/gitlab/es/NES/-/issues/54)) * Bug on avoid_first_hours that where not filtered after read the dimensions ([#59](https://earth.bsc.es/gitlab/es/NES/-/issues/59)) * Bug while reading masked data. diff --git a/nes/__init__.py b/nes/__init__.py index 29592c5..929b1cb 100644 --- a/nes/__init__.py +++ b/nes/__init__.py @@ -1,5 +1,5 @@ -__date__ = "2023-03-02" -__version__ = "1.1.0" +__date__ = "2023-04-29" +__version__ = "1.1.1" from .load_nes import open_netcdf, concatenate_netcdfs from .create_nes import create_nes, from_shapefile -- GitLab