Skip to content

Commit

Permalink
Add ChangeLog
Browse files Browse the repository at this point in the history
  • Loading branch information
thieu1995 committed May 11, 2024
1 parent aafb00f commit 8bf7508
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 1 deletion.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
.github/assets/
run_classification.py
run_regression.py
ChangeLog.md

examples/wrapper/history/
# Pycharm
Expand Down
27 changes: 27 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@

# Version 1.0.0

+ Add InaRbfTuner class
+ Update docs for all classes
+ Update examples and documents
+ Add ChangeLog.md

---------------------------------------------------------------------


# Version 0.2.0

+ Add InaRbfClassifier class
+ Add traditional RBF model: RbfRegressor and RbfClassifier
+ Update examples, tests and docs
+ Add Github workflow


---------------------------------------------------------------------

# Version 0.1.0 (First version)

+ Add infors (CODE_OF_CONDUCT.md, MANIFEST.in, LICENSE, README.md, requirements.txt, CITATION.cff)
+ Add helpers modules (`metrics`, `scaler`, `validator`, and `preprocessor`)
+ Add InaRbfRegressor class
+ Add examples and tests folders

0 comments on commit 8bf7508

Please sign in to comment.