* added Deprecation Warnings to DPGMM and VBGMM classes and other functions * modified/added functions test_digamma, test_gammaln, test_log_normalize to check for DeprecationWarning * added functions to test for Deprecated Warnings for wishart_log_det, wishart_logz * updated test_log_normalize function * fixed spelling in DeprecationWarning for class DPGMM and added DeprecationWarning tests test_DPGMM_deprecation, test_VBGMM_deprecation * added blank lines near inserted DeprecatedWarnings to conform to pep8 * added blank lines and deleted trailing whitespace for pep8 * removed 'import warnings' since not used * changed wording of DeprecationWarnings for style and/or recommend alternate functions * fixed spelling error in warning for gammaln * suppress DecprecationWarnings for two functions * fixed ignore_warnings function usage * added more @ignore_warnings(DeprecationWarning) * temporary commit to check nosetests on travis * TST suppresses more DeprecatedWarnings addresses GH6998 VBGMM and DPGMM deprecation * CLN fixes whitespace for pep8 in test_gmm.py and test_dpgmm.py for GH6998 * TST uncommented some code I had commented some code for debugging purposes and had forgotten to uncomment it. Now it is uncommented again. |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| test_dpgmm.py | ||
| test_gaussian_mixture.py | ||
| test_gmm.py | ||