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.0
11
+
--------------
12
+
13
+
**New features**
14
+
15
+
* add "ancillary"-keyword to io.radolan._radolan_file (:pull:`574`) by `@kmuehlbauer <https://github.com/kmuehlbauer>`_
16
+
* update DWD grids (:pull:`568`) by `@kmuehlbauer <https://github.com/kmuehlbauer>`_
17
+
* add open_gpm_dataset (:pull:`571`) by `@kmuehlbauer <https://github.com/kmuehlbauer>`_
18
+
19
+
**Maintenance - Code**
20
+
21
+
* update docstring for classify_echo_fuzzy (:pull:`570`) by `@swatelet <https://github.com/swatelet>`_
22
+
* use np.expand_dims instead of np.newaxis to make functions work with xarray DataArray (:pull:`568`) by `@kmuehlbauer <https://github.com/kmuehlbauer>`_
23
+
24
+
**Maintenance - CI**
25
+
26
+
* add nc-time-axis to notebook-environment (:pull:`568`) by `@kmuehlbauer <https://github.com/kmuehlbauer>`_
27
+
28
+
**Bugfixes**
29
+
30
+
* fix RADOLAN xarray coordinates (which have been off by 0.5km) (:pull:`568`) by `@kmuehlbauer <https://github.com/kmuehlbauer>`_
0 commit comments