Skip to content

Commit c967ca0

Browse files
authored
Merge pull request statsmodels#8798 from bashtage/v0.14.0-rls
DOC: Add old release notes and draft of 0.14
2 parents ad35f85 + 71b31d3 commit c967ca0

File tree

7 files changed

+1265
-5
lines changed

7 files changed

+1265
-5
lines changed

docs/source/release/index.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ Release Notes
77
.. toctree::
88
:maxdepth: 1
99

10+
version0.14
11+
version0.13.4-5
12+
version0.13.3
13+
version0.13.2
14+
version0.13.1
1015
version0.13.0
1116
version0.12.1
1217
version0.12

docs/source/release/version0.13.1.rst

Lines changed: 98 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,98 @@
1+
:orphan:
2+
3+
==============
4+
Release 0.13.1
5+
==============
6+
7+
Release summary
8+
===============
9+
10+
statsmodels is using github to store the updated documentation. Two version are available:
11+
12+
- `Stable <https://www.statsmodels.org/>`_, the latest release
13+
- `Development <https://www.statsmodels.org/devel/>`_, the latest build of the main branch
14+
15+
**Warning**
16+
17+
API stability is not guaranteed for new features, although even in
18+
this case changes will be made in a backwards compatible way if
19+
possible. The stability of a new feature depends on how much time it
20+
was already in statsmodels main and how much usage it has already
21+
seen. If there are specific known problems or limitations, then they
22+
are mentioned in the docstrings.
23+
24+
Stats
25+
-----
26+
**Issues Closed**: 13
27+
28+
**Pull Requests Merged**: 15
29+
30+
31+
32+
What's new - an overview
33+
========================
34+
This a bug fix and deprecation only release.
35+
36+
37+
``maintenance``
38+
---------------
39+
- Merge pull request #7787 from gmcmacran/loglogDoc (:pr:`7845`)
40+
- Merge pull request #7791 from Wooqo/fix-hw (:pr:`7846`)
41+
- Merge pull request #7795 from bashtage/bug-none-kpss (:pr:`7847`)
42+
- Merge pull request #7801 from bashtage/change-setup (:pr:`7850`)
43+
- Merge pull request #7812 from joaomacalos/zivot-andrews-docs (:pr:`7852`)
44+
- Merge pull request #7799 from bashtage/update-codecov (:pr:`7853`)
45+
- Merge pull request #7820 from rgommers/scipy-imports (:pr:`7854`)
46+
- BACKPORT Merge pull request #7844 from bashtage/future-pandas (:pr:`7855`)
47+
- Merge pull request #7816 from tncowart/unalias_links (:pr:`7857`)
48+
- Merge pull request #7832 from larsoner/dep (:pr:`7858`)
49+
50+
51+
Development summary and credits
52+
===============================
53+
54+
Besides receiving contributions for new and improved features and for bugfixes,
55+
important contributions to general maintenance for this release came from
56+
57+
- Chad Fulton
58+
- Brock Mendel
59+
- Peter Quackenbush
60+
- Kerby Shedden
61+
- Kevin Sheppard
62+
63+
and the general maintainer and code reviewer
64+
65+
- Josef Perktold
66+
67+
Additionally, many users contributed by participation in github issues and
68+
providing feedback.
69+
70+
Thanks to all of the contributors for the 0.13.1 release (based on git log):
71+
72+
- Josef Perktold
73+
- Kevin Sheppard
74+
75+
76+
These lists of names are automatically generated based on git log, and may not
77+
be complete.
78+
79+
Merged Pull Requests
80+
--------------------
81+
82+
The following Pull Requests were merged since the last release:
83+
84+
- :pr:`7845`: BACKPORT: Merge pull request #7787 from gmcmacran/loglogDoc
85+
- :pr:`7846`: BACKPORT: Merge pull request #7791 from Wooqo/fix-hw
86+
- :pr:`7847`: BACKPORT: Merge pull request #7795 from bashtage/bug-none-kpss
87+
- :pr:`7850`: BACKPORT: Merge pull request #7801 from bashtage/change-setup
88+
- :pr:`7852`: BACKPORT: Merge pull request #7812 from joaomacalos/zivot-andrews-docs
89+
- :pr:`7853`: BACKPORT: Merge pull request #7799 from bashtage/update-codecov
90+
- :pr:`7854`: BACKPORT: Merge pull request #7820 from rgommers/scipy-imports
91+
- :pr:`7855`: BACKPORT Merge pull request #7844 from bashtage/future-pandas
92+
- :pr:`7857`: BACKPORT: Merge pull request #7816 from tncowart/unalias_links
93+
- :pr:`7858`: BACKPORT: Merge pull request #7832 from larsoner/dep
94+
- :pr:`7876`: BACKPORT: Merge pull request #7874 from bashtage/scalar-wald
95+
- :pr:`7877`: BACKPORT: Merge pull request #7842 from bashtage/deprecate-cols
96+
- :pr:`7878`: BACKPORT: Merge pull request #7839 from guilhermesilveira/main
97+
- :pr:`7879`: BACKPORT: Merge pull request #7868 from josef-pkt/tst_penalized_convergence
98+
- :pr:`7880`: MAINT: Update pyproject for 3.10

docs/source/release/version0.13.2.rst

Lines changed: 136 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,136 @@
1+
:orphan:
2+
3+
==============
4+
Release 0.13.2
5+
==============
6+
7+
Release summary
8+
===============
9+
10+
statsmodels is using github to store the updated documentation. Two version are available:
11+
12+
- `Stable <https://www.statsmodels.org/>`_, the latest release
13+
- `Development <https://www.statsmodels.org/devel/>`_, the latest build of the main branch
14+
15+
**Warning**
16+
17+
API stability is not guaranteed for new features, although even in
18+
this case changes will be made in a backwards compatible way if
19+
possible. The stability of a new feature depends on how much time it
20+
was already in statsmodels main and how much usage it has already
21+
seen. If there are specific known problems or limitations, then they
22+
are mentioned in the docstrings.
23+
24+
Stats
25+
-----
26+
**Issues Closed**: 61
27+
28+
**Pull Requests Merged**: 35
29+
30+
31+
What's new - an overview
32+
========================
33+
This a bug fix and deprecation only release.
34+
35+
Submodules
36+
----------
37+
38+
``backport maintenance/0.13.x``
39+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
40+
- [maintenance/0.13.x] Merge pull request #7991 from ChadFulton/ss-exp-smth-seasonals (:pr:`8062`)
41+
42+
43+
44+
``maintenance``
45+
~~~~~~~~~~~~~~~
46+
- [maintenance/0.13.x] Merge pull request #7989 from bashtage/try-oldest-supported-numpy (:pr:`8054`)
47+
- [maintenance/0.13.x] Merge pull request #7906 from bashtage/reverse-seasonal (:pr:`8055`)
48+
- [maintenance/0.13.x] Merge pull request #7939 from bashtage/test-pandas-compat (:pr:`8058`)
49+
- [maintenance/0.13.x] Merge pull request #8000 from bashtage/unsigned-int-comparrison (:pr:`8064`)
50+
- [maintenance/0.13.x] Merge pull request #8003 from pkaf/ets-loglike-doc (:pr:`8065`)
51+
- [maintenance/0.13.x] Merge pull request #8007 from rambam613/patch-1 (:pr:`8066`)
52+
- [maintenance/0.13.x] Merge pull request #8015 from ChadFulton/ss-docs (:pr:`8068`)
53+
- [maintenance/0.13.x] Merge pull request #8023 from MichaelChirico/patch-1 (:pr:`8069`)
54+
- [maintenance/0.13.x] Merge pull request #8026 from wirkuttis/bugfix_statstools (:pr:`8070`)
55+
- [maintenance/0.13.x] Merge pull request #8047 from bashtage/fix-lowess-8046 (:pr:`8073`)
56+
- Correct upstream target (:pr:`8074`)
57+
- [maintenance/0.13.x] Merge pull request #7916 from zprobs/main (:pr:`8075`)
58+
- [maintenance/0.13.x] Merge pull request #8037 from bashtage/future-pandas (:pr:`8077`)
59+
- [maintenance/0.13.x] Merge pull request #8004 from bashtage/doc-slim (:pr:`8079`)
60+
- [maintenance/0.13.x] Merge pull request #7946 from bashtage/remove-looseversion (:pr:`8082`)
61+
- Cleanup CI (:pr:`8083`)
62+
- [maintenance/0.13.x] Merge pull request #7950 from bashtage/cond-number (:pr:`8084`)
63+
- Correct backport errors (:pr:`8085`)
64+
- Correct small future issues (:pr:`8089`)
65+
- Correct setup for oldest supported (:pr:`8092`)
66+
67+
68+
Development summary and credits
69+
===============================
70+
71+
Besides receiving contributions for new and improved features and for bugfixes,
72+
important contributions to general maintenance for this release came from
73+
74+
- Chad Fulton
75+
- Brock Mendel
76+
- Peter Quackenbush
77+
- Kerby Shedden
78+
- Kevin Sheppard
79+
80+
and the general maintainer and code reviewer
81+
82+
- Josef Perktold
83+
84+
Additionally, many users contributed by participation in github issues and
85+
providing feedback.
86+
87+
Thanks to all of the contributors for the 0.13.2 release (based on git log):
88+
89+
- Chad Fulton
90+
- Josef Perktold
91+
- Kevin Sheppard
92+
93+
94+
These lists of names are automatically generated based on git log, and may not
95+
be complete.
96+
97+
Merged Pull Requests
98+
--------------------
99+
100+
The following Pull Requests were merged since the last release:
101+
102+
- :pr:`8053`: [maintenance/0.13.x] Merge pull request #8035 from swallan/scipy-studentized-range-qcrit-pvalue
103+
- :pr:`8054`: [maintenance/0.13.x] Merge pull request #7989 from bashtage/try-oldest-supported-numpy
104+
- :pr:`8055`: [maintenance/0.13.x] Merge pull request #7906 from bashtage/reverse-seasonal
105+
- :pr:`8056`: [maintenance/0.13.x] Merge pull request #7921 from bashtage/mean-diff-plot
106+
- :pr:`8057`: [maintenance/0.13.x] Merge pull request #7927 from bashtage/enricovara-patch-1
107+
- :pr:`8058`: [maintenance/0.13.x] Merge pull request #7939 from bashtage/test-pandas-compat
108+
- :pr:`8059`: [maintenance/0.13.x] Merge pull request #7954 from bashtage/recursive-ls-heading
109+
- :pr:`8060`: [maintenance/0.13.x] Merge pull request #7969 from bashtage/hw-wrong-param
110+
- :pr:`8061`: [maintenance/0.13.x] Merge pull request #7988 from bashtage/relax-tol-var-test
111+
- :pr:`8062`: [maintenance/0.13.x] Merge pull request #7991 from ChadFulton/ss-exp-smth-seasonals
112+
- :pr:`8063`: [maintenance/0.13.x] Merge pull request #7995 from bashtage/remove-aliasing
113+
- :pr:`8064`: [maintenance/0.13.x] Merge pull request #8000 from bashtage/unsigned-int-comparrison
114+
- :pr:`8065`: [maintenance/0.13.x] Merge pull request #8003 from pkaf/ets-loglike-doc
115+
- :pr:`8066`: [maintenance/0.13.x] Merge pull request #8007 from rambam613/patch-1
116+
- :pr:`8068`: [maintenance/0.13.x] Merge pull request #8015 from ChadFulton/ss-docs
117+
- :pr:`8069`: [maintenance/0.13.x] Merge pull request #8023 from MichaelChirico/patch-1
118+
- :pr:`8070`: [maintenance/0.13.x] Merge pull request #8026 from wirkuttis/bugfix_statstools
119+
- :pr:`8072`: [maintenance/0.13.x] Merge pull request #8042 from bashtage/pin-numpydoc
120+
- :pr:`8073`: [maintenance/0.13.x] Merge pull request #8047 from bashtage/fix-lowess-8046
121+
- :pr:`8074`: MAINT: Correct upstream target
122+
- :pr:`8075`: [maintenance/0.13.x] Merge pull request #7916 from zprobs/main
123+
- :pr:`8077`: [maintenance/0.13.x] Merge pull request #8037 from bashtage/future-pandas
124+
- :pr:`8078`: [maintenance/0.13.x] Merge pull request #8005 from bashtage/mle-results-doc
125+
- :pr:`8079`: [maintenance/0.13.x] Merge pull request #8004 from bashtage/doc-slim
126+
- :pr:`8080`: [maintenance/0.13.x] Merge pull request #7875 from ZachariahPang/Fix-wrong-order-datapoints
127+
- :pr:`8081`: [maintenance/0.13.x] Merge pull request #7940 from bashtage/future-co…
128+
- :pr:`8082`: [maintenance/0.13.x] Merge pull request #7946 from bashtage/remove-looseversion
129+
- :pr:`8083`: MAINT: Cleanup CI
130+
- :pr:`8084`: [maintenance/0.13.x] Merge pull request #7950 from bashtage/cond-number
131+
- :pr:`8085`: MAINT: Correct backport errors
132+
- :pr:`8088`: MAINT: Stop using conda temporarily
133+
- :pr:`8089`: MAINT: Correct small future issues
134+
- :pr:`8092`: MAINT: Correct setup for oldest supported
135+
- :pr:`8096`: [maintenance/0.13.x] Merge pull request #8093 from josef-pkt/bug_proportion_pwer_2indep
136+
- :pr:`8097`: [maintenance/0.13.x] Merge pull request #8086 from xjcl/patch-1

docs/source/release/version0.13.3.rst

Lines changed: 86 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,86 @@
1+
:orphan:
2+
3+
==============
4+
Release 0.13.3
5+
==============
6+
7+
Release summary
8+
===============
9+
10+
statsmodels is using github to store the updated documentation. Two version are available:
11+
12+
- `Stable <https://www.statsmodels.org/>`_, the latest release
13+
- `Development <https://www.statsmodels.org/devel/>`_, the latest build of the main branch
14+
15+
**Warning**
16+
17+
API stability is not guaranteed for new features, although even in
18+
this case changes will be made in a backwards compatible way if
19+
possible. The stability of a new feature depends on how much time it
20+
was already in statsmodels main and how much usage it has already
21+
seen. If there are specific known problems or limitations, then they
22+
are mentioned in the docstrings.
23+
24+
Stats
25+
-----
26+
**Issues Closed**: 79
27+
28+
**Pull Requests Merged**: 7
29+
30+
31+
The Highlights
32+
==============
33+
This is a Python 3.11 compatability release only. There are no significant
34+
new features or bug fixes.
35+
36+
Submodules
37+
----------
38+
39+
``maintenance``
40+
~~~~~~~~~~~~~~~
41+
- Backport Python 3.11 to 0.13.x branch (:pr:`8484`)
42+
43+
Development summary and credits
44+
===============================
45+
46+
Besides receiving contributions for new and improved features and for bugfixes,
47+
important contributions to general maintenance for this release came from
48+
49+
- Chad Fulton
50+
- Brock Mendel
51+
- Peter Quackenbush
52+
- Kerby Shedden
53+
- Kevin Sheppard
54+
55+
and the general maintainer and code reviewer
56+
57+
- Josef Perktold
58+
59+
Additionally, many users contributed by participation in github issues and
60+
providing feedback.
61+
62+
Thanks to all of the contributors for the 0.13.3 release (based on git log):
63+
64+
- Ewout Ter Hoeven
65+
- Kevin Sheppard
66+
67+
68+
These lists of names are automatically generated based on git log, and may not
69+
be complete.
70+
71+
Merged Pull Requests
72+
--------------------
73+
74+
The following Pull Requests were merged since the last release:
75+
76+
- :pr:`8470`: TST: Relax tolerance on tests that marginally fail
77+
- :pr:`8473`: MAINT: Future fixes for 0.13
78+
- :pr:`8474`: MAINT: Try to fix object issue
79+
- :pr:`8479`: MAINT: Update doc build instructions
80+
- :pr:`8480`: MAINT: Update doc build instructions
81+
- :pr:`8483`: DOC: Fix warnings
82+
- :pr:`8484`: MAINT: Backport Python 3.11 to 0.13.x branch
83+
- :pr:`8485`: DOC: Add release note for 0.13.3
84+
- :pr:`8489`: MAINT: Set some Pins
85+
- :pr:`8491`: MAINT: Refine pins
86+
- :pr:`8493`: DOC: Final 0.13.3 docs
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
:orphan:
2+
3+
==============
4+
Release 0.13.4
5+
==============
6+
7+
Release summary
8+
===============
9+
10+
This release fixes a packaging issue with the 0.13.3 release. There are no other changes.
11+
12+
==============
13+
Release 0.13.5
14+
==============
15+
16+
Release summary
17+
===============
18+
19+
This release fixes a packaging issue with the 0.13.4 release. There are no other changes.

0 commit comments

Comments
 (0)