Skip to content

Commit

Permalink
Merge pull request #7303 from ChadFulton/rls-note
Browse files Browse the repository at this point in the history
DOC: Minor updates to v0.12.2 release notes
  • Loading branch information
ChadFulton committed Feb 2, 2021
2 parents 8ee9cae + 3290e48 commit cce93db
Showing 1 changed file with 17 additions and 29 deletions.
46 changes: 17 additions & 29 deletions docs/source/release/version0.12.2.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,49 +7,37 @@ Release 0.12.2
Release summary
===============

statsmodels is using github to store the updated documentation. Two version are available:
Statsmodels 0.12.2 is a bug-fix release with no new features
compared to 0.12.1. Notable changes include fixes for a bug that could lead
to incorrect results in forecasts with the new ARIMA model (when `d > 0` and
`trend='t'`) and a bug in the LM test for autocorrelation.

- `Stable <https://www.statsmodels.org/>`_, the latest release
- `Development <https://www.statsmodels.org/devel/>`_, the latest build of the master branch
Documentation
-------------

**Warning**
Documentation for the current release and for ongoing development are available at:

API stability is not guaranteed for new features, although even in
this case changes will be made in a backwards compatible way if
possible. The stability of a new feature depends on how much time it
was already in statsmodels master and how much usage it has already
seen. If there are specific known problems or limitations, then they
are mentioned in the docstrings.
- `Stable <https://www.statsmodels.org/>`_, the latest release
- `Development <https://www.statsmodels.org/devel/>`_, the latest build of the master branch

Stats
-----
**Issues Closed**: 42

**Pull Requests Merged**: 4


The Highlights
==============
This is a bug fix release that improves future compatibility.


bug-wrong
---------

A new issue label `type-bug-wrong` indicates bugs that cause that incorrect
numbers are returned without warnings.
(Regular bugs are mostly usability bugs or bugs that raise an exception for
unsupported use cases.)
`see tagged issues <https://github.com/statsmodels/statsmodels/issues?q=is%3Aissue+label%3Atype-bug-wrong+is%3Aclosed+milestone%3A0.12/>`_


Major Bugs Fixed
================

See github issues for a list of bug fixes included in this release
The primary bugs fixed include:

- :pr:`7250`: Bug in forecasting with new ARIMA model when `d > 0` and `trend='t'`.
- :pr:`7259`: Bug in LM test for autocorrelation

See github issues for a list of all bug fixes included in this release

- `Closed bugs <https://github.com/statsmodels/statsmodels/pulls?utf8=%E2%9C%93&q=is%3Apr+is%3Amerged+milestone%3A0.12+label%3Atype-bug/>`_
- `Closed bugs (wrong result) <https://github.com/statsmodels/statsmodels/pulls?q=is%3Apr+is%3Amerged+milestone%3A0.12+label%3Atype-bug-wrong/>`_
- `Closed bugs <https://github.com/statsmodels/statsmodels/pulls?utf8=%E2%9C%93&q=is%3Apr+is%3Amerged+milestone%3A0.12.2+label%3Atype-bug/>`_
- `Closed bugs (wrong result) <https://github.com/statsmodels/statsmodels/pulls?q=is%3Apr+is%3Amerged+milestone%3A0.12.2+label%3Atype-bug-wrong/>`_


Development summary and credits
Expand Down

0 comments on commit cce93db

Please sign in to comment.