Skip to content

Commit

Permalink
Merge pull request #176 from siapy/release-please--branches--main
Browse files Browse the repository at this point in the history
chore(main): release 0.5.7
  • Loading branch information
janezlapajne authored Dec 20, 2024
2 parents f2e9610 + 048a6c4 commit a135011
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [0.5.7](https://github.com/siapy/siapy-lib/compare/v0.5.6...v0.5.7) (2024-12-20)


### Documentation

* add example for loading and processing a spectral image set ([2564e88](https://github.com/siapy/siapy-lib/commit/2564e88fed8dc306b9833b509ea0e8e80ab65bbf))
* add example script for loading and using SpectralImage ([24d5a4b](https://github.com/siapy/siapy-lib/commit/24d5a4b629e2ce753f11dbab5af61d8ba720e051))
* add examples for loading and processing spectral images ([3261665](https://github.com/siapy/siapy-lib/commit/3261665bbcc69f90af8e530304af333582563bbb))
* enhance examples for loading and processing spectral images ([09600b0](https://github.com/siapy/siapy-lib/commit/09600b0a65099a89bab1ad5708ae83bffd7514b9))
* update data directory paths in example scripts and add transformations examples ([d2e924f](https://github.com/siapy/siapy-lib/commit/d2e924f30e00d3622856e50c9b36086404f6564e))
* update introduction.md with correct Zenodo link and improve formatting ([15349d6](https://github.com/siapy/siapy-lib/commit/15349d6d094e82358275e67436deedebf3fc3857))

## [0.5.6](https://github.com/siapy/siapy-lib/compare/v0.5.5...v0.5.6) (2024-12-20)


Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "siapy"
version = "0.5.6"
version = "0.5.7"
description = "A python library for efficient processing of spectral images."
authors = [{ name = "janezlapajne", email = "[email protected]" }]
requires-python = ">=3.10"
Expand Down

0 comments on commit a135011

Please sign in to comment.