Releases: earthobservations/wetterdienst
Releases · earthobservations/wetterdienst
v0.57.0
v0.56.2
v0.56.1
v0.56.0
What's Changed
- Interpolation: Fix precipitation index interpolation by @gutzbenj in #918
- Bump version to 0.55.2 by @gutzbenj in #919
- Update docker images by @gutzbenj in #920
- Revert Docker image update by @gutzbenj in #921
- Update benchmarks by @gutzbenj in #923
- Radar: Change examples to use xarray based methods by @gutzbenj in #924
- Timeseries: Fix now and now_local attributes on core class by @gutzbenj in #928
- Bump version to 0.56.0 by @gutzbenj in #930
Full Changelog: v0.55.1...v0.56.0
v0.55.1
v0.55.0
v0.54.1
v0.54.0
What's Changed
- CLI: Fix option parsing for comma-separated lists by @gutzbenj in #853
- CI: Modernize GHA Docker build & publish recipe by @amotl in #874
- Let dependabot search for Github Action updates monthly by @neumann-nico in #880
- Update dependencies by @gutzbenj in #877
- Update GitHub actions by @neumann-nico in #887
- CI: Improve installation of
wradlib
andh5py
. Remove dependency on GDAL. by @amotl in #879 - Fix fileindex and metaindex for DWD Observation by @gutzbenj in #890
- SCALAR: Improve handling skipping of empty data by @gutzbenj in #889
- DOCS: Fix precipitation units by @gutzbenj in #892
- DOCS: Update examples with "recent" period by @gutzbenj in #895
- Make all parameter levels equal for all weather services by @gutzbenj in #897
- Clean up tests by @gutzbenj in #900
- Refactoring and naming things: Use "shape={long,wide}" instead of "tidy". Use "Timeseries" instead of "Scalar". by @gutzbenj in #901
- Skip explorer and gaussian tests on non-Linux, due to stalling on CI by @gutzbenj in #902
- Bump version to 0.54.0 by @gutzbenj in #905
Full Changelog: v0.53.0...v0.54.0
v0.53.0
What's Changed
- Defer module loading to improve startup speed and memory use by @amotl in #849
- Modernize Docker environments, and fix erroneous
selftest.sh
not failing the Docker SuT procedure by @amotl in #852 - SCALAR: Make use of tidy option if multiple datasets are queried by @gutzbenj in #854
- Maintenance: This and that, round 1 by @amotl in #851
- QA: Use Ruff by @amotl in #855
- Cleanup further code by @gutzbenj in #845
- add an example with a gaussian model fitting by @MyPyDavid in #866
- Providing
settings
instance via DI by @amotl in #727 - Bump version to 0.53.0 by @gutzbenj in #867
New Contributors
- @MyPyDavid made their first contribution in #866
Full Changelog: v0.52.0...v0.53.0
Griaß Di
- Add Geosphere Observation implementation for Austrian meteorological data
- RADAR: Clean up code and merge access module into api
- DWD MOSMIX: Fix parsing station list
- DWD MOSMIX: Fix converting degrees minutes to decimal degrees within the
stations list. The previous method did not produce correct results on
negative lat/lon values.