Skip to content

Commit 947a385

Browse files
committed
release notes
1 parent 7ab164e commit 947a385

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

docs/library/releases.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,21 @@
11
# Releases
22
## Version 0.8
33

4+
### Version 0.8.13
5+
Release Date: Jun 27, 2022
6+
7+
### Bug Fixes:
8+
* [\#270](https://github.com/casact/chainladder-python/issues/270) Fixed an issue affecting triangle instantiation
9+
* [\#251](https://github.com/casact/chainladder-python/issues/251) Fixed a bug in `predict` method that failed to honor development ages appropriatly
10+
* [\#274](https://github.com/casact/chainladder-python/issues/274) Addressed a pandas deprecation notice in the `heatmap` method.
11+
* [\#258](https://github.com/casact/chainladder-python/issues/258) Addressed silent error when predicting on a Triangle that is larger than the underlying model.
12+
* [\#288](https://github.com/casact/chainladder-python/issues/288) Addressed Bug in `to_frame` method
13+
* [\#283](https://github.com/casact/chainladder-python/issues/283) Addressed Bug in the calculation of LDFs in `CaseOutstanding`
14+
15+
### Enhancements
16+
* [\#293](https://github.com/casact/chainladder-python/issues/293) Expanded functionality `drop_high` and `drop_low` arguments of `Development` estimator.
17+
* [\#298, #299, #304, #305, #308](https://github.com/casact/chainladder-python/issues/298) Documentation clean-up.
18+
419
### Version 0.8.12
520
Release Date: Mar 8, 2022
621

0 commit comments

Comments
 (0)