Skip to content

Commit ce95c76

Browse files
authored
prepare v0.6.0 release (#75)
1 parent 80f814f commit ce95c76

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +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-
## [unreleased](https://github.com/mllam/mllam-data-prep/)
8+
## [v0.6.0](https://github.com/mllam/mllam-data-prep/release/tag/v0.6.0)
99

10-
[All changes](https://github.com/mllam/mllam-data-prep/compare/v0.5.0...HEAD)
10+
[All changes](https://github.com/mllam/mllam-data-prep/compare/v0.6.0...v0.5.0)
11+
12+
This release adds the ability to slice input data by any coordinate, derive variables from input datasets, and store config in created datasets. It also adds support for zarr 3.0.0 and above, and a mypy typing action to pre-commit hooks. In addition a number of bugs were fixed related to adding unwanted dimensions to the dataset, chunk size estimates, and derived functions. The release also includes a number of maintenance updates including updating the DANRA test dataset to v0.2.0 (which smaller, leading to faster test execution) and updating the `dataclass-wizard` dependency to at least v0.29.2.
1113

1214
### Added
1315

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "mllam-data-prep"
3-
version = "0.5.0"
3+
version = "0.6.0"
44
description = "dataset preparation for data-driven weather models"
55
authors = [
66
{name = "Leif Denby", email = "[email protected]"},

0 commit comments

Comments
 (0)