From 8e7a5bc63a1ae1235b82b1f702c00eb33e891a79 Mon Sep 17 00:00:00 2001 From: Leif Denby Date: Mon, 18 Nov 2024 17:59:03 +0100 Subject: [PATCH] prepare v0.4.0 (#39) --- CHANGELOG.md | 6 +++++- pyproject.toml | 5 ++++- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e6a8ae7..7696245 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,11 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## vX.X.X +## v0.4.0 + +This release adds support for defining the output path in the command line +interface and addresses bugs around optional dependencies for +`dask.distributed`. ### Added diff --git a/pyproject.toml b/pyproject.toml index ad8c668..beea7cd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,9 +1,12 @@ [project] name = "mllam-data-prep" -version = "0.3.0" +version = "0.4.0" description = "dataset preparation for data-driven weather models" authors = [ {name = "Leif Denby", email = "lcd@dmi.dk"}, + {name = "Hauke Schulz", email = "has@dmi.dk"}, + {name = "Emy Alerskans", email = "ea@dmi.dk"}, + {name = "Eleni Briola", email = "elb@dmi.dk"}, ] dependencies = [ "xarray>=2024.2.0",