-
Notifications
You must be signed in to change notification settings - Fork 26
/
CHANGELOG.txt
83 lines (63 loc) · 3.24 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
=========
CHANGELOG
=========
-------------------------------------------------------------------------------
September, 03, 2024 1.3.1
-------------------------------------------------------------------------------
Minor:
- Updated requirements to use mabwiser>=2.7.4 to reflect change from np.Inf to np.inf in mabwiser.
- Fixed default KMeans n_init parameters in tests instead of using 'auto' used in scikit-learn>=1.4
-------------------------------------------------------------------------------
February, 22, 2024 1.3.0
-------------------------------------------------------------------------------
Major:
- Added optional `apply_sigmoid` argument to recommend() method, to
control whether sigmoid transformation is applied to scores or not.
Minor:
- Fixed bug when recommending single context.
-------------------------------------------------------------------------------
February, 05, 2024 1.2.1
-------------------------------------------------------------------------------
Minor:
- Replaced NoReturn type hinting with None - thank you @SaraEkmanSVT
-------------------------------------------------------------------------------
August, 16, 2023 1.2.0
-------------------------------------------------------------------------------
Major:
- Removed spock-config dependency and train/test scripts using Spock
- Updated tests and documentation to reflect Python 3.8+ support
-------------------------------------------------------------------------------
February, 23, 2023 1.1.0
-------------------------------------------------------------------------------
Major:
- Updated requirements to use mabwiser>=2.7 to benefit from enhancements,
including vectorized predict for Linear policies and tracking of arm status.
- Fixed tests due to changes in random seeding for Linear policies.
Minor:
- Added Diversity metrics to available MAB evaluation metrics.
-------------------------------------------------------------------------------
August, 16, 2022 1.0.3
-------------------------------------------------------------------------------
Minor:
- Fixed bug with inconsistency between scored and eligible items.
-------------------------------------------------------------------------------
July, 5, 2022 1.0.2
-------------------------------------------------------------------------------
Minor:
- Fixed bug with arguments not being passed correctly to load_response_data.
-------------------------------------------------------------------------------
May, 12, 2022 1.0.1
-------------------------------------------------------------------------------
Minor:
- Add encodings generation to Seq2Pat section in feature_engineering notebook.
- Explicitly claim Mab2Rec requires Python 3.7+ for Installation in README.
- Library source scripts are not updated, thus the pypi version is not changed.
-------------------------------------------------------------------------------
April, 15, 2022 1.0.1
-------------------------------------------------------------------------------
Minor:
- Fix missing top-k recommendations when top messages are excluded - thanks @nateewall!
-------------------------------------------------------------------------------
March, 18, 2022 1.0.0
-------------------------------------------------------------------------------
- Initial public release.