You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/library/releases.md
+18Lines changed: 18 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,24 @@
1
1
# Releases
2
2
## Version 0.8
3
3
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.
0 commit comments