CHANGELOG

unreleased

New features

Bug fixes

Maintenance

Breaking changes

v0.3.1

New features

  • PR100 allow to plot lines and points with single color in plot_plg(by@cchwala)

  • PR99 by default add colorbar also when only plotting lines and/or points with plot_plg (by @cchwala)

Bug fixes

Maintenance

Breaking changes

v0.3.0

New features

  • PR95 allow x-y coordinates and use it as default in GridAtPoints and GridAtLines, also switch to x_grid and y_grid instead of xs and ys for projected radar coordinates (by @cchwala)

  • PR94 add option to pass data without time dimension to GridAtPoints and GridAtLines (by @cchwala

  • PR92 add function to download 25 month PWS dataset covering Amsterdam (by @maxmargraf)

  • PR90 add function to download 8-day example datasets for OpenRainER (by @cchwala)

  • PR89 add function to download 8-day example datasets for OpenMRG with processed CML data (by @cchwala)

  • PR 40 Add functions for plotting CML metadata (by @bwalraven)

Bug fixes

  • PR96 fix problem of GridAtLines which returned time in coords when passing data without time dimension (by @cchwala)

Maintenance

Breaking changes

v0.2.2

Add back support for Python 3.9.

v0.2.1

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

v0.2.0

New features

  • PR75 Add function to easily plot grid, line and point data (by @cchwala)

  • PR76 add function to download small example datasets from newly created data repo at https://github.com/cchwala/opensense_example_data/tree/main (by @cchwala)

Bug fixes

  • PR74 fix xarray scatter plot CI error in notebook (by @cchwala)

Maintenance

Breaking changes

v0.1.1

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

With all the new features from the last versions and because we seem to be on the right track regarding structure of functions and modules, we now switch to v0.1.0.

New features

Bug fixes

Maintenance

Breaking changes

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

v0.0.4

New features

Bug fixes

Maintenance

Breaking changes

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

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 (by @cchwala)

Breaking changes

v0.0.2

not documented…