Skip to content

Commit

Permalink
updating changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewReid854 committed Apr 23, 2023
1 parent a62c104 commit b4a0ac1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/Changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
Changelog
---------

**Version: 0.8.9 --- Not yet released**
'''''''''''''''''''''''''''''''''''''''
**Version: 0.8.9 --- Released: 23 Apr 2023**
''''''''''''''''''''''''''''''''''''''''''''

**Summary of changes**

Expand All @@ -15,7 +15,7 @@ This is a bugfix release.
**Bug Fixes**

- There was a bug in Competing Risks and Mixture Models which occurred when the PDF or HF had an asymptote, resulting in an error from matplotlib. Values that are almost inf have been capped to 1e100 to prevent overflow in matplotlib.
- A change to the python core across mutliple versions resulted in key value pairs from iterators returning the key as a tuple rather than an int. This only affected ALT Fitters and caused all of them to fail. The int key is now extracted from the key tuple to resolve this bug.
- A change to the python core across mutliple versions resulted in key value pairs from iterators returning the key as a tuple rather than a float. This only affected ALT Fitters and caused all of them to fail. Within Utils the key float is now extracted from the key tuple to resolve this bug.

**Other**

Expand Down

0 comments on commit b4a0ac1

Please sign in to comment.