Releases: OpenSenseAction/poligrain
Releases · OpenSenseAction/poligrain
v0.3.1
v0.3.0
What's Changed
- Adding validation plots and metrics by @bwalraven in #72
- Add validation example notebook to docs by @cchwala in #88
- Add option to download OpenMRG example data for 8 days by @cchwala in #89
- Add function to download OpenRainER 8-day dataset by @cchwala in #90
- Update GridAtPoints and GridAtLines to allow usage with only one time step by @cchwala in #94
- Allow using projected coordinates (the new default) in GridAtPoints and GridAtLines and use
x_gridinstead ofxsfor projected radar coordinates by @cchwala in #95 - Fix GridAtLines to not return
timein coords when pasing data witout time dim by @cchwala in #96 - Add option to download example PWS data from the AMS dataset by @maxmargraf in #92
Full Changelog: v0.2.2...v0.3.0
v0.2.2
v0.2.1
v0.2.0
v0.1.1
v0.1.0
This release, going from v0.0.5 to v0.1.0, should indicate that we have left the early development stage with trying out things and not being sure if the directions taken are correct. We might still change fundamental things, but IMO this is unlikely and we can work towards v1.0.0 now hopefully within the next 6 months or so.
What's Changed
- Add functions for plotting CML metadata by @bwalraven in #40
New Contributors
- @bwalraven made their first contribution in #40
Full Changelog: v0.0.5...v0.1.0
v0.0.5
New features
- PR 43 Add code for finding closest points to lines (by @eoydvin)
- PR 54 Add example code and notebook to showcase the grid intersection between radar data and CMLs (by @maxmargraf)
- PR 55 Add recipe for converting CSV data to xarray.Dataset (by @JochenSeidel)
- PR 41 Add simple API to get GridAtLines and GridAtPoints (by @cchwala)
Bug fixes
Maintenance
Breaking changes
New Contributors
- @eoydvin made their first contribution in #43
- @JochenSeidel made their first contribution in #55
Full Changelog: v0.0.4...v0.0.5
v0.0.4
What's Changed
New features
- PR 49 Add point-to_point nearest neighbor lookup (by @cchwala)
- PR 24 Allow to color CML paths when plotting on map using a cmap (by @cchwala)
- PR 29 Add
xarrayAccessor for plotting CML paths (by @cchwala) - PR 19 Add code for grid intersection calculation (by @maxmargraf)
Bug fixes
Maintenance
- PR 23 Make syntax highliting work on readthedocs (by @cchwala)
- PR 31 Fix pandoc dependencies for local build of documentation (by @cchwala)
- PR 33 Add numpy docstring linting rules (by @cchwala)
- PR 36 Add API to docs (by @cchwala)
- PR 42 Add back support for Python 3.9 (by @cchwala)
Breaking changes
New Contributors
- @maxmargraf made their first contribution in #19
Full Changelog: v0.0.3...v0.0.4
v0.0.3
New features
- PR 2 Add first version of plotting functions for CML paths (by @cchwala)
- PR 16 Add calculation of point-to-point distances and added example notebook (by @cchwala)
Bug fixes
none
Maintenance
- PR 18 Disable mypy because it does not work as expected for now due to problems with envs in pre-commit and CI (by @cchwala)
- PR 7 Add testing and linting of notebooks (@cchwala)
Breaking changes
none