diff --git a/CHANGELOG.txt b/CHANGELOG.txt index f6e13a1..fbe2404 100755 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -2,6 +2,14 @@ MABWiser CHANGELOG ===================== +March, 17, 2022 2.4.0 +------------------------------------------------------------------------------- +major: +- Implement vectorized functions for non-contextual policies to speed-up prediction for multiple decisions. +- Change MAB predict and predict_expectations to allow empty contexts to be specified for non-contextual policies. +- Update scaler use in Linear policies so that standard scaler can be fit directly instead of pre-trained scalers. +- Change scaler argument from pre-trained `arm_to_scaler` input to a boolean scale flag. + March, 8, 2022 2.3.0 ------------------------------------------------------------------------------- major: diff --git a/docs/.buildinfo b/docs/.buildinfo index b73da4e..d9e4d7f 100644 --- a/docs/.buildinfo +++ b/docs/.buildinfo @@ -1,4 +1,4 @@ # Sphinx build info version 1 # This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done. -config: be8d7ae06467e3a22a202d69cb2b24ab +config: 3d55ee819e2d2bd60e727943c52c4b22 tags: 645f666f9bcd5a90fca523b33c5a78b7 diff --git a/docs/_static/documentation_options.js b/docs/_static/documentation_options.js index 32053ba..2e89cf7 100644 --- a/docs/_static/documentation_options.js +++ b/docs/_static/documentation_options.js @@ -1,6 +1,6 @@ var DOCUMENTATION_OPTIONS = { URL_ROOT: document.getElementById("documentation_options").getAttribute('data-url_root'), - VERSION: '2.3.0', + VERSION: '2.4.0', LANGUAGE: 'None', COLLAPSE_INDEX: false, BUILDER: 'html', diff --git a/docs/about.html b/docs/about.html index 0a44bdf..7de1105 100644 --- a/docs/about.html +++ b/docs/about.html @@ -4,7 +4,7 @@ - About Multi-Armed Bandits — MABWiser 2.3.0 documentation + About Multi-Armed Bandits — MABWiser 2.4.0 documentation