This release fixes some minor bugs but mainly brings a couple of new functionalities:
1. New experimental Attentive models, namely: `ContextAttentionMLP` and `SelfAttentionMLP`.
2. 2 Probabilistic models based on Bayes by Backprop (BBP) as described in [Weight Uncertainty in Neural Networks](https://arxiv.org/abs/1505.05424), namely: `BayesianTabMlp` and `BayesianWide`.