Skip to content

0.4.1

Latest
Compare
Choose a tag to compare
@jonathanberthias jonathanberthias released this 25 Oct 19:29
· 1 commit to master since this release

0.4.1

New features

  • The Distribution.fit method accepts a scipy_args dictionary which is
    passed to scipy's minimize function.
  • The confidence interval computed by the profiler now uses root finding to
    find the bounds where the likelihood ratio test starts failing. This means
    confidence intervals can only be computed for the distribution's parameters.
  • Upper bounds on dependencies were removed, improving compatibility with
    recent versions.