Package Release Info

python-statsmodels-0.10.2-bp152.1.5

Update Info: Base Release
Available in Package Hub : 15 SP2

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

python2-statsmodels
python3-statsmodels

Change Logs

* Sun Nov 24 2019 Arun Persaud <arun@gmx.de>
- update to version 0.10.2:
  * This is a bug release and adds compatibility with Python 3.8.
* Mon Jul 29 2019 Bernhard Wiedemann <bwiedemann@suse.com>
- Stop packaging unreproducible .pyc files
* Mon Jul 22 2019 Todd R <toddrme2178@gmail.com>
- Update to 0.10.1
  * Bugfix release
- Update to 0.10.0
  Highlights:
  * Generalized Additive Models
  * Conditional Models
  * Dimension Reduction Methods
  * Regression using Quadratic Inference Functions (QIF)
  * Gaussian Process Regression
  * Burg's Method
  * Time series Tools
  * Knockoff effect estimation has been added for a many models
  * Influence functions are available for GLM and generic MLE models:
- Remove upstream-included pandas_to_datetime.patch
* Tue Aug 14 2018 toddrme2178@gmail.com
- Update to 0.9.0
  Highlights:
  * statespace refactoring, Markov Switching Kim smoother
  * Bayesian mixed GLM
  * Gaussian Imputation
  * new multivariate methods: factor analysis, MANOVA, repeated measures within ANOVA
  * GLM var_weights in addition to freq_weights
  * Holt-Winters and Exponential Smoothing
- Add pandas_to_datetime.patch
  to_datetime has been moved in pandas.
  Should be in next release
  From: https://github.com/statsmodels/statsmodels/pull/4640