------------------------------------------------------------------------------- major: - The learning_policy and neighborhood_policy attributes have been changed to decorated properties. - MAB objects can now be serialized with the pickle module.
------------------------------------------------------------------------------- minor: - Documentation now available at https://fidelity.github.io/mabwiser/
------------------------------------------------------------------------------- major: - Configurable empty neighborhood operation for Radius policy - Empty neighborhood operation changed to use numpy.random.choice instead of numpy.random.randint. Observed predictions for empty neighborhoods may differ from versions 1.5 and prior.