Skip to content

Commit

Permalink
v0.8.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewReid854 committed Apr 17, 2022
1 parent a7d385c commit a022c81
Show file tree
Hide file tree
Showing 7 changed files with 990 additions and 785 deletions.
15 changes: 15 additions & 0 deletions docs/Changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,21 @@
Changelog
---------

**Version: 0.8.3 --- Released: 17 Apr 2022**
''''''''''''''''''''''''''''''''''''''''''''

**Summary of changes**

This is bugfix release to deal with a minor bug.

**Bug Fixes**

- When a distribution was fitted and the defaults for CI and CI_type were overridden, these new values should have been inherited by the distribution object. They were not causing the probability plot to always show confidence intervals with CI=0.95 and CI_type='time'. This has been resolved so that the probability plot will use the values for CI and CI_type that the user specifies and the distribution object returned with the results will also inherit these values as defaults. The distribution object can still be used with any CI and CI_type but the defaults are now those which have been inherited from the values given to the fitter. This bug affected the plots generated by all fitters which display confidence intervals.

**Other**

- Fixed a deprecation in pandas associated with df.append being replaced with pd.concat.

**Version: 0.8.2 --- Released: 23 Mar 2022**
''''''''''''''''''''''''''''''''''''''''''''

Expand Down

0 comments on commit a022c81

Please sign in to comment.