-
Notifications
You must be signed in to change notification settings - Fork 15
/
CHANGELOG.txt
41 lines (29 loc) · 1.67 KB
/
CHANGELOG.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
=========
CHANGELOG
=========
-------------------------------------------------------------------------------
April, 24, 2023 1.1.2
-------------------------------------------------------------------------------
- Updated all the test cases to replace experiments on boston housing with california housing data due to deprecation
-------------------------------------------------------------------------------
Feb, 09, 2022 1.1.1
-------------------------------------------------------------------------------
- Dropped [Maximal Information (MIC)](https://github.com/minepy/minepy) due to inactive backend library
- MINEPY installation is not compatible with setuptools>=58 as noted in [this issue](https://github.com/minepy/minepy/issues/32)
- In addition, MIC is rather slow on large datasets
-------------------------------------------------------------------------------
June, 16, 2021 1.1.0
-------------------------------------------------------------------------------
- Parallelize benchmark function. Many thanks to Irmak Bukey (@irmakbky)
-------------------------------------------------------------------------------
March, 23, 2021 1.0.1
-------------------------------------------------------------------------------
- Add cross-validation (cv) capability to benchmark function.
-------------------------------------------------------------------------------
February, 1, 2021 1.0.0
-------------------------------------------------------------------------------
- Initial public release.
-------------------------------------------------------------------------------
December 1, 2020
-------------------------------------------------------------------------------
- Development starts.