Skip to content

Commit 06bf4b0

Browse files
authored
Merge pull request #219 from siapy/release-please--branches--main
2 parents 245d305 + 00884ef commit 06bf4b0

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

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

3+
## [0.9.2](https://github.com/siapy/siapy-lib/compare/v0.9.1...v0.9.2) (2025-04-27)
4+
5+
6+
### Documentation
7+
8+
* add example scripts for Shape and SpectralImageSet classes ([4a0fcf7](https://github.com/siapy/siapy-lib/commit/4a0fcf7294ef77f96276dbbca2b93676786086db))
9+
* add examples for Pixels and Signatures classes in documentation ([28f8093](https://github.com/siapy/siapy-lib/commit/28f809348fb584f0254e131b3bc66479be634efa))
10+
* add Geometric Shapes documentation and update navigation structure ([85cd79b](https://github.com/siapy/siapy-lib/commit/85cd79b637417f482498953a71adcda69e7a3da0))
11+
* enhance Pixels class documentation and add example usage ([f77d376](https://github.com/siapy/siapy-lib/commit/f77d3767e049e446880125fad0a40976d127359a))
12+
* expand entities documentation with design principles and add schematic diagram ([1005e2b](https://github.com/siapy/siapy-lib/commit/1005e2b617a4dbb44c2dc1b80ca30f0aff0eebf1))
13+
* update entities documentation and add spectral image examples ([a416e82](https://github.com/siapy/siapy-lib/commit/a416e8237a5c2379839dd43fe284a08597ecbf9e))
14+
* update links in README for documentation and contribution guidelines ([10ffb5d](https://github.com/siapy/siapy-lib/commit/10ffb5d19bbcf091ef94ff15d1d8b0528a13cb67))
15+
316
## [0.9.1](https://github.com/siapy/siapy-lib/compare/v0.9.0...v0.9.1) (2025-04-25)
417

518

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.1"
3+
version = "0.9.2"
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)