Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 = "[email protected]"},
Expand Down