Skip to content

Commit

Permalink
DOC: Finalize changes for 4.12 release
Browse files Browse the repository at this point in the history
Finish change log for release
  • Loading branch information
bashtage committed Feb 3, 2020
1 parent 8ccceb1 commit bf242f1
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions doc/source/changes/4.0.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,17 @@
Version 4
=========

Since 4.11
==========
Release 4.12
============
- Added typing support to all classes, functions and methods (:issue:`338`,
:issue:`341`, :issue:`342`, :issue:`343`, :issue:`345`, :issue:`346`).
- Fixed an issue that caused tests to fail on SciPy 1.4+ (:issue:`339`).
- Dropped support for Python 3.5 inline with NEP 29 (:issue:`334`).
- Added methods to compute moment and lower partial moments for standardized residuals. See,
for example, :func:`~arch.univariate.SkewStudent.moment` and
- Added methods to compute moment and lower partial moments for standardized
residuals. See, for example, :func:`~arch.univariate.SkewStudent.moment` and
:func:`~arch.univariate.SkewStudent.partial_moment` (:issue:`329`).
- Fixed a bug that produced an OverflowError when a time series has no variance (:issue:`331`).
- Fixed a bug that produced an OverflowError when a time series has no
variance (:issue:`331`).

Release 4.11
============
Expand Down

0 comments on commit bf242f1

Please sign in to comment.