Skip to content

Commit 681be93

Browse files
committed
Update ChangeLog and Citation
1 parent ac4eed9 commit 681be93

File tree

2 files changed

+16
-2
lines changed

2 files changed

+16
-2
lines changed

CITATION.cff

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ authors:
55
given-names: "Nguyen"
66
orcid: "https://orcid.org/0000-0001-9994-8747"
77
title: "MAFESE: Metaheuristic Algorithm for Feature Selection - An Open Source Python Library"
8-
version: 0.1.1
8+
version: 0.1.7
99
doi: 10.5281/zenodo.7969042
10-
date-released: 2023-05-25
10+
date-released: 2023-07-13
1111
url: "https://github.com/thieu1995/mafese"

ChangeLog.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
# Version 0.1.7
2+
3+
+ Remove some unknown datasets
4+
+ Fix bug name in Kendall and Spearman functions of FilterSelector
5+
+ Add Relief-based family to FilterSelector
6+
+ Relief Original
7+
+ Relief-F
8+
+ VLS-Relief-F: Very Large Scale ReliefF
9+
+ Remove rtf transfer function in MhaSelector
10+
+ Update save results file of MultiMhaSelector's evaluate() function.
11+
+ Update examples for some Selector class
12+
13+
---------------------------------------------------------------------
14+
115
# Version 0.1.6
216

317
+ Rename some public functions to private functions

0 commit comments

Comments
 (0)