Change - move reward from History to Recommendation (121)
0.2.3
New - `BaseBandit` support `update_action` and `remove_action` methods (120)
Change - recommendation class (117)
Fix - fix and unify the return value of `BaseBandit.get_action()` when the action storage is empty (118)
0.2.2
Fix - unify the data usage in all simulations, fixed 95 (107) - multi-action history, fixed 58 (110) - fix `rewardplot.calculate_cum_reward` (112) - remove `query_vector` in the Exp3 model and use the history instead, fixed 108 (112)
Change - `History` and `HistoryStorage` interfaces are changed (110)
0.2.1
Fix - fix striatum.utils import error (105)
0.2.0
Change - `ActionStorage` (99) - reorder bandit `__init__` parameters and change some default values (102) - default `n_actions` in `BaseBandit.get_action` is chaged to `None` (103) - `BaseBandit.get_action` add support for `n_actions=None` and `n_actions=-1` (103)
Fix - remove the generators in Exp3 and UCB1 (101)