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

Commit 18db302

Browse files
committedJun 1, 2021
MNT: update release_notes.rst for wradlib version 1.10.0
1 parent 714d0a2 commit 18db302

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed
 

‎source/release_notes.rst

+20
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,26 @@ 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.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>`_
1030

1131
Version 1.9.0
1232
-------------

0 commit comments

Comments
 (0)
This repository has been archived.