Skip to content

Commit

Permalink
Pin xarray to 2024.9.0 and release v0.7.0 (#219)
Browse files Browse the repository at this point in the history
* Pin xarray to 2024.9.0 and release v0.7.0
  • Loading branch information
kmuehlbauer authored Oct 26, 2024
1 parent f162456 commit bbac0d6
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 9 deletions.
6 changes: 3 additions & 3 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion ci/notebooktests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ dependencies:
- pytest-xdist
- scipy
- setuptools
- xarray
- xarray<=2024.9.0
- xarray-datatree>=0.0.10
- xmltodict
- boto3
Expand Down
2 changes: 1 addition & 1 deletion ci/unittests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ dependencies:
- pytest-xdist
- scipy
- setuptools
- xarray
- xarray<=2024.9.0
- xarray-datatree>=0.0.10
- xmltodict
4 changes: 3 additions & 1 deletion docs/history.md
Original file line number Diff line number Diff line change
@@ -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).
Expand Down
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ netCDF4
numpy
pyproj
scipy
xarray
xarray <= 2024.9.0
xarray-datatree >= 0.0.10
xmltodict

0 comments on commit bbac0d6

Please sign in to comment.