Skip to content

Release 4.12

Compare
Choose a tag to compare
@bashtage bashtage released this 03 Feb 15:29
aefbf1d
  • Added typing support to all classes, functions, and methods.
  • Fixed an issue that caused tests to fail on SciPy 1.4+.
  • Dropped support for Python 3.5 inline with NEP 29.
  • Added methods to compute moment and lower partial moments for standardized
    residuals. See, for example, SkewStudent.moment and SkewStudent.partial_moment.
  • Fixed a bug that produced an OverflowError when a time series has no variance.