Releases: f-aguzzi/ChemFuseKit
Releases · f-aguzzi/ChemFuseKit
v1.1.0-beta.3
v1.1.0
v1.1.0-beta.2
v1.1.0-beta.1
v1.0.0
1.0.0 (2024-05-17)
⚠ BREAKING CHANGES
- change package name
- docs: moved the
Docusaurus
folder up one level, removed all other documentation (now all inside of Docusaurus subpages)
Features
- CI: automated pylint tests on push (c794037)
- completed use case diagram (63ce9e4)
- readme: created readme with badges (6691d18), closes #5
- first draft of project plan (8adb87d)
- implemented k-nearest neighbors (63228a2), closes #12
- tests: implemented lldf module unit tests (9311da4)
- implemented LR class (ec3582c), closes #2
- implemented pca and lda (c59147f)
- implemented PLSDA (af35254), closes #10
- implemented SVM (a3e95bc)
- docs: move all documentation into docusaurus (e1f2e7d)
- docs: sequence and process UML diagrams (bec766f)
- Colab: set up notebook for Colab demo (638a67f), closes #4
Bug Fixes
- CI/CD: add missing configuration files (ebe28d5)
- CI: added conditional activation of workflows (aa4e916), closes #6
- pylint: added requirements, increased scores (bef1cdf)
- added test cases for LLDF, PCA, LDA, SVM (0ba2f26), closes #3
- CI: broken rye sync in workflows (3c8482b)
- LLDF: datasheet export now works properly (131d3db)
- CI: fixed workflow triggers (6069c89)
- gh_pages workflow (0a6fc43)
- notes: merged obsidian duplicate folders (234b200)
- removed pycache, changed favicon (a6407f6)
- CI/CD: set GitGub token (05a4440), closes #15
- docs: spelling mistakes (a10d512)
- notebook: update broken links, remove checkpoints (d8723a1), closes #14 #13
- tests: various mistakes in workflow script (3d63d37)
chore
- change package name (bd5006d)
- rye: readapt project structure to rye (38c66e6)
- testing: set up automated unit tests (73b399e)
- CI/CD: set up automatic releases (8536dc2)
- obsidian: set up devlogs, kanban and uml (f8ec9af)
- docs: set up docusaurus and gh-pages (3c957e8)
- set up project structure (040fcfa)
- set up rye package manager (f0eefd7), closes #11
Docs
- add links to project section pages (9af2786), closes #9
- first draft of requirements specification (5d1b8c3)
- updated package name in examples (33f051f)