Releases: erdogant/distfit
Releases · erdogant/distfit
v1.6.6
- Show message during initialization if matplotlib is not correct version
v1.6.5
- Check whether matplotlib version >= 3.5.2 is installed
v1.6.4
- Change title in
plot_summary(title='new new title')
v1.6.3
- Fix for ylim in plot_summary
- multtest can be set in the predict function and is removed from the initialization.
- font sizes can be set in all figures
- Code cleaning
v1.6.2
- Add in setup and requirements that matplotlib>=3.6.3 to prevent error regarding rotation
v1.6.1
- rotation='vertical' replaced for 45 for matplotlib
v1.6.0
- 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 for more information about the bootstrapping approach
- Updated docstrings
Read the blog about distfit here!
v1.5.5
- updated default colors in plot
- xlabel and ylabel can be specified for
plot
v1.5.4
- Do not show pdf in case
pdf_properties=None