diff --git a/CHANGELOG.md b/CHANGELOG.md index 19765aa..98605aa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,9 +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). -## [Unreleased](https://github.com/mllam/mllam-data-prep) +## [v0.7.0](https://github.com/mllam/mllam-data-prep/release/tag/v0.7.0) -[All changes](https://github.com/mllam/mllam-data-prep/compare/HEAD...v0.6.1) +[All changes](https://github.com/mllam/mllam-data-prep/compare/v0.7.0...v0.6.1) + +This release adds support for cropping a dataset using the convex hull of the lat/lon coordinates of another dataset, which can be used for creating boundary data in Limited Area Modelling setups. ### Added diff --git a/pyproject.toml b/pyproject.toml index 5e659fa..e454cc9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "mllam-data-prep" -version = "0.6.1" +version = "0.7.0" description = "dataset preparation for data-driven weather models" authors = [ {name = "Leif Denby", email = "lcd@dmi.dk"},