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

Commit 42a8234

Browse files
committed
MNT: update for wradlib 1.14.0
1 parent 5ead307 commit 42a8234

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

source/release_notes.rst

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,38 @@ 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.14.0
11+
--------------
12+
13+
**New features**
14+
15+
* zonalstats enhancements, new VectorSource class, geopandas connector and more (:pull:`558`) by `@kmuehlbauer <https://github.com/kmuehlbauer>`_
16+
17+
**Maintenance - Code**
18+
19+
* refactor deprecated xarray functionality (:pull:`533`) by `@kmuehlbauer <https://github.com/kmuehlbauer>`_
20+
* use f-strings where appropriate (:pull:`537`) by `@kmuehlbauer <https://github.com/kmuehlbauer>`_
21+
* remove unnecessary object-inheritance (:pull:`538`) by `@kmuehlbauer <https://github.com/kmuehlbauer>`_
22+
* replace distutils.version.LooseVersion with packaging.version.Version (:pull:`539`) by `@kmuehlbauer <https://github.com/kmuehlbauer>`_
23+
* use dict-literals (:pull:`542`) by `@kmuehlbauer <https://github.com/kmuehlbauer>`_
24+
25+
**Maintenance - Build/CI**
26+
27+
* cancel previous CV builds (:pull:`534`) by `@kmuehlbauer <https://github.com/kmuehlbauer>`_
28+
* use provision-with-micromamba action (:pull:`543`) by `@kmuehlbauer <https://github.com/kmuehlbauer>`_
29+
30+
**Bugfixes**
31+
32+
* remove zero padding of bits in rainbow format (truncate excess bits from flagmap) (:issue:`549`) (:pull:`550`) by `@binomaiheu <https://github.com/binomaiheu>`_
33+
* raise ValueError if projection cannot be determined from source dataset (:issue:`551`) (:pull:`553`) `@kmuehlbauer <https://github.com/kmuehlbauer>`_
34+
* output full timeslice when calling to_netcdf with no timestep (:issue:`552`) (:pull:`554`) `@kmuehlbauer <https://github.com/kmuehlbauer>`_
35+
* handle variable number of gates in CfRadial1 backend (:issue:`545`) (:pull:`555`) `@kmuehlbauer <https://github.com/kmuehlbauer>`_
36+
* use radar site altitude in bin_altitude calculation (:issue:`546`) (:pull:`556`) `@kmuehlbauer <https://github.com/kmuehlbauer>`_
37+
* take precision into account for RADOLAN WN product (:issue:`548`) (:pull:`557`) `@kmuehlbauer <https://github.com/kmuehlbauer>`_
38+
* correct elevation for negative angles in iris/sigmet RAW data (:issue:`560`) (reported by Ozan Pirbudak from Turkish Met Service) (:pull:`561`) `@kmuehlbauer <https://github.com/kmuehlbauer>`_
39+
* fix AttributeError: 'str' object has no attribute 'item' (:issue:`562`) (:pull:`561`) `@kmuehlbauer <https://github.com/kmuehlbauer>`_
40+
* use start date/time if end date/time is missing for ODIM reader (:issue:`563`) (reported by Anna Gabbert from University of Graz) (:pull:`564`) `@kmuehlbauer <https://github.com/kmuehlbauer>`_
41+
1042
Version 1.13.0
1143
--------------
1244

0 commit comments

Comments
 (0)