Package: statsmodels / 0.4.2-1.2

Metadata

Package Version Patches format
statsmodels 0.4.2-1.2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
sphinx ipython.patch | (download)

docs/source/conf.py | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 fix building of docs
 See https://github.com/matplotlib/matplotlib/issues/2967 for more info.


testsuite fixes.patch | (download)

statsmodels/discrete/tests/test_discrete.py | 1 1 + 0 - 0 !
statsmodels/sandbox/distributions/extras.py | 2 1 + 1 - 0 !
statsmodels/sandbox/distributions/tests/testtransf.py | 4 2 + 2 - 0 !
statsmodels/sandbox/tests/test_gam.py | 3 2 + 1 - 0 !
statsmodels/tools/tools.py | 2 1 + 1 - 0 !
statsmodels/tsa/base/tests/test_datetools.py | 4 3 + 1 - 0 !
statsmodels/tsa/filters/tests/test_filters.py | 3 3 + 0 - 0 !
statsmodels/tsa/vector_ar/tests/test_svar.py | 2 2 + 0 - 0 !
statsmodels/tsa/vector_ar/tests/test_var.py | 1 1 + 0 - 0 !
9 files changed, 16 insertions(+), 6 deletions(-)

 fix various testsuite problems
 The testsuite depends on version-specific functionality
 of various dependencies like numpy or scipy. This patch fixes
 problems caused by versions in jessie release of these dependencies.
 .
 statsmodels/tools/tools.py:
   => unexisting attribute in numpy object
 statsmodels/sandbox/distributions/tests/testtransf.py:
 statsmodels/tsa/filters/tests/test_filters.py:
   => scipy interface incompatibilities
 statsmodels/tsa/base/tests/test_datetools.py:
   => DateRange class is not present in jessie pandas
 statsmodels/sandbox/distributions/extras.py:
   => a mistake fixed in newer releases of statsmodels
 statsmodels/sandbox/tests/test_gam.py:
   => incompatible scipy interface for rvs method
 statsmodels/discrete/tests/test_discrete.py: