From 4a22cd9c29b5ec520e2affefcd3eae7dc44263e3 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 29 Jun 2024 12:17:48 +0000 Subject: [PATCH] ci(release): 3.1.0 [skip ci] ## [3.1.0](https://github.com/f-aguzzi/tesi/compare/v3.0.0...v3.1.0) (2024-06-29) ### Features * **DF:** add direct file blob import ([6ea358c](https://github.com/f-aguzzi/tesi/commit/6ea358c99b612fdd2bc79fb7de62cdb85bbf8d1c)) * **DF:** add file-like input capabilities ([e5c707b](https://github.com/f-aguzzi/tesi/commit/e5c707bd5897f363a831cb21ae7d81fb0699c3c7)) * add support for BytesIO inputs ([bab82e8](https://github.com/f-aguzzi/tesi/commit/bab82e8cfc208062a66dee871f28ca32835c951d)) ### Docs * fix broken links in cookbook and documentation ([2353ba9](https://github.com/f-aguzzi/tesi/commit/2353ba928c155a9abf2ff7ba416440e9fe1668f9)) ### CI * **release:** 3.1.0-beta.1 [skip ci] ([673782b](https://github.com/f-aguzzi/tesi/commit/673782bb8543504177d5f8124872eb33310cc889)) * **release:** 3.1.0-beta.2 [skip ci] ([3d8e6da](https://github.com/f-aguzzi/tesi/commit/3d8e6da7eb9beba5fe99c5dc98de04b5f936da99)) * **release:** 3.1.0-beta.3 [skip ci] ([fa0c5b4](https://github.com/f-aguzzi/tesi/commit/fa0c5b44e431edcf1f6964e4671390ceb875a1e1)) --- CHANGELOG.md | 21 +++++++++++++++++++++ pyproject.toml | 2 +- 2 files changed, 22 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3a995a7..511e688 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,24 @@ +## [3.1.0](https://github.com/f-aguzzi/tesi/compare/v3.0.0...v3.1.0) (2024-06-29) + + +### Features + +* **DF:** add direct file blob import ([6ea358c](https://github.com/f-aguzzi/tesi/commit/6ea358c99b612fdd2bc79fb7de62cdb85bbf8d1c)) +* **DF:** add file-like input capabilities ([e5c707b](https://github.com/f-aguzzi/tesi/commit/e5c707bd5897f363a831cb21ae7d81fb0699c3c7)) +* add support for BytesIO inputs ([bab82e8](https://github.com/f-aguzzi/tesi/commit/bab82e8cfc208062a66dee871f28ca32835c951d)) + + +### Docs + +* fix broken links in cookbook and documentation ([2353ba9](https://github.com/f-aguzzi/tesi/commit/2353ba928c155a9abf2ff7ba416440e9fe1668f9)) + + +### CI + +* **release:** 3.1.0-beta.1 [skip ci] ([673782b](https://github.com/f-aguzzi/tesi/commit/673782bb8543504177d5f8124872eb33310cc889)) +* **release:** 3.1.0-beta.2 [skip ci] ([3d8e6da](https://github.com/f-aguzzi/tesi/commit/3d8e6da7eb9beba5fe99c5dc98de04b5f936da99)) +* **release:** 3.1.0-beta.3 [skip ci] ([fa0c5b4](https://github.com/f-aguzzi/tesi/commit/fa0c5b44e431edcf1f6964e4671390ceb875a1e1)) + ## [3.1.0-beta.3](https://github.com/f-aguzzi/tesi/compare/v3.1.0-beta.2...v3.1.0-beta.3) (2024-06-29) diff --git a/pyproject.toml b/pyproject.toml index 1759929..678a688 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "chemfusekit" -version = "3.1.0b3" +version = "3.1.0" description = "A minimal Python / Jupyter Notebook / Colab library for data fusion and chemometrical analysis." authors = [ { name = "Federico Aguzzi", email = "62149513+f-aguzzi@users.noreply.github.com" }