Skip to content

Commit 8e7a5bc

Browse files
authored
prepare v0.4.0 (#39)
1 parent a283eff commit 8e7a5bc

2 files changed

Lines changed: 9 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,11 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## vX.X.X
8+
## v0.4.0
9+
10+
This release adds support for defining the output path in the command line
11+
interface and addresses bugs around optional dependencies for
12+
`dask.distributed`.
913

1014
### Added
1115

pyproject.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
[project]
22
name = "mllam-data-prep"
3-
version = "0.3.0"
3+
version = "0.4.0"
44
description = "dataset preparation for data-driven weather models"
55
authors = [
66
{name = "Leif Denby", email = "lcd@dmi.dk"},
7+
{name = "Hauke Schulz", email = "has@dmi.dk"},
8+
{name = "Emy Alerskans", email = "ea@dmi.dk"},
9+
{name = "Eleni Briola", email = "elb@dmi.dk"},
710
]
811
dependencies = [
912
"xarray>=2024.2.0",

0 commit comments

Comments
 (0)