Commit Graph

19 Commits

Author SHA1 Message Date
Adrin Jalali 2bd87f6ed8 Remove python < 3.5 from CI (#12746) 2018-12-14 10:53:12 +01:00
Thomas Moreau d25da1be20 FIX make joblib utils private, and remove mentions of externals.joblib (#12345) 2018-11-20 10:53:52 +11:00
Joel Nothman d0e99db0a2 TST don't test utils.fixes docstrings (#12576) 2018-11-13 16:25:11 +01:00
Roman Yurchak b91cbda20d [MRG] MNT Re-enable PyPy CI (#12039) 2018-09-18 23:09:07 +02:00
Nicolas Hug 72b2ed9ee1 DOC Added docstring checks for dataset module (#11407) 2018-07-24 10:57:13 +10:00
Nicolas Hug 6d15840432 DOC Fixed doc issues for utils module (#11445) 2018-07-22 15:23:11 +10:00
Ronan Lamy 5592a2eda9 [MRG] PyPy support for all but a couple of estimators (#11010) 2018-07-20 14:39:53 +10:00
Nicolas Hug 813d7de9b4 DOC Added docstring checks for feature_selection, kernel_approximation and neighbors modules (#11421) 2018-07-20 08:24:39 +10:00
Olivier Grisel b30e1cd4d0 Ignore DeprecationWarning in test_docstring_parameters caused by numpydoc on Python 3.7 2018-07-18 00:38:11 +02:00
Nicolas Hug 671fe79a5d [MRG] Added docstring checks for ensemble module (#11418)
* Added docstring checks for ensemble module
2018-07-17 17:02:43 +02:00
Nicolas Hug e860fd2d12 DOC parameters for gaussian_process and linear_model modules (#11415) 2018-07-15 16:06:05 +10:00
Nicolas Hug 175bedbba1 DOC Fixed doc issues for decomposition and feature_extraction modules (#11413) 2018-07-04 21:34:55 +08:00
Nicolas Hug 69e10b53a6 DOC Added docstring checks for manifold, metrics and discriminant analysis modules (#11416) 2018-07-04 09:52:48 +08:00
Nicolas Hug 357c05ce80 DOC/TST Docstring checks for svm and covariance modules (#11405) 2018-07-03 12:32:52 +10:00
Andreas Mueller 958a7cd769 add "docstring error" to docstring error message for context (#9651) 2017-08-31 00:06:46 +03:00
Joel Nothman 00c0f7b47c FIX Insert missing comma 2017-08-02 12:33:58 +10:00
Andreas Mueller 030f8b21f1 [MRG+1] add docstring tests to a travis entry that actually runs tests (#9363)
* add docstring tests to a travis entry that actually runs tests

* show skipped tests

* better test skipping messages

* use path in walk_packages so we can run the tests from anywhere.
Also try to do better tests for private packages.

* Ensure all submodule classes and functions are tested

* Reverse the for loop nesting to avoid copying

* skip abstract methods, skip setup.configure, skip a lot more that I don't want to fix.

* unused import

* move neighbors up from deprecated to just not covered.
2017-08-02 08:33:17 +10:00
Clement Joudet d830c90c9b [MRG+1] Docstring parameters improvements for cross_decomposition and discriminant_analysis (#9392)
* Fixing cross_decomposition docstring parameters

* Fixing discriminant analysis docstring parameters

* Fixing indentation and improving error message

* Fixing docstring inconsistency

* Fixing capitalised parameter

* Removing semantics from type specification

* Moving attributes to parameters

* Fixing typo

* Fixing syntax for pep8
2017-07-20 09:01:11 +10:00
(Venkat) Raghav, Rajagopalan b6f8865b0a [MRG + 1 (rv) + 1 (alex) + 1] Add a check to test the docstring params and their order (#9206)
* add automatic test of docstrings for function / method signatures using numpydoc
2017-07-11 18:42:10 +02:00