Distfit Versions Save

distfit is a python library for probability density fitting.

1.6.7

1 year ago
  • docstrings update

1.6.6

1 year ago
  • Show message during initialization if matplotlib is not correct version

1.6.5

1 year ago
  • Check whether matplotlib version >= 3.5.2 is installed

1.6.4

1 year ago
  • Change title in plot_summary(title='new new title')

1.6.3

1 year ago
  • 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

1.6.2

1 year ago
  • Add in setup and requirements that matplotlib>=3.6.3 to prevent error regarding rotation

1.6.1

1 year ago
  • rotation='vertical' replaced for 45 for matplotlib

1.6.0

1 year ago
  • 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!

1.5.5

1 year ago
  • updated default colors in plot
  • xlabel and ylabel can be specified for plot

1.5.4

1 year ago
  • Do not show pdf in case pdf_properties=None