Skip to content

Commit

Permalink
ci(release): 2.5.0 [skip ci]
Browse files Browse the repository at this point in the history
## [2.5.0](v2.4.0...v2.5.0) (2024-06-13)

### Features

* **base:** added BaseActionClass as root class ([4f0bac8](4f0bac8))
* LDA and PCA inherit from BaseReducer ([7b797bd](7b797bd))

### Bug Fixes

* **pca:** field and property issues ([91cefd3](91cefd3))
* **base:** inheritance settings (2) ([103040c](103040c))
* **base:** settings inheritance ([8a14a00](8a14a00))
* **base:** third round of inheritance fixes ([c3b1bbb](c3b1bbb))
* **BaseActionClass:** trailing commas creating unwanted tuple ([1b057ab](1b057ab))

### chore

* **styling:** increase PEP compliance ([1ea3546](1ea3546))
* **docs, examples:** update for version 2.5.0 ([4c6b0d3](4c6b0d3)), closes [#32](#32)
* **docs:** upgrade to version 2.5.0 ([387499f](387499f))

### Docs

* **blog:** add blog posts for new releases ([f8461d8](f8461d8))
* finish first case study ([21fcb01](21fcb01))
* fix naming error ([78d59e4](78d59e4))

### CI

* **release:** 2.5.0-beta.1 [skip ci] ([5578065](5578065))
* **release:** 2.5.0-beta.2 [skip ci] ([8a5334d](8a5334d))
* **release:** 2.5.0-beta.3 [skip ci] ([6706948](6706948))
* **release:** 2.5.0-beta.4 [skip ci] ([61d1a32](61d1a32))
* **release:** 2.5.0-beta.5 [skip ci] ([6f69537](6f69537))
* **release:** 2.5.0-beta.6 [skip ci] ([f732442](f732442))
  • Loading branch information
semantic-release-bot committed Jun 13, 2024
1 parent 7ce6c00 commit 77206b5
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 1 deletion.
41 changes: 41 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,44 @@
## [2.5.0](https://github.com/f-aguzzi/tesi/compare/v2.4.0...v2.5.0) (2024-06-13)


### Features

* **base:** added BaseActionClass as root class ([4f0bac8](https://github.com/f-aguzzi/tesi/commit/4f0bac831f6ca215212f6c801b01483ef2d0e5cc))
* LDA and PCA inherit from BaseReducer ([7b797bd](https://github.com/f-aguzzi/tesi/commit/7b797bdfb00404b90fdeaf4178085f2d2bdb9c34))


### Bug Fixes

* **pca:** field and property issues ([91cefd3](https://github.com/f-aguzzi/tesi/commit/91cefd3d66475d13ed990ed2911014cc866e2f8d))
* **base:** inheritance settings (2) ([103040c](https://github.com/f-aguzzi/tesi/commit/103040c940ba884debaf8fdc2239d3dee0e76ab2))
* **base:** settings inheritance ([8a14a00](https://github.com/f-aguzzi/tesi/commit/8a14a0036bf3791deda182ec0f3aa618806f180d))
* **base:** third round of inheritance fixes ([c3b1bbb](https://github.com/f-aguzzi/tesi/commit/c3b1bbb36c7c150525a6d9d0c87f863291ad397e))
* **BaseActionClass:** trailing commas creating unwanted tuple ([1b057ab](https://github.com/f-aguzzi/tesi/commit/1b057abb23710c0aef8f67875411d63e47a61036))


### chore

* **styling:** increase PEP compliance ([1ea3546](https://github.com/f-aguzzi/tesi/commit/1ea354688415f1f4f5c8398365a0757e3b665dc7))
* **docs, examples:** update for version 2.5.0 ([4c6b0d3](https://github.com/f-aguzzi/tesi/commit/4c6b0d392ca82d5eb4079780dbb303d7ffc43236)), closes [#32](https://github.com/f-aguzzi/tesi/issues/32)
* **docs:** upgrade to version 2.5.0 ([387499f](https://github.com/f-aguzzi/tesi/commit/387499f5add4ceae62d07891ffd531406607cdaf))


### Docs

* **blog:** add blog posts for new releases ([f8461d8](https://github.com/f-aguzzi/tesi/commit/f8461d8747a5a80c27b8e8c94d245b19fc7e22ec))
* finish first case study ([21fcb01](https://github.com/f-aguzzi/tesi/commit/21fcb014b8b510fe7718e1443a1daad0afd09e0e))
* fix naming error ([78d59e4](https://github.com/f-aguzzi/tesi/commit/78d59e4e5467015d50fcd02cb75a622f89bd80e6))


### CI

* **release:** 2.5.0-beta.1 [skip ci] ([5578065](https://github.com/f-aguzzi/tesi/commit/55780657ee054384ddf7de5551b653ecd1a0d5c3))
* **release:** 2.5.0-beta.2 [skip ci] ([8a5334d](https://github.com/f-aguzzi/tesi/commit/8a5334da0098180aa5e63017c85b28a50ae0a295))
* **release:** 2.5.0-beta.3 [skip ci] ([6706948](https://github.com/f-aguzzi/tesi/commit/67069489eef56f124a8da7980aad4f35978bcdae))
* **release:** 2.5.0-beta.4 [skip ci] ([61d1a32](https://github.com/f-aguzzi/tesi/commit/61d1a32ca9226409405351b90fec4087d88d6b44))
* **release:** 2.5.0-beta.5 [skip ci] ([6f69537](https://github.com/f-aguzzi/tesi/commit/6f69537d621f8a726198bf3193efeb45866b9c03))
* **release:** 2.5.0-beta.6 [skip ci] ([f732442](https://github.com/f-aguzzi/tesi/commit/f7324424fb6b980f1dd99fe02b3a9de2acd8c682))

## [2.5.0-beta.6](https://github.com/f-aguzzi/tesi/compare/v2.5.0-beta.5...v2.5.0-beta.6) (2024-06-12)


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.0b6"
version = "2.5.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" }
Expand Down

0 comments on commit 77206b5

Please sign in to comment.