Skip to content

Commit 86768c3

Browse files
authored
Merge pull request #224 from siapy/release-please--branches--main
2 parents 64fc0a3 + 35971e8 commit 86768c3

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

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

3+
## [0.9.4](https://github.com/siapy/siapy-lib/compare/v0.9.3...v0.9.4) (2025-05-06)
4+
5+
6+
### Bug Fixes
7+
8+
* update codespell skip patterns to include SVG files ([c1f3cac](https://github.com/siapy/siapy-lib/commit/c1f3cace7944c8318dcd94d2fd72e37649357cb5))
9+
10+
11+
### Documentation
12+
13+
* add data conversion methods for SpectralImage in documentation ([92c09c0](https://github.com/siapy/siapy-lib/commit/92c09c01ff071c5905826666d7f8359f90b3f314))
14+
* add entities schematics and relationships image ([be4527d](https://github.com/siapy/siapy-lib/commit/be4527defde3cd7f925f671b93b05ff7c47b0b98))
15+
* enhance contributing guidelines and API design principles overview ([407a786](https://github.com/siapy/siapy-lib/commit/407a786392f9edab9c059c2c0e346a7d07b5ad8a))
16+
317
## [0.9.3](https://github.com/siapy/siapy-lib/compare/v0.9.2...v0.9.3) (2025-04-29)
418

519

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