* Added bootstrap test with KS-test 18
`dfit = distfit(n_boots=100)
`
* Updated plot_summary() with the bootstrap results
* Updated `dfit.summary` results with `bootstrap_score bootstrap_pass`
* Renamed `distr `into `name` in `dfit.summary` and now it is similar to the dictionary `dfit.model`
* Disables warning messages for colourmap
* See [documentation ](https://erdogant.github.io/distfit/pages/html/Performance.html#bootstrapping)for more information about the bootstrapping approach
* Updated docstrings
Read the blog about distfit [here](https://towardsdatascience.com/how-to-find-the-best-theoretical-distribution-for-your-data-a26e5673b4bd)!