Skip to content

Commit 3f6ebc0

Browse files
authored
REL: 0.10.0 (#286)
* REL: 0.10.0 * fix CITATION.cff
1 parent 7ae8c9d commit 3f6ebc0

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

.readthedocs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: 2
22
conda:
33
environment: environment.yml
44
build:
5-
os: 'ubuntu-20.04'
5+
os: 'ubuntu-22.04'
66
tools:
77
python: 'mambaforge-latest'
88
sphinx:

CITATION.cff

Lines changed: 3 additions & 3 deletions
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.9.0'
6+
title: 'openradar/xradar: xradar v0.10.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.9.0
40-
date-released: 2025-02-07
39+
version: 0.10.0
40+
date-released: 2025-07-11
4141
repository-code: https://github.com/openradar/xradar
4242
license: MIT

docs/history.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# History
22

3-
## Development Version
3+
## 0.10.0 (2025-07-11)
4+
45
* FIX: Use fixture for making temp file to avoid permission issue on Windows
56
* ENH: Supporting for streaming NEXRAD Level 2 data via file-like objects and byte streams. ({issue}`265`) ({pull}`280`) by [@aladinor](https://github.com/aladinor)
67
* ADD: function to select dataset variables in sweep ({issue}`104`) ({pull}`254`) by [@egouden](https://github.com/egouden)

0 commit comments

Comments
 (0)