Distfit Versions Save

distfit is a python library for probability density fitting.

1.8.0

2 days ago
  • Parallel computing added into distfit #49
  • [Docs and examples

Thanks to the contributions of @KrystofS and @maxmekiska

1.7.3

5 months ago
  • Issue #46
  • The width of the bar chart is now adjustable using the bar properties: dfit.plot(bar_properties={'width':10})

1.7.2

5 months ago
  • 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

6 months ago
  • Bug fix by changing typo in gilbrat into gibrat #43

1.7.0

6 months ago
  • 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

7 months ago
  • Fix for logging. It should print [distfit] to screen again.

1.6.11

9 months ago
  • Set todf=True by default when using predict

1.6.10

1 year ago
  • Improved the lineplot by adding distribution
  • Update docstrings

1.6.9

1 year ago
  • bugfix for bootstrap
  • 'pdf' lowered in documentation and input parameter
  • some code cleaning

1.6.8

1 year ago
  • bug fix in lineplot
  • update in handler