Skip to content

v2.6.0

Choose a tag to compare

@markrogoyski markrogoyski released this 10 Apr 05:52
· 130 commits to master since this release

v2.6.0 - 2022-04-10

Improvements

  • Average::truncatedMean behavior at 50% trim made consistent
  • PHP 8.1 compatibility improvements

Backwards Incompatible Changes

  • Average::truncatedMean throws exception if trim percent greater than 50% rather than error or unpredictable results.