From bbac0d6b7eb1cd0a5e39dcab4527b2b992a1da6c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kai=20M=C3=BChlbauer?= Date: Sat, 26 Oct 2024 20:37:50 +0200 Subject: [PATCH] Pin xarray to 2024.9.0 and release v0.7.0 (#219) * Pin xarray to 2024.9.0 and release v0.7.0 --- CITATION.cff | 6 +++--- LICENSE | 2 +- ci/notebooktests.yml | 2 +- ci/unittests.yml | 2 +- docs/history.md | 4 +++- environment.yml | 2 +- requirements.txt | 2 +- 7 files changed, 11 insertions(+), 9 deletions(-) diff --git a/CITATION.cff b/CITATION.cff index 4b0545ee..763e6283 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -3,7 +3,7 @@ cff-version: 1.0.3 message: If you use this software, please cite it using these metadata. # FIXME title as repository name might not be the best name, please make human readable -title: 'openradar/xradar: xradar v0.6.0' +title: 'openradar/xradar: xradar v0.7.0' doi: 10.5281/zenodo.7091737 # FIXME splitting of full names is error prone, please check if given/family name are correct authors: @@ -36,7 +36,7 @@ authors: affiliation: Federal Office of Meteorology and Climatology MeteoSwiss orcid: https://orcid.org/0009-0006-1419-0556 -version: 0.6.0 -date-released: 2024-08-05 +version: 0.7.0 +date-released: 2024-10-26 repository-code: https://github.com/openradar/xradar license: MIT diff --git a/LICENSE b/LICENSE index b44fdcb7..244908e8 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2022-2023, Open Radar Community Developers +Copyright (c) 2022-2024, Open Radar Community Developers Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/ci/notebooktests.yml b/ci/notebooktests.yml index 9b5fe25f..d2a409e1 100644 --- a/ci/notebooktests.yml +++ b/ci/notebooktests.yml @@ -26,7 +26,7 @@ dependencies: - pytest-xdist - scipy - setuptools - - xarray + - xarray<=2024.9.0 - xarray-datatree>=0.0.10 - xmltodict - boto3 diff --git a/ci/unittests.yml b/ci/unittests.yml index 23ee4264..8652d7a3 100644 --- a/ci/unittests.yml +++ b/ci/unittests.yml @@ -23,6 +23,6 @@ dependencies: - pytest-xdist - scipy - setuptools - - xarray + - xarray<=2024.9.0 - xarray-datatree>=0.0.10 - xmltodict diff --git a/docs/history.md b/docs/history.md index 73153d35..c18cbf4e 100644 --- a/docs/history.md +++ b/docs/history.md @@ -1,6 +1,8 @@ # History -## Development Version +## 0.7.0 (2024-10-26) + +This is the last version which uses datatree from xarray-contrib/datatree. Thus, xarray is pinned to version 2024.9.0. * ADD: Added `apply_to_sweeps` function for applying custom operations to all sweeps in a `DataTree` radar volume Implemented by [@syedhamidali](https://github.com/syedhamidali), ({pull}`202`). * ADD: Metek Micro Rain Radar 2 reader by [@rcjackson](https://github.com/rcjackson), ({pull}`200`) by [@rcjackson](https://github.com/rcjackson). diff --git a/environment.yml b/environment.yml index b812dac4..6ef94fe4 100644 --- a/environment.yml +++ b/environment.yml @@ -18,7 +18,7 @@ dependencies: - netCDF4 - open-radar-data>=0.1.0 - pyproj - - xarray + - xarray<=2024.9.0 - xarray-datatree>=0.0.10 - xmltodict - cartopy diff --git a/requirements.txt b/requirements.txt index 13c7c0b6..ffe4e64f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,6 +7,6 @@ netCDF4 numpy pyproj scipy -xarray +xarray <= 2024.9.0 xarray-datatree >= 0.0.10 xmltodict