Skip to content

Releases: erdogant/distfit

1.8.0

17 May 11:20
Compare
Choose a tag to compare
  • Parallel computing added into distfit #49
  • [Docs and examples

Thanks to the contributions of @KrystofS and @maxmekiska

v1.7.3

08 Dec 19:43
Compare
Choose a tag to compare
  • Issue #46
  • The width of the bar chart is now adjustable using the bar properties: dfit.plot(bar_properties={'width':10})

v1.7.2

02 Dec 12:45
Compare
Choose a tag to compare
  • 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

24 Oct 18:39
Compare
Choose a tag to compare
  • Bug fix by changing typo in gilbrat into gibrat #43

v1.7.0

19 Oct 20:45
Compare
Choose a tag to compare
  • 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

30 Sep 18:44
Compare
Choose a tag to compare
  • Fix for logging. It should print [distfit] to screen again.

v1.6.11

05 Aug 09:39
Compare
Choose a tag to compare
  • Set todf=True by default when using predict

v1.6.10

24 Mar 12:29
Compare
Choose a tag to compare
  • Improved the lineplot by adding distribution
  • Update docstrings

v1.6.9

14 Mar 21:36
408d6f6
Compare
Choose a tag to compare
  • bugfix for bootstrap
  • 'pdf' lowered in documentation and input parameter
  • some code cleaning

v1.6.8

08 Mar 17:53
Compare
Choose a tag to compare
  • bug fix in lineplot
  • update in handler