You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 26, 2023. It is now read-only.
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`.
9
9
10
-
Version 1.16.1
10
+
Version 1.17.0
11
11
--------------
12
12
13
-
**Bugfixes**
13
+
**New features**
14
14
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>`_
19
19
20
-
**Maintenance - Code**
20
+
**Maintenance code**
21
21
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>`_
24
25
25
-
**Maintenance - CI**
26
+
**Bugfixes**
26
27
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>`_
0 commit comments