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

Commit 82c7eba

Browse files
authored
Update release notes for 1.16,1
1 parent 6023d11 commit 82c7eba

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

source/release_notes.rst

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,25 @@ 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.1
11+
--------------
12+
13+
**Bugfixes**
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>`_
19+
20+
**Maintenance - Code**
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>`_
24+
25+
**Maintenance - CI**
26+
27+
* MNT: add pre-commit (:pull:`577`) by `@kmuehlbauer <https://github.com/kmuehlbauer>`_
28+
1029
Version 1.16.0
1130
--------------
1231

0 commit comments

Comments
 (0)