Skip to content

Commit

Permalink
REL: 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kmuehlbauer committed Jul 11, 2023
1 parent d49c583 commit 5d6a3b8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 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.2.0'
title: 'openradar/xradar: xradar v0.3.0'
doi: 10.5281/zenodo.7091737
# FIXME splitting of full names is error prone, please check if given/family name are correct
authors:
Expand All @@ -19,7 +19,7 @@ authors:
family-names: Goudenhoofdt
affiliation: Royal Meteorological Institute of Belgium
orcid: https://orcid.org/0000-0002-6376-1515
version: 0.2.0
date-released: 2023-03-24
version: 0.3.0
date-released: 2023-07-11
repository-code: https://github.com/openradar/xradar
license: MIT
3 changes: 2 additions & 1 deletion docs/history.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
# History

## Development Version
## 0.3.0 (2023-07-11)
* ENH: Add new examples using radar data on AWS s3 bucket ({pull}`102`) by [@aladinor](https://github.com/aladinor)
* FIX: Correct DB_DBTE8/DB_DBZE8 and DB_DBTE16/DB_DBZE16 decoding for iris-backend ({pull}`110`) by [@kmuehlbauer](https://github.com/kmuehlbauer)
* FIX: Cast boolean string to int in rainbow dictionary ({pull}`113`) by [@egouden](https://github.com/egouden)
* MNT: switch to mamba-org/setup-micromamba, split CI tests ({issue}`115`), ({pull}`116`) by [@kmuehlbauer](https://github.com/kmuehlbauer)
* FIX: time interpolation ({pull}`117`) by [@kmuehlbauer](https://github.com/kmuehlbauer)
* FIX: robust ``angle_res`` retrieval in ``extract_angle_parameters`` ({issue}`112`), ({pull}`118`) by [@kmuehlbauer](https://github.com/kmuehlbauer)
* FIX: robust radar identifier in ``to_odim()`` ({pull}`120`) by [@kmuehlbauer](https://github.com/kmuehlbauer)

## 0.2.0 (2023-03-24)

Expand Down

0 comments on commit 5d6a3b8

Please sign in to comment.