Skip to content

chainladder 0.8.6

Compare
Choose a tag to compare
@jbogaardt jbogaardt released this 18 Aug 13:03
· 681 commits to master since this release

Ehancements

  • @kennethshsu improved heatmap shading
  • Support for numpy reductions, e.g. np.sum(cl.load_sample('raa'))
  • @kennethshsu further improved tutorials

Bug fixes

  • #186 Fix bug that disallowed instantiating a full triangles
  • #180 Fix bug that mutated original DataFrame when instantiating Triangle
  • #182 Eliminate new deprecations warnings from pandas>=1.3
  • #183 Better alignment with pandas on index broadcasting
  • #179 Fixed nan befavior on val_to_dev
  • implement TriangleGroupby.__getitem__ to support column selection on groupby operations to align with pandas, e.g. cl.load_sample('clrd').groupby('LOB')['CumPaidLoss']