Skip to content

Commit 5e9f568

Browse files
authored
Merge pull request #230 from siapy/release-please--branches--main
2 parents f4d389f + 9b03e61 commit 5e9f568

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

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

3+
## [0.9.7](https://github.com/siapy/siapy-lib/compare/v0.9.6...v0.9.7) (2025-06-19)
4+
5+
6+
### Documentation
7+
8+
* add image utilities and update mkdocs navigation for better documentation structure ([29b2ae1](https://github.com/siapy/siapy-lib/commit/29b2ae1d55144ddd46e2908b9a7ff8d277bc9585))
9+
* add plotting utilities for interactive pixel and area selection, and update documentation ([e28c830](https://github.com/siapy/siapy-lib/commit/e28c83020a79bae18f2374fc1814a7b62e4e77b1))
10+
* add transformation examples and update documentation for image processing ([97a0144](https://github.com/siapy/siapy-lib/commit/97a0144fdd2ec1009a268861400ff554ceb3840c))
11+
* enhance docstrings across image classes for improved clarity and usability ([e5c1a56](https://github.com/siapy/siapy-lib/commit/e5c1a5681aa2c6547446da7f145a5c7dc6c9c051))
12+
* enhance docstrings for target generation functions and tabular dataset class for improved clarity and usability ([c6cc3e6](https://github.com/siapy/siapy-lib/commit/c6cc3e694d2b3dda28c45a10456140b20606d63d))
13+
* remove obsolete configs documentation and enhance module docstrings for clarity ([9858402](https://github.com/siapy/siapy-lib/commit/985840205a0fe76369337200d16194a1b48ce7fd))
14+
315
## [0.9.6](https://github.com/siapy/siapy-lib/compare/v0.9.5...v0.9.6) (2025-06-18)
416

517

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.9.6"
3+
version = "0.9.7"
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)