Fixed - Small mistake in the computation of the prediction intervals in `Boot.predict`, where the definition of `generalisation` should be the difference of the _means_ of the residuals, and not the difference between the individual quantiles. Makes a very tiny difference to the prediction intervals. Thanks to Bryan Shalloway for catching this mistake.
2.0.1
Not secure
Fixed - `Boot.__repr__` was not working properly
2.0.0
Not secure
Added - Added proper `__repr__` descriptions to all models
Changed - Changed the ordering of `Dataset.split` to `X_train`, `X_test`, `y_train` and `y_test`, to agree with `scikit-learn` - Moved some `Dataset` attributes to the private API
1.0.0
Not secure
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).