Skip to content
This repository was archived by the owner on Feb 26, 2023. It is now read-only.

Commit cd3a8ce

Browse files
committed
MNT: update for wradlib 1.17.0
1 parent 82c7eba commit cd3a8ce

File tree

2 files changed

+17
-12
lines changed

2 files changed

+17
-12
lines changed

readthedocs_environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ dependencies:
88
- ipykernel
99
- sphinx_rtd_theme
1010
- sphinxcontrib-bibtex
11-
- numpy>=1.21
11+
- numpy
1212
- deprecation
1313
- git
1414
- nbsphinx

source/release_notes.rst

Lines changed: 16 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -7,24 +7,29 @@ Please note that :math:`\omega radlib` releases follow `semantic versioning <htt
77

88
You can install the latest :math:`\omega radlib` release from PyPI via ``$ pip install wradlib`` or specific version via ``$ pip install wradlib==x.y.z``. The recommended installation process is described in :doc:`installation`.
99

10-
Version 1.16.1
10+
Version 1.17.0
1111
--------------
1212

13-
**Bugfixes**
13+
**New features**
1414

15-
* Use numpy.linspace in ipol.interpolate_polar (:pull:`576`) by `@syedhamidali <https://github.com/syedhamidali>`_
16-
* FIX: explicitely cast ray indices to int in cfradial1 reader (:pull:`579`) by `@kmuehlbauer <https://github.com/kmuehlbauer>`_
17-
* Pre Erad2022 (:pull:`580`) by `@kmuehlbauer <https://github.com/kmuehlbauer>`_
18-
* FIX: cfradial1 reader alignments (:pull:`585`) by `@kmuehlbauer <https://github.com/kmuehlbauer>`_
15+
* MNT: use Bearer Token instead of credentials (:pull:`584`) by `@kmuehlbauer <https://github.com/kmuehlbauer>`_
16+
* FIX: enable ODIM reader to read `qualityN` fields (similar to `dataN`) (:pull:`588`) by `@kmuehlbauer <https://github.com/kmuehlbauer>`_
17+
* ENH: read RADOLAN ascii format (:issue:`593`) by `@SandeepAllampalli <https://github.com/SandeepAllampalli>`_ and (:pull:`594`) by `@kmuehlbauer <https://github.com/kmuehlbauer>`_
18+
* ENH: add RADVOR products RV, RE and RQ (:issue:`591`) by `@heistermann <https://github.com/heistermann>`_ and (:pull:`594`) by `@heistermann <https://github.com/heistermann>`_ and `@kmuehlbauer <https://github.com/kmuehlbauer>`_
1919

20-
**Maintenance - Code**
20+
**Maintenance code**
2121

22-
* MNT: use Bearer Token instead of credentials (:pull:`584`) by `@kmuehlbauer <https://github.com/kmuehlbauer>`_
23-
* MNT: fix SRTM testing if resource is not available, implement timeout (:pull:`587`) by `@kmuehlbauer <https://github.com/kmuehlbauer>`_
22+
* MNT: add pre-commit (:pull:`577`) by `@kmuehlbauer <https://github.com/kmuehlbauer>`_
23+
* Pre Erad2022 (:pull:`580`) by `@kmuehlbauer <https://github.com/kmuehlbauer>`_
24+
* MNT: fix SRTM testing if resource is not available, implement timeout (:issue:`586`) and (:pull:`587`) by `@kmuehlbauer <https://github.com/kmuehlbauer>`_
2425

25-
**Maintenance - CI**
26+
**Bugfixes**
2627

27-
* MNT: add pre-commit (:pull:`577`) by `@kmuehlbauer <https://github.com/kmuehlbauer>`_
28+
* Use numpy.linspace in ipol.interpolate_polar (:pull:`576`) by `@syedhamidali <https://github.com/syedhamidali>`_
29+
* FIX: explicitely cast ray indices to int in cfradial1 reader (:pull:`579`) by `@kmuehlbauer <https://github.com/kmuehlbauer>`_
30+
* FIX: add missing finally (:pull:`581`) by `@kmuehlbauer <https://github.com/kmuehlbauer>`_
31+
* FIX: cfradial1 reader alignments (:pull:`585`) by `@kmuehlbauer <https://github.com/kmuehlbauer>`_
32+
* FIX: use 'None' instead of ambiguous 'False' (`0`) for comparison (:pull:`595`) by `@kmuehlbauer <https://github.com/kmuehlbauer>`_
2833

2934
Version 1.16.0
3035
--------------

0 commit comments

Comments
 (0)