Skip to content

Releases: mlcast-community/mlcast-datasets

v0.3.0

Choose a tag to compare

@leifdenby leifdenby released this 15 Apr 08:08
610458b

This release includes a new radar precipitation dataset from Belgium, as well as the addition of JupyterBook build checks and live preview deployments to all pull requests to ensure that documentation changes are properly rendered and reviewed before being merged.

Added

Documentation

  • Add JupyterBook build checks and live preview deployments to all pull requests #37, #38, #40, #41 @leifdenby

v0.2.0

Choose a tag to compare

@leifdenby leifdenby released this 17 Mar 08:47
78b6977

This release includes three new radar precipitation datasets from the UK, Denmark, and Italy, as well as several maintenance updates to ensure all datasets in the catalog pass validation checks and to fix some rendering issues in the documentation.

Added

  • UK Met Office C-band rain radar 1 km composite (2005-2025, 5min, OSGB 1 km) #17, @franchg
  • Danish radar precipitation dataset covering 2016-2025 at 10min, 0.5km resolution, #21, @arjj8
  • Italian DPC SRI radar precipitation dataset (2010-2025, 1km, 5min) #14, @franchg

Maintenance

  • Fix jupyter book badge in README and update black with pre-commit to fix ci #18, @leifdenby
  • Fix jupyter book rendering in github actions workflow by pinning jupyter book version <2 #24, @leifdenby
  • Ensure all datasets in intake catalog pass validator by adding a test that runs mlcast-dataset-validator against each dataset #22, @leifdenby
  • Fix copyright year rendered in jupyterbook footer #34, @leifdenby

Fixed

  • A bug that made non-detection values into nan was fixed in the DMI dataset #32, @arjj8

  • Update DWD-DE-radklim dataset to v0.1.1 that fixes meta-information to match mlcast-validator requirements and rename RR field to rainfall_amount to be consistent with the units and standard name used #33, @leifdenby

v0.1.1

Choose a tag to compare

@franchg franchg released this 03 Sep 12:32

What's Changed

Added

  • Dual licensing under Apache 2.0 OR BSD 3-Clause licenses
  • License files (LICENSE, LICENSE-APACHE, LICENSE-BSD)

Changed

  • Updated Python version to 3.13 in CI workflow

Full Changelog: v0.1.0...v0.1.1

v0.1.0

Choose a tag to compare

@leifdenby leifdenby released this 28 Apr 10:13

First release of the mlcast-datasets dataset catalog package 🚀 🥳

This release includes the 🌧️ RadKlim radar precipitation dataset (2001-2023) at hourly and 5-minute time resolution (version v0.1.0 of the zarr version of this dataset). This first release also includes the setup for JupyterBook documentation based setup that through github actions is built and deployed to the mlcast-datasets documentation site.