Releases: erdogant/distfit
Releases · erdogant/distfit
1.8.0
- Parallel computing added into distfit #49
- [Docs and examples
Thanks to the contributions of @KrystofS and @maxmekiska
v1.7.3
- Issue #46
- The width of the bar chart is now adjustable using the bar properties:
dfit.plot(bar_properties={'width':10})
v1.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.
v1.7.1
- Bug fix by changing typo in gilbrat into gibrat #43
v1.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
.
v1.6.12
- Fix for logging. It should print [distfit] to screen again.
v1.6.11
- Set
todf=True
by default when using predict
v1.6.10
- Improved the lineplot by adding distribution
- Update docstrings
v1.6.9
- bugfix for bootstrap
- 'pdf' lowered in documentation and input parameter
- some code cleaning
v1.6.8
- bug fix in lineplot
- update in handler