Skip to content

Commit

Permalink
Merge pull request #43 from eminSerin/dev
Browse files Browse the repository at this point in the history
Update CHANGELOG
  • Loading branch information
eminSerin authored Sep 5, 2024
2 parents 9bea0ef + 65f9537 commit 600557e
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 220 deletions.
7 changes: 2 additions & 5 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Operating system files
*.DS_Store
.DS_Store
Thumbs.db
.AppleDouble
.LSOverride
Expand All @@ -12,7 +12,4 @@ workspaces.mat
src/ext/BrainNetViewer_20181219/tmp.edge
src/ext/BrainNetViewer_20181219/tmp.node
*.asv
src/.DS_Store
test/.DS_Store
src/.DS_Store

develop/*
17 changes: 16 additions & 1 deletion CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,19 @@
## [v1.0.0-beta.10] -
## [v1.0.0-beta.13] - 05.09.2024
- Fix random seed error in newer versions of MATLAB.

## [v1.0.0-beta.12-hotfix] - 21.04.2024
- Add function to check if given matrix symmetric with tolerance.
- Fix minor bug in NBSPredict_predict.

## [v1.0.0-beta.12] - 03.04.2024
- Reintroduced LOOCV for classification problems (no LOOCV for regression yet).
- Fix minor bugs in GUI.

## [v1.0.0-beta.11] - 21.08.2023
- Fix minor bugs in novel data prediction function.
- Fix minor bugs in saving results.

## [v1.0.0-beta.10] - 19.06.2023
- Refactor CPM functions.
- CPM can now provide predicted and true labels, so that user can compute further performance metrics.
- Prediction performance of combined network (positive and negative) is now provided.
Expand Down
194 changes: 0 additions & 194 deletions TangentSpace.m

This file was deleted.

20 changes: 0 additions & 20 deletions is_positive_definite.m

This file was deleted.

Binary file removed src/.DS_Store
Binary file not shown.
Binary file removed test/.DS_Store
Binary file not shown.

0 comments on commit 600557e

Please sign in to comment.