Skip to content

Commit c8b66a6

Browse files
authored
Merge pull request #222 from siapy/release-please--branches--main
2 parents cc1a847 + 5f58853 commit c8b66a6

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

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

3+
## [0.9.3](https://github.com/siapy/siapy-lib/compare/v0.9.2...v0.9.3) (2025-04-29)
4+
5+
6+
### Bug Fixes
7+
8+
* implement equality comparison method and add corresponding tests ([9c19f07](https://github.com/siapy/siapy-lib/commit/9c19f07ed23c123177adef202e1a08054ecedba9))
9+
10+
11+
### Documentation
12+
13+
* add API documentation links for Pixels, Signals, Signatures, Shape, SpectralImage, and SpectralImageSet classes ([45fce51](https://github.com/siapy/siapy-lib/commit/45fce51940d441df0619095931867aadbbca666f))
14+
* add API documentation notes for core components in overview.md ([e2ae548](https://github.com/siapy/siapy-lib/commit/e2ae5489c575cabb225ee506c8d1d4086641232d))
15+
* enhance case study documentation with additional notes and formatting improvements ([602494b](https://github.com/siapy/siapy-lib/commit/602494b7acc620b41ec5eec8b9e8ddc1ba8df1ae))
16+
* enhance documentation for Signals and Signatures classes with initialization examples ([703adbf](https://github.com/siapy/siapy-lib/commit/703adbf7bfbe5c7533ecf656dcd7795e31d258b4))
17+
* reorganize and enhance SpectralImage section with initialization options ([8929a4c](https://github.com/siapy/siapy-lib/commit/8929a4cb8b3dbdc979d473f0b40df469b0eb6c22))
18+
* Replace PNG diagram with SVG format for entities schematics and remove the old PNG file. ([6d5783f](https://github.com/siapy/siapy-lib/commit/6d5783fd58261dee42e055b5b851618542155ef0))
19+
* restructure CONTRIBUTING.md to enhance clarity and organization ([d25cdfb](https://github.com/siapy/siapy-lib/commit/d25cdfb0737be087cfbddd4639f1a4151977c17a))
20+
321
## [0.9.2](https://github.com/siapy/siapy-lib/compare/v0.9.1...v0.9.2) (2025-04-27)
422

523

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.2"
3+
version = "0.9.3"
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)