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

Commit 1bc8f06

Browse files
committed
MNT: update release_notes for wradlib v1.9.0,
1 parent bc3d608 commit 1bc8f06

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

source/release_notes.rst

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,23 @@ 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+
11+
Version 1.9.0
12+
-------------
13+
14+
**New features**
15+
* make wradlib.io capable of consuming file-like objects (:issue:`448`) (:pull:`469`) by `@kmuehlbauer <https://github.com/kmuehlbauer>`_
16+
* read truncated RADOLAN composites (reported by `@franzmueller <https://github.com/franzmueller>`_) (:pull:`471`) by `@franzmueller <https://github.com/franzmueller>`_ and `@kmuehlbauer <https://github.com/kmuehlbauer>`_
17+
18+
**Maintenance**
19+
* use micromamba on CI to save CI time (:issue:`457`) (:pull:`452`, :pull:`464`, :pull:`465`, :pull:`470`) by `@kmuehlbauer <https://github.com/kmuehlbauer>`_
20+
* add Python 3.9 builds to all CI (:pull:`463`) by `@kmuehlbauer <https://github.com/kmuehlbauer>`_
21+
* adapt to new tsring handling in h5py >= 3.0 (:pull:`468`) by `@kmuehlbauer <https://github.com/kmuehlbauer>`_
22+
23+
**Bugfixes**
24+
* add capability to decode old DX header (:issue:`455`) reported by `@GolGosh <https://github.com/GolGosh>`_ (:pull:`467`) by `@kmuehlbauer <https://github.com/kmuehlbauer>`_
25+
* simplify dimension angle handling ODIM/GAMIC (:pull:`462`) by `@kmuehlbauer <https://github.com/kmuehlbauer>`_
26+
1027
Version 1.8.0
1128
-------------
1229

0 commit comments

Comments
 (0)