You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 26, 2023. It is now read-only.
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`.
9
9
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>`_
0 commit comments