File: version0.10.1.rst

package info (click to toggle)
statsmodels 0.14.4%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 49,848 kB
  • sloc: python: 253,316; f90: 612; sh: 560; javascript: 337; asm: 156; makefile: 132; ansic: 16; xml: 9
file content (49 lines) | stat: -rw-r--r-- 1,555 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
:orphan:

==============
Release 0.10.1
==============

Release summary
===============
This is a bug fix-only release

Development summary and credits
===============================

Besides receiving contributions for new and improved features and for bugfixes,
important contributions to general maintenance for this release came from

* Chad Fulton
* Brock Mendel
* Peter Quackenbush
* Kerby Shedden
* Kevin Sheppard

and the general maintainer and code reviewer

* Josef Perktold

These lists of names are automatically generated based on git log, and may not
be complete.

Merged Pull Requests
--------------------

The following Pull Requests were merged since the last release:

* :pr:`5784`: MAINT: implement parts of #5220, deprecate ancient aliases
* :pr:`5892`: BUG: fix pandas compat
* :pr:`5893`: BUG: exponential smoothing - damped trend gives incorrect param, predictions
* :pr:`5895`: DOC: improvements to BayesMixedGLM docs, argument checking
* :pr:`5897`: MAINT: Use pytest.raises to check error message
* :pr:`5903`: BUG: Fix kwargs update bug in linear model fit_regularized
* :pr:`5917`: BUG: TVTP for Markov regression
* :pr:`5921`: BUG: Ensure exponential smoothers has continuous double data
* :pr:`5930`: BUG: Limit lags in KPSS
* :pr:`5933`: MAINT: Fix test that fails with positive probability
* :pr:`5935`: CLN: port parts of #5220
* :pr:`5940`: MAINT: Fix linting failures
* :pr:`5944`: BUG: Restore ResettableCache
* :pr:`5951`: BUG: Fix mosaic plot with missing category
* :pr:`5971`: BUG: Fix a future issue in ExpSmooth