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.10.0
11
+
--------------
12
+
13
+
**New features**
14
+
15
+
* add ODIM/GAMIC/CfRadial backends for ``Xarray`` (:pull:`487`) by `@kmuehlbauer <https://github.com/kmuehlbauer>`_
16
+
* add RADOLAN backend for ``Xarray`` (:pull:`480`) by `@kmuehlbauer <https://github.com/kmuehlbauer>`_
17
+
* decode IRIS ``DB_XHDR`` as numpy structured array (:issue:`362`) (:pull:`488`) by `@kmuehlbauer <https://github.com/kmuehlbauer>`_
18
+
19
+
**Maintenance**
20
+
21
+
* move CI to GitHub Actions (:pull:`477`) by `@kmuehlbauer <https://github.com/kmuehlbauer>`_
22
+
* create/use earthdata credentials for srtm data (:pull:`481`) by `@kmuehlbauer <https://github.com/kmuehlbauer>`_
23
+
* address numpy DeprecationWarnings (:pull:`479`) by `@kmuehlbauer <https://github.com/kmuehlbauer>`_
24
+
25
+
**Bugfixes**
26
+
27
+
* fix _FillValue and GAMIC dynamic range (:pull:`486`) by `@kmuehlbauer <https://github.com/kmuehlbauer>`_
28
+
* fix doctest example in vpr-module (:pull:`478`) by `@kmuehlbauer <https://github.com/kmuehlbauer>`_
29
+
* fix handle kwarg change scipy.cKDTree (:pull:`474`) by `@kmuehlbauer <https://github.com/kmuehlbauer>`_
0 commit comments