Skip to content

2.0.1

Latest
Compare
Choose a tag to compare
@dfsnow dfsnow released this 27 Nov 20:11
· 4 commits to main since this release
07d23c7

Important

This release contains a major bugfix for the prb() function. Previous versions of this function (back to AssessPy 1.0.0) returned incorrect PRB values due to an omitted intercept in the PRB formula. Please update your version of AssessPy to >= 2.0.1.

Changes

  • Fixed missing intercept in the prb() formula, see #27.
  • Fixed incorrect sampling in _ci functions introduced by #24. See #27.
  • Fixed mis-specified CI alpha tests. See #27.
  • Added additional unit tests based on IAAO data. See #26.