Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions AUTHORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,13 @@
* Kai Mühlbauer <kai.muehlbauer@uni-bonn.de>
* Zachary Sherman <zsherman@anl.gov>

## Contributors
## Maintainers

* Edouard Goudenhoofdt <edouard.goudenhoofdt@meteo.be>
* Hamid Ali Syed <hamidsyed37@gmail.com>
* Alfonso Ladino <alfonso8@illinois.edu>
* Hamid Ali Syed <hamidsyed37@gmail.com>

## Contributors

* Bobby Jackson <rjackson@anl.gov>
* Daniel Wolfensberger <daniel.wolfensberger@meteoswiss.ch>
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.11.0'
title: 'openradar/xradar: xradar v0.12.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.11.0
date-released: 2026-01-12
version: 0.12.0
date-released: 2026-04-21
repository-code: https://github.com/openradar/xradar
license: MIT
2 changes: 1 addition & 1 deletion ci/notebooktests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ dependencies:
- scipy
- setuptools
- pip:
- xarray @ git+https://github.com/pydata/xarray.git@main
- xarray >= 2026.4.0
- xmltodict
- boto3
- arm_pyart
Expand Down
2 changes: 1 addition & 1 deletion ci/unittests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ dependencies:
- scipy
- setuptools
- pip:
- xarray @ git+https://github.com/pydata/xarray.git@main
- xarray >= 2026.4.0
- xmltodict
5 changes: 3 additions & 2 deletions docs/history.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
# History

## 0.12.0 (2026-04-21)

## Development

* MNT: Unpin xarray, require ``xarray >= 2026.4.0`` in ``requirements.txt``, ``environment.yml``, ``ci/unittests.yml``, and ``ci/notebooktests.yml`` by [@aladinor](https://github.com/aladinor)
* MNT: Clarify contributor, team-member, and maintainer roles in the contributing guide, including the pathway to greater project involvement ({issue}`341`) by [@kmuehlbauer](https://github.com/kmuehlbauer), ({pull}`354`) by [@syedhamidali](https://github.com/syedhamidali)
* FIX: ``open_nexradlevel2_datatree`` keeps sweeps with interior sweep-index gaps — derive sweep names from actual indices in ``nex.data`` instead of ``range(len(...))`` so upstream-dropped interior cuts (e.g. ``[0..9, 11]``) no longer raise ``KeyError`` ({issue}`361`, {pull}`362`) by [@aladinor](https://github.com/aladinor)
* ADD: ``open_cfradial2_datatree`` reader with grouped CfRadial2 compatibility normalization for common FM301/CfRadial2 naming differences ({issue}`93`, {issue}`287`), ({pull}`349`) by [@syedhamidali](https://github.com/syedhamidali)
* ENH: Move station coordinates (``latitude``, ``longitude``, ``altitude``) to root node as coordinates for DataTree coordinate inheritance ({issue}`331`, {pull}`333`) by [@aladinor](https://github.com/aladinor)
* ENH: Add ``optional_groups`` parameter (default ``False``) to all ``open_*_datatree()`` functions to control inclusion of ``/radar_parameters``, ``/georeferencing_correction``, and ``/radar_calibration`` subgroups ({issue}`331`, {pull}`333`) by [@aladinor](https://github.com/aladinor)
Expand Down
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ dependencies:
- open-radar-data>=0.6.0
- pyproj
- pip:
- xarray @ git+https://github.com/pydata/xarray.git@main
- xarray >= 2026.4.0
- xmltodict
- cartopy
- cmweather
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ netCDF4
numpy
pyproj
scipy
xarray @ git+https://github.com/pydata/xarray.git@main
xarray >= 2026.4.0
xmltodict
Loading