Skip to content

Commit c90e7dd

Browse files
authored
Merge pull request #215 from siapy/release-please--branches--main
2 parents bbc4232 + 24b1700 commit c90e7dd

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [0.9.0](https://github.com/siapy/siapy-lib/compare/v0.8.1...v0.9.0) (2025-04-24)
4+
5+
6+
### Features
7+
8+
* add rasterio image handling functions for saving and creating images with metadata support ([7e0841e](https://github.com/siapy/siapy-lib/commit/7e0841ec8a56213ff5a8110a70a2891a7f6cebc6))
9+
* add validate_signal_input function and from_signals_and_pixels method for improved input handling ([aaa4378](https://github.com/siapy/siapy-lib/commit/aaa4378e35bfa8ef2a5925ce13e09bcb415e9dba))
10+
311
## [0.8.1](https://github.com/siapy/siapy-lib/compare/v0.8.0...v0.8.1) (2025-04-19)
412

513

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "siapy"
3-
version = "0.8.1"
3+
version = "0.9.0"
44
description = "A python library for efficient processing of spectral images."
55
authors = [{ name = "janezlapajne", email = "janez.lapajne@kis.si" }]
66
requires-python = ">=3.10,<3.13"

0 commit comments

Comments
 (0)