From 20bfa80906cdc28ec027430a8fdff9d63a6329ee Mon Sep 17 00:00:00 2001 From: collijk Date: Tue, 7 May 2024 18:51:29 +0000 Subject: [PATCH] Release 0.5.4 --- CHANGELOG.md | 5 ++++- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 16abf6d..8275abc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ 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.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] + +## [0.5.4] - 2024-05-07 ### Fixed - Fixed a bug with nodata call into rasterio.warp.resample - Fixed implementation of x_coordinates and y_coordinates @@ -30,7 +32,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), - Numpy array interface - Fixed up the CI for package maintenance, CI, and releases. -[Unreleased]: https://github.com/collijk/rasterra/compare/0.5.2...main +[Unreleased]: https://github.com/collijk/rasterra/compare/0.5.4...master +[0.5.4]: https://github.com/collijk/rasterra/compare/0.5.2...0.5.4 [0.5.2]: https://github.com/collijk/rasterra/compare/0.5.1...0.5.2 [0.5.1]: https://github.com/collijk/rasterra/compare/0.5.0...0.5.1 [0.5.0]: https://github.com/collijk/rasterra/tree/0.5.0 diff --git a/pyproject.toml b/pyproject.toml index 53996f3..eadfa21 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "rasterra" -version = "0.5.3" +version = "0.5.4" description = "A sleek, object-oriented interface designed for intuitive raster data manipulation in Python." authors = [ "James Collins ",