From dba3b4988a58776cbef8fdfc80d52ce4e2212bef Mon Sep 17 00:00:00 2001 From: Janez Lapajne Date: Wed, 28 Aug 2024 19:11:29 +0200 Subject: [PATCH] chore(main): release 0.5.0 --- CHANGELOG.md | 20 ++++++++++++++++++++ pyproject.toml | 2 +- 2 files changed, 21 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c5175d1..e8c5b14 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,25 @@ # Changelog +## [0.5.0](https://github.com/siapy/siapy-lib/compare/v0.4.9...v0.5.0) (2024-08-28) + + +### Features + +* Add load_from_parquet and save_to_parquet methods to Pixels class ([9d106cb](https://github.com/siapy/siapy-lib/commit/9d106cb1065568b7ec833ff564b7c2b43e11490d)) +* Add load_from_parquet and save_to_parquet methods to Signals class ([47ccb2c](https://github.com/siapy/siapy-lib/commit/47ccb2cc6ba582c6affeb4f5c06582a5666eca81)) +* Add load_from_parquet and save_to_parquet methods to Signatures class ([ce30e67](https://github.com/siapy/siapy-lib/commit/ce30e676c05b3232c7603f88482d7d306c46c17b)) + + +### Bug Fixes + +* Update save_to_parquet method to include index in the saved file ([36981a5](https://github.com/siapy/siapy-lib/commit/36981a51a7e584938ad51593b219584d0a221ccf)) +* Update typing annotations in from_paths ([c827862](https://github.com/siapy/siapy-lib/commit/c827862f39f1b704c873273ad56c61f7ebf3aa56)) + + +### Documentation + +* Update installation instructions with additional package managers ([bf238a3](https://github.com/siapy/siapy-lib/commit/bf238a390ceb80a02aae969eb1fdaa956092d685)) + ## [0.4.9](https://github.com/siapy/siapy-lib/compare/v0.4.8...v0.4.9) (2024-08-22) diff --git a/pyproject.toml b/pyproject.toml index b55dd9a..1c57432 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "siapy" -version = "0.4.9" +version = "0.5.0" description = "A python library for efficient processing of spectral images." authors = [{ name = "janezlapajne", email = "janez.lapajne@kis.si" }]