Skip to content

Commit 484ea2d

Browse files
committed
prep 0.8.11 release
1 parent 7b6ea51 commit 484ea2d

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

docs/library/releases.md

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

4+
### Version 0.8.11
5+
Release Date: Mar 7, 2022
6+
7+
### Bug Fixes:
8+
* [\#254](https://github.com/casact/chainladder-python/issues/254) Fixed an undesired mutation when using cl.concat
9+
* [\#257](https://github.com/casact/chainladder-python/issues/257) to_frame bug fix on empty triangles
10+
* [\#248](https://github.com/casact/chainladder-python/issues/248) to_frame bug and deprecation notice in origin_as_datetime argument.
11+
* [\#250](https://github.com/casact/chainladder-python/issues/250) Bug fix in triangle initialization
12+
* [\#258](https://github.com/casact/chainladder-python/issues/258) Addressed silent error when predicting on a Triangle that is larger than the underlying model.
13+
* [\#261](https://github.com/casact/chainladder-python/issues/261) Addressed a pandas>1.4.0 bug
14+
15+
### Enhancements
16+
Introduced ExpectedLoss method
17+
* [\#242](https://github.com/casact/chainladder-python/issues/242) Added threshold based dropping of link ratios to Development estimator
18+
* [\#158](https://github.com/casact/chainladder-python/issues/158) Triangles can now be instantiated with only one data point.
19+
* [\#250](https://github.com/casact/chainladder-python/issues/250) python 3.10 support
20+
* [\#260](https://github.com/casact/chainladder-python/issues/260) fillna method added to Triangle class that supports filling with constants or other Triangles.
21+
422
### Version 0.8.10
523
Release Date: Dec 4, 2021
624

0 commit comments

Comments
 (0)