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

Commit 0af97e1

Browse files
committed
MNT: update for wradlib 1.16.0
1 parent 99d5c7c commit 0af97e1

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

source/release_notes.rst

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,32 @@ 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.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>`_
31+
32+
**Deprecations**
33+
34+
* removes GDAL < 3 compatibility code (:pull:`568`) by `@kmuehlbauer <https://github.com/kmuehlbauer>`_
35+
1036
Version 1.15.0
1137
--------------
1238

0 commit comments

Comments
 (0)