Chainladder Python Versions Save

Actuarial reserving in Python

v0.8.19

1 month ago

What's Changed

Full Changelog: https://github.com/casact/chainladder-python/compare/v0.8.18...v0.8.19

v0.8.18

8 months ago

Minor release with a ew bug fixes.

Bug fixes

  • #456 Fix trailing argument in grain method
  • #463 Fix bug in sigma_ weight of Development estimator. Previous algorithm did not honor link ratio exlcusions.
  • #446 Addressed scipy solver changes

v0.8.17

11 months ago

Bump of 0.8.16

v0.8.16

11 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/casact/chainladder-python/compare/v0.8.15...v0.8.16

v0.8.15

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/casact/chainladder-python/compare/v0.8.14...v0.8.15

v0.8.14

1 year ago

New Contributors

A big thank you to our new contributors this release

Bug Fixes

Documentation

Enhancements

Full Changelog: https://github.com/casact/chainladder-python/compare/v0.8.13...v0.8.14

v0.8.13

1 year ago

The majority of this release was written by @kennethshsu and contains a first-time contribution from @genedan. Thank you!

Bug Fixes:

  • #270 Fixed an issue affecting triangle instantiation
  • #251 Fixed a bug in predict method that failed to honor development ages appropriatly
  • #274 Addressed a pandas deprecation notice in the heatmap method.
  • #258 Addressed silent error when predicting on a Triangle that is larger than the underlying model.
  • #288 Addressed Bug in to_frame method
  • #283 Addressed Bug in the calculation of LDFs in CaseOutstanding

Enhancements

  • #293 Expanded functionality drop_high and drop_low arguments of Development estimator.
  • #298, #299, #304, #305, #308 Documentation clean-up.

v0.8.12

2 years ago

Bug Fixes:

  • #254 Fixed an undesired mutation when using cl.concat
  • #257 to_frame bug fix on empty triangles
  • #248 to_frame bug and deprecation notice in origin_as_datetime argument.
  • #250 Bug fix in triangle initialization
  • #258 Addressed silent error when predicting on a Triangle that is larger than the underlying model.
  • #261 Addressed a pandas>1.4.0 bug

Enhancements

Introduced ExpectedLoss method

  • #242 Added threshold based dropping of link ratios to Development estimator
  • #158 Triangles can now be instantiated with only one data point.
  • #250 python 3.10 support
  • #260 fillna method added to Triangle class that supports filling with constants or other Triangles.
  • Support for 'H' or 'S' when using half year grain

v0.8.11-beta

2 years ago