Skip to content

Commit

Permalink
Update ChangeLog and Citation
Browse files Browse the repository at this point in the history
  • Loading branch information
thieu1995 committed Jul 13, 2023
1 parent ac4eed9 commit 681be93
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ authors:
given-names: "Nguyen"
orcid: "https://orcid.org/0000-0001-9994-8747"
title: "MAFESE: Metaheuristic Algorithm for Feature Selection - An Open Source Python Library"
version: 0.1.1
version: 0.1.7
doi: 10.5281/zenodo.7969042
date-released: 2023-05-25
date-released: 2023-07-13
url: "https://github.com/thieu1995/mafese"
14 changes: 14 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# Version 0.1.7

+ Remove some unknown datasets
+ Fix bug name in Kendall and Spearman functions of FilterSelector
+ Add Relief-based family to FilterSelector
+ Relief Original
+ Relief-F
+ VLS-Relief-F: Very Large Scale ReliefF
+ Remove rtf transfer function in MhaSelector
+ Update save results file of MultiMhaSelector's evaluate() function.
+ Update examples for some Selector class

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

# Version 0.1.6

+ Rename some public functions to private functions
Expand Down

0 comments on commit 681be93

Please sign in to comment.