From cf046e341c83a7955f3fb693c131297d68aaea2c Mon Sep 17 00:00:00 2001 From: Zeitsperre <10819524+Zeitsperre@users.noreply.github.com> Date: Tue, 1 Nov 2022 14:59:17 -0400 Subject: [PATCH 1/3] update release date and correct typo --- .zenodo.json | 2 +- CHANGES.rst | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.zenodo.json b/.zenodo.json index 9c5ae4fe..3b664cf6 100644 --- a/.zenodo.json +++ b/.zenodo.json @@ -21,7 +21,7 @@ "orcid": "0000-0002-1132-2342" }, { - "name": "Vu, Tien Long", + "name": "Vu, Tuan Long", "affiliation": "Ouranos" }, { diff --git a/CHANGES.rst b/CHANGES.rst index ba150d09..e92069f7 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,7 +1,7 @@ Changes ======= -0.16.0 (2022-10-27) +0.16.0 (2022-11-01) ------------------- Major Changes @@ -23,6 +23,7 @@ Internal Changes - check-manifest: Ensure relevant modules and data are explicitly installed - black + blackdoc + yamllint: Clean up code, code examples within documentation and reformat yaml files for readability - check-jsonschema: Verify that GitHub and ReadTheDocs workflows are valid +* Added a Zenodo/DOI configuration 0.15.1 (2022-01-14) ------------------- From c57d5f5fcd526e7bb757937e756121ffacb41669 Mon Sep 17 00:00:00 2001 From: Trevor James Smith <10819524+Zeitsperre@users.noreply.github.com> Date: Tue, 1 Nov 2022 15:18:37 -0400 Subject: [PATCH 2/3] Update requirements.txt --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 6664078c..a6e5bdb8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,7 +10,7 @@ numpy scipy matplotlib xarray>=0.18 -xclim>=0.28.1 +xclim>=0.31.0 pandas requests netCDF4 From 7e5472f07b1b8474202af18b50354924f83f1e7b Mon Sep 17 00:00:00 2001 From: Trevor James Smith <10819524+Zeitsperre@users.noreply.github.com> Date: Tue, 1 Nov 2022 15:18:58 -0400 Subject: [PATCH 3/3] Update environment.yml --- environment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/environment.yml b/environment.yml index f111d156..ea60d05b 100644 --- a/environment.yml +++ b/environment.yml @@ -42,5 +42,5 @@ dependencies: - unidecode - urlpath - xarray >=0.18 - - xclim >=0.28.1 + - xclim >=0.31.0 - xskillscore