Skip to content

Releases: OpenSenseAction/poligrain

v0.3.1

20 Aug 12:27
c09ca0d

Choose a tag to compare

What's Changed

  • add colorbar for case with only plotting lines and/or points using plot_plg by @cchwala in #99
  • plot points and lines with single color when passed as xr.Dataset in plot_plg by @cchwala in #100

Full Changelog: v0.3.0...v0.3.1

v0.3.0

30 Mar 22:07
a12b9cb

Choose a tag to compare

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_grid instead of xs for projected radar coordinates by @cchwala in #95
  • Fix GridAtLines to not return time in 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

25 Nov 14:59
444962f

Choose a tag to compare

What's Changed

  • add back support for Python 3.9, again... by @cchwala in #81

v0.2.1

18 Nov 08:19
b1f20cd

Choose a tag to compare

This is just a quick release to start tracking via zenodo to get a DOI.

v0.2.0

25 Oct 07:40
9bbdbe6

Choose a tag to compare

What's Changed

  • remove version capping and fix xarray scatter plot CI error by @cchwala in #74
  • Add function to download small example datasets by @cchwala in #76
  • Add function to plot grid, line and point data by @cchwala in #75

Full Changelog: v0.1.1...v0.2.0

v0.1.1

25 Jul 21:46
7c02afd

Choose a tag to compare

This is just a quick update to make a version available with less strict dependencies, which were relaxed in PR 66.

Note that support for Python 3.9 was dropped and support for versions newer than 3.11 was added.

Testing is now done for 3.10, 3.11 and 3.12.

v0.1.0

25 Jun 22:50
438c67a

Choose a tag to compare

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

New Contributors

Full Changelog: v0.0.5...v0.1.0

v0.0.5

24 Jun 08:46
9be40ae

Choose a tag to compare

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

Full Changelog: v0.0.4...v0.0.5

v0.0.4

13 May 07:02
9ffcd09

Choose a tag to compare

What's Changed

New features

Bug fixes

Maintenance

Breaking changes

New Contributors

Full Changelog: v0.0.3...v0.0.4

v0.0.3

31 Jan 14:30
ac0fa03

Choose a tag to compare

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