From 2dbcd99a0bb4cb7ca08cf99d8a0a38460c298495 Mon Sep 17 00:00:00 2001 From: SimonKamuk Date: Fri, 16 May 2025 08:21:15 +0000 Subject: [PATCH 1/4] update changelog --- CHANGELOG.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 80285d9..3000b9a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,13 @@ 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/compare/v0.6.0...HEAD) +## [unreleased](https://github.com/mllam/mllam-data-prep/compare/v0.6.1...HEAD) + +## [v0.6.1](https://github.com/mllam/mllam-data-prep/release/tag/v0.6.1) + +[All changes](https://github.com/mllam/mllam-data-prep/compare/v0.6.1...v0.6.0) + +This release contains bugfixes to update tests to use newer version of pre-commit, use correct python version, and remove uses of incompatible typing notation. ### Fixes - use old union typing notation compatible with all required python versions [\#77](https://github.com/mllam/mllam-data-prep/pull/77) @SimonKamuk From 39caa7f37a5fe68593b07acb49875e2b53c05ba8 Mon Sep 17 00:00:00 2001 From: SimonKamuk Date: Fri, 16 May 2025 08:25:10 +0000 Subject: [PATCH 2/4] update changelog --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2d04e51..7f64f1f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "mllam-data-prep" -version = "0.6.0" +version = "0.6.1" description = "dataset preparation for data-driven weather models" authors = [ {name = "Leif Denby", email = "lcd@dmi.dk"}, From 5e784197f0899487704769d1216bf839e842ff1f Mon Sep 17 00:00:00 2001 From: SimonKamuk Date: Fri, 16 May 2025 08:27:54 +0000 Subject: [PATCH 3/4] update changelog --- CHANGELOG.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3000b9a..105c9d4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,8 +5,6 @@ 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/compare/v0.6.1...HEAD) - ## [v0.6.1](https://github.com/mllam/mllam-data-prep/release/tag/v0.6.1) [All changes](https://github.com/mllam/mllam-data-prep/compare/v0.6.1...v0.6.0) From c37939b1a08c697d7b9f28baa2a52c930003b5dd Mon Sep 17 00:00:00 2001 From: SimonKamuk Date: Tue, 20 May 2025 07:00:38 +0000 Subject: [PATCH 4/4] updated authors in pyproject.toml --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 7f64f1f..9778172 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,6 +11,7 @@ authors = [ {name = "Kashif Rasul", email = "kashif.rasul@gmail.com"}, {name = "Jordan Matelsky", email = "opensource@matelsky.com"}, {name = "Martin Frølund", email = "maf@dmi.dk"}, + {name = "Simon Kamuk Christiansen", email = "skc@dmi.dk"}, ] dependencies = [ "xarray>=2024.2.0",