chainladder 0.6.0
Enhancements
- Added
TailBondy
method - Propagate
std_err_
andsigma_
on determinsitic tails in line with Mack for better compatibility withMackChainladder
- Improved consistency between
to_frame
and__repr__
for 2D triangles.
Bug Fixes
- Fixed a bug where the latest origin period was dropped from
Triangle
initialization when sure data was present - resolves #69 where
datetime
was being mishandled when ingested intoTriangle
.