Skip to content

Commit bbac0d6

Browse files
authored
Pin xarray to 2024.9.0 and release v0.7.0 (#219)
* Pin xarray to 2024.9.0 and release v0.7.0
1 parent f162456 commit bbac0d6

7 files changed

+11
-9
lines changed

CITATION.cff

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
cff-version: 1.0.3
44
message: If you use this software, please cite it using these metadata.
55
# FIXME title as repository name might not be the best name, please make human readable
6-
title: 'openradar/xradar: xradar v0.6.0'
6+
title: 'openradar/xradar: xradar v0.7.0'
77
doi: 10.5281/zenodo.7091737
88
# FIXME splitting of full names is error prone, please check if given/family name are correct
99
authors:
@@ -36,7 +36,7 @@ authors:
3636
affiliation: Federal Office of Meteorology and Climatology MeteoSwiss
3737
orcid: https://orcid.org/0009-0006-1419-0556
3838

39-
version: 0.6.0
40-
date-released: 2024-08-05
39+
version: 0.7.0
40+
date-released: 2024-10-26
4141
repository-code: https://github.com/openradar/xradar
4242
license: MIT

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2022-2023, Open Radar Community Developers
3+
Copyright (c) 2022-2024, Open Radar Community Developers
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

ci/notebooktests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ dependencies:
2626
- pytest-xdist
2727
- scipy
2828
- setuptools
29-
- xarray
29+
- xarray<=2024.9.0
3030
- xarray-datatree>=0.0.10
3131
- xmltodict
3232
- boto3

ci/unittests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@ dependencies:
2323
- pytest-xdist
2424
- scipy
2525
- setuptools
26-
- xarray
26+
- xarray<=2024.9.0
2727
- xarray-datatree>=0.0.10
2828
- xmltodict

docs/history.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# History
22

3-
## Development Version
3+
## 0.7.0 (2024-10-26)
4+
5+
This is the last version which uses datatree from xarray-contrib/datatree. Thus, xarray is pinned to version 2024.9.0.
46

57
* 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`).
68
* ADD: Metek Micro Rain Radar 2 reader by [@rcjackson](https://github.com/rcjackson), ({pull}`200`) by [@rcjackson](https://github.com/rcjackson).

environment.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ dependencies:
1818
- netCDF4
1919
- open-radar-data>=0.1.0
2020
- pyproj
21-
- xarray
21+
- xarray<=2024.9.0
2222
- xarray-datatree>=0.0.10
2323
- xmltodict
2424
- cartopy

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ netCDF4
77
numpy
88
pyproj
99
scipy
10-
xarray
10+
xarray <= 2024.9.0
1111
xarray-datatree >= 0.0.10
1212
xmltodict

0 commit comments

Comments
 (0)