Recent Releases of wradlib
wradlib - wradlib v2.4
What's Changed
- Bump codecov/codecov-action from 4 to 5 by @dependabot in https://github.com/wradlib/wradlib/pull/683
- FIX manual garbage collector is needed in test with object creation by @egouden in https://github.com/wradlib/wradlib/pull/684
- ENH use only one data variable for testing by @egouden in https://github.com/wradlib/wradlib/pull/685
- FIX: use time as default dimension by @egouden in https://github.com/wradlib/wradlib/pull/686
- MNT: Use gdal.Warp instead of deprecated gdal.ReprojectImage by @kmuehlbauer in https://github.com/wradlib/wradlib/pull/687
- ENH: open RADOLAN bzip2 compressed files by @kmuehlbauer in https://github.com/wradlib/wradlib/pull/688
- ENH: Add note on datamodel on index.md by @kmuehlbauer in https://github.com/wradlib/wradlib/pull/689
- REL: wradlib release 2.4 by @kmuehlbauer in https://github.com/wradlib/wradlib/pull/690
Full Changelog: https://github.com/wradlib/wradlib/compare/2.3.0...2.4.0
- Python
Published by kmuehlbauer about 1 year ago
wradlib - 2.3.0
This is a pure maintenance release, following the merge of datatree into xarray codebase. This release will pin xradar >= 0.8.0 and xarray >= 2024.10.0 and represent the first version to support merged datatree from within xarray.
What's Changed
- MNT: pin xradar to 0.8.0 by @kmuehlbauer in https://github.com/wradlib/wradlib/pull/682
Full Changelog: https://github.com/wradlib/wradlib/compare/2.2.0...2.3.0
- Python
Published by kmuehlbauer over 1 year ago
wradlib - 2.2.0
What's Changed
This is a pure maintenance release, following the merge of datatree into xarray codebase. This release will pin xradar <= 0.7.0 and xarray <= 2024.9.0 and represent the last version to support the experimental datatree version.
- MNT: pin xradar to 0.7.0 by @kmuehlbauer in https://github.com/wradlib/wradlib/pull/681
Full Changelog: https://github.com/wradlib/wradlib/compare/2.1.1...2.2.0
- Python
Published by kmuehlbauer over 1 year ago
wradlib - wradlib v2.1.1
What's Changed
- FIX: use bindistance-function to calculate xarray-based bindistance by @kmuehlbauer in https://github.com/wradlib/wradlib/pull/676
Full Changelog: https://github.com/wradlib/wradlib/compare/2.1.0...2.1.1
- Python
Published by kmuehlbauer over 1 year ago
wradlib - wradlib v2.1.0
What's Changed
- DOC: add new dev section to release_notes.md by @kmuehlbauer in https://github.com/wradlib/wradlib/pull/645
- REGR: make pyproj import lazy by @kmuehlbauer in https://github.com/wradlib/wradlib/pull/646
- Bump actions/checkout from 3 to 4 by @dependabot in https://github.com/wradlib/wradlib/pull/642
- MNT: add codecov.yml to configure coverage status checks by @kmuehlbauer in https://github.com/wradlib/wradlib/pull/647
- FIX: enable radolan backend to work without GDAL by @kmuehlbauer in https://github.com/wradlib/wradlib/pull/649
- Fix crosssectionppi in util.py for wradlib 2.0 by @JulianGiles in https://github.com/wradlib/wradlib/pull/650
- Fix colorbar handling for curvelinear grid plots by @kmuehlbauer in https://github.com/wradlib/wradlib/pull/652
- FIX: properly implement bearer token authentication and function calling convention for plotscanstrategy by @kmuehlbauer in https://github.com/wradlib/wradlib/pull/653
- FIX: align earth radius in plotscanstrategy for CG plots by @kmuehlbauer in https://github.com/wradlib/wradlib/pull/655
- ENH: add PZ-product (DWD station product) to RADOLAN reader by @kmuehlbauer in https://github.com/wradlib/wradlib/pull/656
- FIX: pin sphinx-book-theme to fix rtd builds by @kmuehlbauer in https://github.com/wradlib/wradlib/pull/658
- util.py: Update crs default value in crosssectionppi by @JulianGiles in https://github.com/wradlib/wradlib/pull/657
- Bump actions/setup-python from 4 to 5 by @dependabot in https://github.com/wradlib/wradlib/pull/660
- MNT: update pre-commit hooks, fix lint by @kmuehlbauer in https://github.com/wradlib/wradlib/pull/665
- Bump codecov/codecov-action from 3 to 4 by @dependabot in https://github.com/wradlib/wradlib/pull/664
- MNT: update CI, numpy2 by @kmuehlbauer in https://github.com/wradlib/wradlib/pull/670
- MNT: add codecov token to CI by @kmuehlbauer in https://github.com/wradlib/wradlib/pull/672
- MNT: code changes according DeprecationWarnings etc by @kmuehlbauer in https://github.com/wradlib/wradlib/pull/673
- REL: wradlib release 2.1.0 by @kmuehlbauer in https://github.com/wradlib/wradlib/pull/674
New Contributors
- @dependabot made their first contribution in https://github.com/wradlib/wradlib/pull/642
Full Changelog: https://github.com/wradlib/wradlib/compare/2.0.0...2.1.0
- Python
Published by kmuehlbauer over 1 year ago
wradlib - wradlib v2.0.3
What's Changed
- FIX: align earth radius in plotscanstrategy for CG plots by @kmuehlbauer in https://github.com/wradlib/wradlib/pull/655
Full Changelog: https://github.com/wradlib/wradlib/compare/2.0.2...2.0.3
- Python
Published by kmuehlbauer over 2 years ago
wradlib - wradlib v2.0.2
What's Changed
- Fix crosssectionppi in util.py for wradlib 2.0 by @JulianGiles in https://github.com/wradlib/wradlib/pull/650
- Fix colorbar handling for curvelinear grid plots by @kmuehlbauer in https://github.com/wradlib/wradlib/pull/652
- FIX: properly implement bearer token authentication and function calling convention for plotscanstrategy by @kmuehlbauer in https://github.com/wradlib/wradlib/pull/653
Full Changelog: https://github.com/wradlib/wradlib/compare/2.0.1...2.0.2
- Python
Published by kmuehlbauer over 2 years ago
wradlib - wradlib v2.0.1
What's Changed
- DOC: add new dev section to release_notes.md by @kmuehlbauer in https://github.com/wradlib/wradlib/pull/645
- REGR: make pyproj import lazy by @kmuehlbauer in https://github.com/wradlib/wradlib/pull/646
- Bump actions/checkout from 3 to 4 by @dependabot in https://github.com/wradlib/wradlib/pull/642
- MNT: add codecov.yml to configure coverage status checks by @kmuehlbauer in https://github.com/wradlib/wradlib/pull/647
- FIX: enable radolan backend to work without GDAL by @kmuehlbauer in https://github.com/wradlib/wradlib/pull/649
Full Changelog: https://github.com/wradlib/wradlib/compare/2.0.0...2.0.1
- Python
Published by kmuehlbauer over 2 years ago
wradlib - wradlib v2.0.0
What's Changed
- DOC: reintroduce doc into wradlib repository by @kmuehlbauer in https://github.com/wradlib/wradlib/pull/619
- Remove deprecated code, rework xarray vis accessors by @kmuehlbauer in https://github.com/wradlib/wradlib/pull/621
- MNT: use mamba-org/setup-micromamba by @kmuehlbauer in https://github.com/wradlib/wradlib/pull/627
- Wradlib 2.0 by @kmuehlbauer in https://github.com/wradlib/wradlib/pull/635
- wradlib 2.0.0-rc.1 by @kmuehlbauer in https://github.com/wradlib/wradlib/pull/636
- DOC: several updates in docstrings by @kmuehlbauer in https://github.com/wradlib/wradlib/pull/638
- Fix wrong prediction_time variable in radolan xarray.Dataset by @Hoffmann77 in https://github.com/wradlib/wradlib/pull/639
- wradlib 2.0 RC by @kmuehlbauer in https://github.com/wradlib/wradlib/pull/640
- wradlib final RC by @kmuehlbauer in https://github.com/wradlib/wradlib/pull/641
- REL: 2.0 by @kmuehlbauer in https://github.com/wradlib/wradlib/pull/643
New Contributors
- @Hoffmann77 made their first contribution in https://github.com/wradlib/wradlib/pull/639
Full Changelog: https://github.com/wradlib/wradlib/compare/1.19.0...2.0.0
- Python
Published by kmuehlbauer over 2 years ago
wradlib - wradlib v2.0.0-rc.12
What's Changed
- Fix wrong prediction_time variable in radolan xarray.Dataset by @Hoffmann77 in https://github.com/wradlib/wradlib/pull/639
- wradlib 2.0 RC by @kmuehlbauer in https://github.com/wradlib/wradlib/pull/640
New Contributors
- @Hoffmann77 made their first contribution in https://github.com/wradlib/wradlib/pull/639
Full Changelog: https://github.com/wradlib/wradlib/compare/2.0.0-rc.10...2.0.0-rc.12
- Python
Published by kmuehlbauer over 2 years ago
wradlib - wradlib v2.0.0-rc.11
What's Changed
- Fix wrong prediction_time variable in radolan xarray.Dataset by @Hoffmann77 in https://github.com/wradlib/wradlib/pull/639
- wradlib 2.0 RC by @kmuehlbauer in https://github.com/wradlib/wradlib/pull/640
New Contributors
- @Hoffmann77 made their first contribution in https://github.com/wradlib/wradlib/pull/639
Full Changelog: https://github.com/wradlib/wradlib/compare/2.0.0-rc.10...2.0.0-rc.11
- Python
Published by kmuehlbauer over 2 years ago
wradlib - wradlib-notebooks v2.0.0-rc.10
What's Changed
- DOC: several updates in docstrings by @kmuehlbauer in https://github.com/wradlib/wradlib/pull/638
Full Changelog: https://github.com/wradlib/wradlib/compare/2.0.0-rc.9...2.0.0-rc.10
- Python
Published by kmuehlbauer over 2 years ago
wradlib - wradlib v2.0.0-rc.2
Full Changelog: https://github.com/wradlib/wradlib/compare/2.0.0-rc.1...2.0.0-rc.2
- Python
Published by kmuehlbauer over 2 years ago
wradlib - wradlib v2.0.0-rc.1
What's Changed
- DOC: reintroduce doc into wradlib repository by @kmuehlbauer in https://github.com/wradlib/wradlib/pull/619
- Remove deprecated code, rework xarray vis accessors by @kmuehlbauer in https://github.com/wradlib/wradlib/pull/621
- MNT: use mamba-org/setup-micromamba by @kmuehlbauer in https://github.com/wradlib/wradlib/pull/627
- Wradlib 2.0 by @kmuehlbauer in https://github.com/wradlib/wradlib/pull/635
- wradlib 2.0.0-rc.1 by @kmuehlbauer in https://github.com/wradlib/wradlib/pull/636
Full Changelog: https://github.com/wradlib/wradlib/compare/1.19.0...2.0.0-rc.1
- Python
Published by kmuehlbauer over 2 years ago
wradlib - wradlib v1.19.1
FIX: make repr() and assign_root work with timeseries
- Python
Published by kmuehlbauer almost 3 years ago
wradlib - wradlib v1.19.0
- tested with a build matrix for Python 3.9, 3.10 and 3.11 under conda-forge channel environment on linux OS (GitHub Actions)
- tested with Python 3.11 under conda-forge channel on MacOSX (GitHub Actions)
- tested with Python 3.11 under conda-forge channel on Windows OS (GitHub Actions)
- tested wradlib-notebooks creation for linux OS (GitHub Actions) with Python 3.11
What's Changed
- ENH: read Furuno WR110 (version 103) data by @kmuehlbauer in https://github.com/wradlib/wradlib/pull/606
- ENH: delete tmp-files for VectorSource after closing by @plvoit in https://github.com/wradlib/wradlib/pull/609
- FIX: numpy issue creating array from sequence with inhomogeneous length by @kmuehlbauer in https://github.com/wradlib/wradlib/pull/611
- New function for cross sections (RHI) from radar volume by @JulianGiles in https://github.com/wradlib/wradlib/pull/610
- MNT: update build-system, lint with ruff by @kmuehlbauer in https://github.com/wradlib/wradlib/pull/613
- MNT: add previous commit to .git-blame-ignore-revs, minor fixes by @kmuehlbauer in https://github.com/wradlib/wradlib/pull/616
- Adapt codebase to use xradar, move/remove duplicate code by @kmuehlbauer in https://github.com/wradlib/wradlib/pull/617
- Xfail test by @kmuehlbauer in https://github.com/wradlib/wradlib/pull/618
New Contributors
- @plvoit made their first contribution in https://github.com/wradlib/wradlib/pull/609
Full Changelog: https://github.com/wradlib/wradlib/compare/1.18.0...1.19.0
- Python
Published by kmuehlbauer about 3 years ago
wradlib - wradlib v1.18.0
- tested with a build matrix for Python 3.9, 3.10 and 3.11 under conda-forge channel environment on linux OS (GitHub Actions)
- tested with Python 3.11 under conda-forge channel on MacOSX (GitHub Actions)
- tested with Python 3.11 under conda-forge channel on Windows OS (GitHub Actions)
- tested wradlib-notebooks creation for linux OS (GitHub Actions) with Python 3.11
What's Changed
- Changes in # read metadata under get_radiosonde() by @JulianGiles in https://github.com/wradlib/wradlib/pull/597
- xradar preparations by @kmuehlbauer in https://github.com/wradlib/wradlib/pull/599
- FIX: cfradial2 coordinates by @kmuehlbauer in https://github.com/wradlib/wradlib/pull/600
- Histo cut and xarray backends by @kmuehlbauer in https://github.com/wradlib/wradlib/pull/603
- MNT: update CI actions, python versions by @kmuehlbauer in https://github.com/wradlib/wradlib/pull/604
- DOC: add explanations on boolean casting to docstring by @kmuehlbauer in https://github.com/wradlib/wradlib/pull/605
New Contributors
- @JulianGiles made their first contribution in https://github.com/wradlib/wradlib/pull/597
Full Changelog: https://github.com/wradlib/wradlib/compare/1.17.0...1.18.0
- Python
Published by kmuehlbauer over 3 years ago
wradlib - wradlib v1.17.0
- tested with a build matrix for Python 3.8, 3.9 and 3.10 under conda-forge channel environment on linux OS (GitHub Actions)
- tested with Python 3.10 under conda-forge channel on MacOSX (GitHub Actions)
- tested with Python 3.10 under conda-forge channel on Windows OS (GitHub Actions)
- tested wradlib-notebooks creation for linux OS (GitHub Actions) with Python 3.10
What's Changed
- ENH: read RADOLAN ascii format by @kmuehlbauer in https://github.com/wradlib/wradlib/pull/594
- ENH: add RADVOR products RV, RE and RQ by @heistermann and @kmuehlbauer in https://github.com/wradlib/wradlib/pull/594
- FIX: use 'None' instead of ambiguous 'False' (
0) for comparison by @kmuehlbauer in https://github.com/wradlib/wradlib/pull/595
Full Changelog: https://github.com/wradlib/wradlib/compare/1.16.0...1.17.0
What's Changed
- Use numpy.linspace in ipol.interpolate_polar by @syedhamidali in https://github.com/wradlib/wradlib/pull/576
- MNT: add pre-commit by @kmuehlbauer in https://github.com/wradlib/wradlib/pull/577
- FIX: explicitely cast ray indices to int in cfradial1 reader by @kmuehlbauer in https://github.com/wradlib/wradlib/pull/579
- Pre Erad2022 by @kmuehlbauer in https://github.com/wradlib/wradlib/pull/580
- FIX: add missing finally by @kmuehlbauer in https://github.com/wradlib/wradlib/pull/581
- MNT: use Bearer Token instead of credentials by @kmuehlbauer in https://github.com/wradlib/wradlib/pull/584
- FIX: cfradial1 reader alignments by @kmuehlbauer in https://github.com/wradlib/wradlib/pull/585
- MNT: fix SRTM testing if resource is not available, implement timeout by @kmuehlbauer in https://github.com/wradlib/wradlib/pull/587
- FIX: enable ODIM reader to read
qualityNfields (similar todataN) by @kmuehlbauer in https://github.com/wradlib/wradlib/pull/588 - WIP: ENH: read RADOLAN ascii format by @kmuehlbauer in https://github.com/wradlib/wradlib/pull/594
- FIX: use 'None' instead of ambiguous 'False' (
0) for comparison by @kmuehlbauer in https://github.com/wradlib/wradlib/pull/595
New Contributors
- @syedhamidali made their first contribution in https://github.com/wradlib/wradlib/pull/576
Full Changelog: https://github.com/wradlib/wradlib/compare/1.16.0...1.17.0
- Python
Published by kmuehlbauer over 3 years ago
wradlib - wradlib v1.16.2
- tested with a build matrix for Python 3.8, 3.9 and 3.10 under conda-forge channel environment on linux OS (GitHub Actions)
- tested with Python 3.10 under conda-forge channel on MacOSX (GitHub Actions)
- tested with Python 3.10 under conda-forge channel on Windows OS (GitHub Actions)
- tested wradlib-notebooks creation for linux OS (GitHub Actions) with Python 3.10
What's Changed
- FIX: enable ODIM reader to read
qualityNfields (similar todataN) by @kmuehlbauer in https://github.com/wradlib/wradlib/pull/588
Full Changelog: https://github.com/wradlib/wradlib/compare/1.16.1...1.16.2
- Python
Published by kmuehlbauer over 3 years ago
wradlib - wradlib v1.16.1
- tested with a build matrix for Python 3.8, 3.9 and 3.10 under conda-forge channel environment on linux OS (GitHub Actions)
- tested with Python 3.10 under conda-forge channel on MacOSX (GitHub Actions)
- tested with Python 3.10 under conda-forge channel on Windows OS (GitHub Actions)
- tested wradlib-notebooks creation for linux OS (GitHub Actions) with Python 3.10
What's Changed
- Use numpy.linspace in ipol.interpolate_polar by @syedhamidali in https://github.com/wradlib/wradlib/pull/576
- MNT: add pre-commit by @kmuehlbauer in https://github.com/wradlib/wradlib/pull/577
- FIX: explicitely cast ray indices to int in cfradial1 reader by @kmuehlbauer in https://github.com/wradlib/wradlib/pull/579
- Pre Erad2022 by @kmuehlbauer in https://github.com/wradlib/wradlib/pull/580
- FIX: add missing finally by @kmuehlbauer in https://github.com/wradlib/wradlib/pull/581
- MNT: use Bearer Token instead of credentials by @kmuehlbauer in https://github.com/wradlib/wradlib/pull/584
- FIX: cfradial1 reader alignments by @kmuehlbauer in https://github.com/wradlib/wradlib/pull/585
- MNT: fix SRTM testing if resource is not available, implement timeout by @kmuehlbauer in https://github.com/wradlib/wradlib/pull/587
New Contributors
- @syedhamidali made their first contribution in https://github.com/wradlib/wradlib/pull/576
Full Changelog: https://github.com/wradlib/wradlib/compare/1.16.0...1.16.1
- Python
Published by kmuehlbauer over 3 years ago
wradlib - wradlib-release v1.16.0
- tested with a build matrix for Python 3.8, 3.9 and 3.10 under conda-forge channel environment on linux OS (GitHub Actions)
- tested with Python 3.10 under conda-forge channel on MacOSX (GitHub Actions)
- tested with Python 3.10 under conda-forge channel on Windows OS (GitHub Actions)
- tested wradlib-notebooks creation for linux OS (GitHub Actions) with Python 3.10
- Python
Published by kmuehlbauer almost 4 years ago
wradlib - wradlib-release v1.15.0
- tested with a build matrix for Python 3.8, 3.9 and 3.10 under conda-forge channel environment on linux OS (GitHub Actions)
- tested with Python 3.10 under conda-forge channel on MacOSX (GitHub Actions)
- tested with Python 3.10 under conda-forge channel on Windows OS (GitHub Actions)
- tested wradlib-notebooks creation for linux OS (GitHub Actions) with Python 3.10
- Python
Published by kmuehlbauer almost 4 years ago
wradlib - wradlib-release v1.14.0
- tested with a build matrix for Python 3.8, 3.9 and 3.10 under conda-forge channel environment on linux OS (GitHub Actions)
- tested with Python 3.10 under conda-forge channel on MacOSX (GitHub Actions)
- tested with Python 3.10 under conda-forge channel on Windows OS (GitHub Actions)
- tested wradlib-notebooks creation for linux OS (GitHub Actions) with Python 3.10
What's Changed
- MNT: move deprecated xarray functionality into wradlib.io.xarray_depr.py, adapt tests by @kmuehlbauer in https://github.com/wradlib/wradlib/pull/533
- MNT: cancel previous builds by @kmuehlbauer in https://github.com/wradlib/wradlib/pull/534
- MNT: pin micromamba to 0.17.0 by @kmuehlbauer in https://github.com/wradlib/wradlib/pull/535
- MNT: use Python 3.10 conda-forge everywhere, use cartopy by @kmuehlbauer in https://github.com/wradlib/wradlib/pull/536
- MNT: replace distutils.version.LooseVersion with packaging.version.Version by @kmuehlbauer in https://github.com/wradlib/wradlib/pull/539
- MNT: use f-strings where appropriate by @kmuehlbauer in https://github.com/wradlib/wradlib/pull/537
- MNT: remove unnecessary object-inheritance by @kmuehlbauer in https://github.com/wradlib/wradlib/pull/538
- MNT: remove unnecessary arguments when calling super for the parent class by @kmuehlbauer in https://github.com/wradlib/wradlib/pull/540
- MNT: literals by @kmuehlbauer in https://github.com/wradlib/wradlib/pull/542
- MNT: use provision-with-micromamba action by @kmuehlbauer in https://github.com/wradlib/wradlib/pull/543
- FIX: testgetraster_elevation by @kmuehlbauer in https://github.com/wradlib/wradlib/pull/544
- Fix zero padding of bits in rainbow format flags (issue 549) by @binomaiheu in https://github.com/wradlib/wradlib/pull/550
- FIX: raise ValueError if projection cannot be determined from source dataset by @kmuehlbauer in https://github.com/wradlib/wradlib/pull/553
- FIX: output full timeslice when calling
to_netcdfwith no timestep by @kmuehlbauer in https://github.com/wradlib/wradlib/pull/554 - FIX: handle variable number of gates in CfRadial1 backend by @kmuehlbauer in https://github.com/wradlib/wradlib/pull/555
- FIX: use radar site altitude in bin_altitude calculation by @kmuehlbauer in https://github.com/wradlib/wradlib/pull/556
- FIX: take precision into account for RADOLAN WN product by @kmuehlbauer in https://github.com/wradlib/wradlib/pull/557
- zonalstats enhancements by @kmuehlbauer in https://github.com/wradlib/wradlib/pull/558
- FIX: correct elevation for negative angles in iris/sigmet RAW data by @kmuehlbauer in https://github.com/wradlib/wradlib/pull/561
- FIX: use start date/time if end date/time is missing for ODIM reader by @kmuehlbauer in https://github.com/wradlib/wradlib/pull/564
New Contributors
- @binomaiheu made their first contribution in https://github.com/wradlib/wradlib/pull/550
Full Changelog: https://github.com/wradlib/wradlib/compare/1.13.0...1.14.0
- Python
Published by kmuehlbauer almost 4 years ago
wradlib - wradlib-release v1.13.0
- tested with a build matrix for Python 3.7, 3.8 and 3.9 under conda-forge channel environment on linux OS (GitHub Actions)
- tested with Python 3.9 under conda-forge channel on MacOSX (GitHub Actions)
- tested with Python 3.9 under conda-forge channel on Windows OS (GitHub Actions)
- tested wradlib-notebooks creation for linux OS (GitHub Actions) with Python 3.9
What's Changed
- ENH: add iris/sigmet xarray backend by @kmuehlbauer in https://github.com/wradlib/wradlib/pull/520
- ENH: Iris xarray reader, fix GAMIC reader by @kmuehlbauer in https://github.com/wradlib/wradlib/pull/523
- FIX: catch
dt.accessorTypeError by @kmuehlbauer in https://github.com/wradlib/wradlib/pull/529 - FIX: remove
fix_cyclic, fix deprecated matplotlib functions by @kmuehlbauer in https://github.com/wradlib/wradlib/pull/530 - ENH: add rainbow xarray backend by @kmuehlbauer in https://github.com/wradlib/wradlib/pull/522
- ENH: Optionalize dependencies by @kmuehlbauer in https://github.com/wradlib/wradlib/pull/531
Full Changelog: https://github.com/wradlib/wradlib/compare/1.11.0...1.13.0
- Python
Published by kmuehlbauer over 4 years ago
wradlib - wradlib-release v1.12.1
- tested with a build matrix for Python 3.7, 3.8 and 3.9 under conda-forge channel environment on linux OS (GitHub Actions)
- tested with Python 3.9 under conda-forge channel on MacOSX (GitHub Actions)
- tested with Python 3.9 under conda-forge channel on Windows OS (GitHub Actions)
- tested wradlib-notebooks creation for linux OS (GitHub Actions) with Python 3.9
What's Changed
- ENH: add iris/sigmet xarray backend by @kmuehlbauer in https://github.com/wradlib/wradlib/pull/520
- ENH: Iris xarray reader, fix GAMIC reader by @kmuehlbauer in https://github.com/wradlib/wradlib/pull/523
- FIX: catch
dt.accessorTypeError by @kmuehlbauer in https://github.com/wradlib/wradlib/pull/529 - FIX: remove
fix_cyclic, fix deprecated matplotlib functions by @kmuehlbauer in https://github.com/wradlib/wradlib/pull/530 - ENH: add rainbow xarray backend by @kmuehlbauer in https://github.com/wradlib/wradlib/pull/522
- ENH: Optionalize dependencies by @kmuehlbauer in https://github.com/wradlib/wradlib/pull/531
Full Changelog: https://github.com/wradlib/wradlib/compare/1.11.0...1.12.1
- Python
Published by kmuehlbauer over 4 years ago
wradlib - wradlib-release v1.12.0
- tested with a build matrix for Python 3.7, 3.8 and 3.9 under conda-forge channel environment on linux OS (GitHub Actions)
- tested with Python 3.9 under conda-forge channel on MacOSX (GitHub Actions)
- tested with Python 3.9 under conda-forge channel on Windows OS (GitHub Actions)
- tested wradlib-notebooks creation for linux OS (GitHub Actions) with Python 3.9
What's Changed
- ENH: add iris/sigmet xarray backend by @kmuehlbauer in https://github.com/wradlib/wradlib/pull/520
- ENH: Iris xarray reader, fix GAMIC reader by @kmuehlbauer in https://github.com/wradlib/wradlib/pull/523
- FIX: catch
dt.accessorTypeError by @kmuehlbauer in https://github.com/wradlib/wradlib/pull/529 - FIX: remove
fix_cyclic, fix deprecated matplotlib functions by @kmuehlbauer in https://github.com/wradlib/wradlib/pull/530 - ENH: add rainbow xarray backend by @kmuehlbauer in https://github.com/wradlib/wradlib/pull/522
- ENH: Optionalize dependencies by @kmuehlbauer in https://github.com/wradlib/wradlib/pull/531
Full Changelog: https://github.com/wradlib/wradlib/compare/1.11.0...1.12.0
- Python
Published by kmuehlbauer over 4 years ago
wradlib - wradlib-release v1.11.0
- tested with a build matrix for Python 3.7, 3.8 and 3.9 under conda-forge channel environment on linux OS (GitHub Actions)
- tested with Python 3.9 under conda-forge channel on MacOSX (GitHub Actions)
- tested with Python 3.9 under conda-forge channel on Windows OS (GitHub Actions)
- tested wradlib-notebooks creation for linux OS (GitHub Actions) with Python 3.9
- Python
Published by kmuehlbauer over 4 years ago
wradlib - wradlib-release v1.10.4
- FIX: correct calculation of angle resolution in ODIM/GAMIC xarray readers
- FIX: update dim0-retrieval
- Python
Published by kmuehlbauer over 4 years ago
wradlib - wradlib-release v1.10.3
fix: do not restrict variables, but read all variables for Cf/Radial1 data
- Python
Published by kmuehlbauer over 4 years ago
wradlib - wradlib-release v1.10.2
fix OPERA/ODIM reader to read non standard files (use default values for ODIM/OPERA what-group items if they are not available)
- Python
Published by kmuehlbauer over 4 years ago
wradlib - wradlib-release v1.10.1
Bugfix Release:
- ensure numpy type in GAMIC reader
- delete time "comment" only if needed (CfRadial), add moments
- add getattr and getattrs to RadarVolume for easy access to groups
- minor fixes to README.md and test requirements
- Python
Published by kmuehlbauer over 4 years ago
wradlib - wradlib-release v1.10.0
- tested with a build matrix for Python 3.7, 3.8 and 3.9 under conda-forge channel environment on linux OS (GitHub Actions)
- tested with Python 3.9 under conda-forge channel on MacOSX (GitHub Actions)
- tested with Python 3.9 under conda-forge channel on Windows OS (GitHub Actions)
- tested wradlib-notebooks creation for linux OS (GitHub Actions) with Python 3.9
- Python
Published by kmuehlbauer over 4 years ago
wradlib - wradlib-release v1.9.1
- compatibility with xarray 0.17.0
minor fixes
new CI using GitHub Actions
tested with a build matrix for Python 3.7, 3.8 and 3.9 under conda-forge channel environment on linux
tested with Python 3.9 under conda-forge channel environment on macos and windows
testes wradlib-notebooks with Python 3.9 on linux os
- Python
Published by kmuehlbauer almost 5 years ago
wradlib - wradlib-release v1.9.0
- tested with a build matrix for Python 3.7, 3.8 and 3.9 GDAL v3 (latest available versions) under conda-forge channel environment on linux OS (on Travis-CI) GDAL v2 (Python 3.7 only)
- tested with Python 3.7, 3.8 and 3.9 GDAL v3 (latest version) under conda-forge channel on Windows OS (Appveyor)
- tested with a build matrix for Python 3.8 and 3.9 and GDAL v3 (latest version) under conda-forge channel environment on linux OS, macOSX and Windows OS, also tested wradlib-notebooks creation for the three OS's (azure pipelines)
- Python
Published by kmuehlbauer about 5 years ago
wradlib - wradlib-release v1.8.2
- fix loading of old-style DX data
- fix string handling for
h5py>=3.0
- Python
Published by kmuehlbauer over 5 years ago
wradlib - wradlib-release v1.8.1
- fix RHI handling in ODIM/GAMIC reader
- Python
Published by kmuehlbauer over 5 years ago
wradlib - wradlib-release v1.8.0
- tested with a build matrix for Python 3.6, 3.7 and 3.8 and GDAL v2 and v3 (latest available versions) under miniconda3 (conda-forge channel) environment on linux OS (on Travis-CI)
- tested with Python 3.7 and 3.8 and GDAL v3 (latest version) under miniconda (conda-forge channel) on Windows OS (Appveyor)
- tested with a build matrix for Python 3.8 and GDAL v3 (latest version) under miniconda3 (conda-forge channel) environment on linux OS, macOSX and Windows OS, also tested wradlib-notebooks creation for the three OS'
- Python
Published by kmuehlbauer over 5 years ago
wradlib - wradlib-release v1.7.4
- fix plotscanstrategy
- keep elevation of terrain scan (ODIM)
- Python
Published by kmuehlbauer over 5 years ago
wradlib - wradlib-release v1.7.2
adds ODIM RHI fixes
- Python
Published by kmuehlbauer over 5 years ago
wradlib - wradlib-release v1.7.1
adds wrl.show_versions() needed for proper issue reports
- Python
Published by kmuehlbauer over 5 years ago
wradlib - wradlib-release v1.7.0
- tested with a build matrix for Python 3.6, 3.7 and 3.8 and GDAL v2 and v3 (latest available versions) under miniconda3 (conda-forge channel) environment on linux OS (on Travis-CI)
- tested with Python 3.7 and 3.8 and GDAL v3 (latest version) under miniconda (conda-forge channel) on Windows OS (Appveyor)
- Python
Published by kmuehlbauer over 5 years ago
wradlib - wradlib-release v1.6.2
fixes regression, where commits have been removed by accident
- Python
Published by kmuehlbauer almost 6 years ago
wradlib - wradlib-release v1.6.1
Bugfix release. Fixes installation issues.
- Python
Published by kmuehlbauer almost 6 years ago
wradlib - wradlib v1.6.0
- tested with a build matrix for Python 3.6, 3.7 and 3.8 and GDAL v2 and v3 (latest available versions) under miniconda3 (conda-forge channel) environment on linux OS (on Travis-CI)
- tested with Python 3.7 and GDAL v3 (latest version) under miniconda on Windows OS (Appveyor)
- Python
Published by kmuehlbauer almost 6 years ago
wradlib - wradlib release 1.5.0
- tested with Python 3.6 and 3.7 under miniconda3 (conda-forge channel) environment on linux OS (on Travis-CI)
- tested with Python 3.6 under miniconda on Windows OS (Appveyor)
- Python
Published by kmuehlbauer over 6 years ago
wradlib - wradlib release 1.4.1
Bugfix release, fixes installation errors in some cases
- Python
Published by kmuehlbauer over 6 years ago
wradlib - wradlib release 1.4.0
tested with Python 3.6 and 3.7 under miniconda3 (conda-forge channel) environment on linux OS (on Travis-CI)
- Python
Published by kmuehlbauer over 6 years ago
wradlib - wradlib release 1.3.0
tested with Python 3.6 and 3.7 under miniconda3 (conda-forge channel) environment on linux OS (on Travis-CI)
- Python
Published by kmuehlbauer almost 7 years ago
wradlib - wradlib release 1.2.0
tested with Python 2.7, 3.5, 3.6 and 3.7 under miniconda3 (conda-forge channel) environment on linux OS (on Travis-CI)
- Python
Published by kmuehlbauer over 7 years ago
wradlib - wradlib release 1.1.0
tested with Python 2.7, 3.5 and 3.6 under miniconda (conda-forge channel) environment on linux OS (on Travis-CI)
- Python
Published by kmuehlbauer over 7 years ago
wradlib - wradlib release 1.0.0
wradlib release 1.0.0
tested with Python 2.7, 3.5 and 3.6 under miniconda (conda-forge channel) environment on linux OS (on Travis-CI)
- Python
Published by kmuehlbauer almost 8 years ago
wradlib - wradlib v0.11.2
bug-fix release
tested with python27, python35 and python36 under miniconda (conda-forge channel) environment on linux OS (on Travis-CI)
- Python
Published by kmuehlbauer about 8 years ago
wradlib - wradlib v0.11.1
bug-fix release
tested with python27, python35 and python36 under miniconda (conda-forge channel) environment on linux OS (on Travis-CI)
- Python
Published by kmuehlbauer about 8 years ago
wradlib - wradlib v0.11.0
wradlib v0.11.0
tested with python27, python35 and python36 under miniconda (conda-forge channel) environment on linux OS (on Travis-CI)
- Python
Published by kmuehlbauer over 8 years ago
wradlib - wradlib v0.10.1
wradlib v0.10.1 is mostly a bug-fix release to fit to recent numpy 1.13
tested with python27, python35 and python36 under miniconda (conda-forge channel) environment on linux OS (on Travis-CI)
- Python
Published by kmuehlbauer over 8 years ago
wradlib - wradlib v0.10.0
tested with python27, python35 and python36 under miniconda (conda-forge channel) environment on linux OS (on Travis-CI)
- Python
Published by kmuehlbauer almost 9 years ago
wradlib - wradlib v0.9.0
tested with python27, python34 and python35 under miniconda (conda-forge channel) environment on linux OS (on Travis-CI)
- Python
Published by wradlib over 9 years ago
wradlib - wradlib v0.8.0
wradlib release v0.8.0
tested with python27, python34 and python35 under miniconda environment on linux OS
- Python
Published by wradlib almost 10 years ago
wradlib - Test release
Testing creation of tags and deployment
- Python
Published by kmuehlbauer almost 10 years ago