Skip to content

Commit

Permalink
ci(release): 3.0.0-beta.1 [skip ci]
Browse files Browse the repository at this point in the history
## [3.0.0-beta.1](v2.5.0...v3.0.0-beta.1) (2024-06-24)

### ⚠ BREAKING CHANGES

* substitute GraphMode enum with string in API
* **PLSDA:** PLSDA is now also a reducer
* give train() function to BaseActionClass and children

### Features

* feature number autoselection in PLSDA and LDA ([a4f8983](a4f8983))
* **DF:** mid-level data fusion support ([45a3ea4](45a3ea4))
* **DF:** outer matrix multiplication data fusion ([5415a6f](5415a6f))
* **PLSDA:** PLSDA is now also a reducer ([cf67a1a](cf67a1a))
* substitute GraphMode enum with string in API ([34068a4](34068a4))

### Bug Fixes

* **PCA:** component autoselect issues ([f827b2d](f827b2d))
* **LDA, BaseReducer:** components bug ([0f87962](0f87962))
* **DF:** indexing issues when concatenating ([6b29b45](6b29b45))
* **tests:** KNN and PLSDA test update ([858f560](858f560))

### Docs

* **DF:** mid-level data fusion case study ([f9e3431](f9e3431))
* new case study ([35cf415](35cf415))

### Refactor

* give train() function to BaseActionClass and children ([2e836bc](2e836bc))
* **DF:** mid-level data fusion overhaul ([b6ba68b](b6ba68b))
  • Loading branch information
semantic-release-bot committed Jun 24, 2024
1 parent c0b4497 commit b9c8cc1
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 1 deletion.
37 changes: 37 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,40 @@
## [3.0.0-beta.1](https://github.com/f-aguzzi/tesi/compare/v2.5.0...v3.0.0-beta.1) (2024-06-24)


### ⚠ BREAKING CHANGES

* substitute GraphMode enum with string in API
* **PLSDA:** PLSDA is now also a reducer
* give train() function to BaseActionClass and children

### Features

* feature number autoselection in PLSDA and LDA ([a4f8983](https://github.com/f-aguzzi/tesi/commit/a4f89833fd69f796e0fcad61f745faf77b53c85e))
* **DF:** mid-level data fusion support ([45a3ea4](https://github.com/f-aguzzi/tesi/commit/45a3ea46e80920a56b5f39a2c73b85c5729e0585))
* **DF:** outer matrix multiplication data fusion ([5415a6f](https://github.com/f-aguzzi/tesi/commit/5415a6ff98acc9c395069c9997d3ce23666ab12f))
* **PLSDA:** PLSDA is now also a reducer ([cf67a1a](https://github.com/f-aguzzi/tesi/commit/cf67a1a9366c046e49ce2683e9830d793ab03fa5))
* substitute GraphMode enum with string in API ([34068a4](https://github.com/f-aguzzi/tesi/commit/34068a4c4a5a0213712ae6ee99793dd807d612f9))


### Bug Fixes

* **PCA:** component autoselect issues ([f827b2d](https://github.com/f-aguzzi/tesi/commit/f827b2d2fd835b29a104c7f3527b62a52eb4a671))
* **LDA, BaseReducer:** components bug ([0f87962](https://github.com/f-aguzzi/tesi/commit/0f879621786c7eddfd04c3b6fbaceb297d650800))
* **DF:** indexing issues when concatenating ([6b29b45](https://github.com/f-aguzzi/tesi/commit/6b29b457d5ca88bfc3ba934cfc936e54f1f7b97a))
* **tests:** KNN and PLSDA test update ([858f560](https://github.com/f-aguzzi/tesi/commit/858f56029cc16fe25795a16997d0d2c28be79ba1))


### Docs

* **DF:** mid-level data fusion case study ([f9e3431](https://github.com/f-aguzzi/tesi/commit/f9e343108f4e1023e269c36fff8503fb20cda96f))
* new case study ([35cf415](https://github.com/f-aguzzi/tesi/commit/35cf4158efeec9da7d083f891fbba8f77cf01084))


### Refactor

* give train() function to BaseActionClass and children ([2e836bc](https://github.com/f-aguzzi/tesi/commit/2e836bcb2ed7034873d8bf5cb8b61917ab08303c))
* **DF:** mid-level data fusion overhaul ([b6ba68b](https://github.com/f-aguzzi/tesi/commit/b6ba68bbc0ab25f653f57266e4590e76a8750e85))

## [2.5.0](https://github.com/f-aguzzi/tesi/compare/v2.4.0...v2.5.0) (2024-06-13)


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 = "chemfusekit"
version = "2.5.0"
version = "3.0.0b1"
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" }
Expand Down

0 comments on commit b9c8cc1

Please sign in to comment.