From 0a435a71535daf66a1b1ab56ac08fc22b73fad37 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kai=20M=C3=BChlbauer?= Date: Fri, 2 Aug 2024 09:08:29 +0200 Subject: [PATCH 1/2] fix history.md --- docs/history.md | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/docs/history.md b/docs/history.md index cce02e2c..5d1535a5 100644 --- a/docs/history.md +++ b/docs/history.md @@ -1,15 +1,19 @@ # History ## Development Version (unreleased) + * ADD: DataMet reader ({pull}`175`) by [@wolfidan](https://github.com/wolfidan). -* FIX: Fix use of ruff, CI and numpy2 ({pull}`177`) by [@mgrover1](https://github.com/mgrover1) and [@kmuehlbauer](https://github.com/kmuehlbauer). -* ADD: Add Alfonso to citation doc ({pull}`169`) by [@mgrover1](https://github.com/mgrover1). -* ENH: Adding global variables and attributes to iris datatree ({pull}`166`) by [@aladinor](https://github.com/aladinor). -* FIX: Set fillvalue before applying scale/offset when exporting to odim ({issue}`122`) by [@pavlikp](https://github.com/pavlikp), ({pull}`173`) by [@kmuehlbauer](https://github.com/kmuehlbauer). * FIX: Nexrad level2 time offset of 1 day, skip reading missing elevations, introduce new radial_status of 5 ({issue}`180`) by [@ghiggi](https://github.com/ghiggi), ({pull}`180`) by [@kmuehlbauer](https://github.com/kmuehlbauer). * ADD: Reader for Halo Photonics Doppler lidar data by [@rcjackson](https://github.com/rcjackson) +## 0.5.1 (2024-07-05) + +* ADD: Add Alfonso to citation doc ({pull}`169`) by [@mgrover1](https://github.com/mgrover1). +* ENH: Adding global variables and attributes to iris datatree ({pull}`166`) by [@aladinor](https://github.com/aladinor). +* FIX: Set fillvalue before applying scale/offset when exporting to odim ({issue}`122`) by [@pavlikp](https://github.com/pavlikp), ({pull}`173`) by [@kmuehlbauer](https://github.com/kmuehlbauer). +* FIX: Fix use of ruff, CI and numpy2 ({pull}`177`) by [@mgrover1](https://github.com/mgrover1) and [@kmuehlbauer](https://github.com/kmuehlbauer). + ## 0.5.0 (2024-03-28) * MNT: Update GitHub actions, address DeprecationWarnings ({pull}`153`) by [@kmuehlbauer](https://github.com/kmuehlbauer). From a52bc977c5cea954cfe80b37abbffad6a889d43d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kai=20M=C3=BChlbauer?= Date: Fri, 2 Aug 2024 10:32:21 +0200 Subject: [PATCH 2/2] MNT: update CI requirements --- ci/notebooktests.yml | 4 ++-- ci/unittests.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ci/notebooktests.yml b/ci/notebooktests.yml index 012e0a14..50e46c83 100644 --- a/ci/notebooktests.yml +++ b/ci/notebooktests.yml @@ -16,7 +16,7 @@ dependencies: - netCDF4 - notebook - numpy - - open-radar-data>=0.1.0 + - open-radar-data>=0.2.0 - pip - pyproj - pytest @@ -27,7 +27,7 @@ dependencies: - scipy - setuptools - xarray - - xarray-datatree>=0.0.10 + - xarray-datatree>=0.0.14 - xmltodict - boto3 - arm_pyart diff --git a/ci/unittests.yml b/ci/unittests.yml index eb9f3f82..05653c12 100644 --- a/ci/unittests.yml +++ b/ci/unittests.yml @@ -13,7 +13,7 @@ dependencies: - lat_lon_parser - netCDF4 - numpy - - open-radar-data>=0.1.0 + - open-radar-data>=0.2.0 - pip - pyproj - pytest @@ -24,5 +24,5 @@ dependencies: - scipy - setuptools - xarray - - xarray-datatree>=0.0.10 + - xarray-datatree>=0.0.14 - xmltodict