Release 4.12
- 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
andSkewStudent.partial_moment
. - Fixed a bug that produced an OverflowError when a time series has no variance.