Releases: mlcast-community/mlcast-datasets
Release list
v0.3.0
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
- Belgian RADCLIM radar precipitation dataset covering 2017-2023 at 5min, 1km resolution #26, #39, @sidekock, @leifdenby
Documentation
- Add JupyterBook build checks and live preview deployments to all pull requests #37, #38, #40, #41 @leifdenby
v0.2.0
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.1that fixes meta-information to match mlcast-validator requirements and renameRRfield torainfall_amountto be consistent with the units and standard name used #33, @leifdenby
v0.1.1
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
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.