* Parallel computing added into distfit 49 * [Docs and examples [](updated.](https://erdogant.github.io/distfit/pages/html/Examples.html#parallel-computing))
Thanks to the contributions of KrystofS and maxmekiska
1.7.3
* Issue 46 * The width of the bar chart is now adjustable using the bar properties: `dfit.plot(bar_properties={'width':10})`
1.7.2
* Fix that the logger does not lose it's verbosity in certain circumstances * Fix that catches the error if the confidence interval can not be determined.
1.7.1
* Bug fix by changing typo in gilbrat into gibrat 43
1.7.0
* Added parallelization for bootstrapping. You need to set the `n_jobs=-1`
Although this speeds up the computation time significantly, at random times it also results in a _RuntimeWarning: invalid value encountered_. If that is the case, simply set `n_jobs=1`.
1.6.12
* Fix for logging. It should print [distfit] to screen again.