Skip to content

Commit

Permalink
Release 0.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
collijk committed May 7, 2024
1 parent 2be3c6c commit 20bfa80
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <collijk1@gmail.com>",
Expand Down

0 comments on commit 20bfa80

Please sign in to comment.