Adrin Jalali
468c3f4057
MNT replace master with main ( #19237 )
...
* replace master with main
* fix imbalanced-learn
Co-authored-by: Guillaume Lemaitre <g.lemaitre58@gmail.com>
* asv default branch is `master`
Co-authored-by: Jérémie du Boisberranger <34657725+jeremiedbb@users.noreply.github.com>
Co-authored-by: Guillaume Lemaitre <g.lemaitre58@gmail.com>
Co-authored-by: Jérémie du Boisberranger <34657725+jeremiedbb@users.noreply.github.com>
2021-01-22 15:19:48 +01:00
Nicolas Hug
7494da6f52
MNT removed deprecated files generation ( #17132 )
2020-05-25 17:34:17 +02:00
Johann Faouzi
942001a12d
DOC Update contributing guide for flake8-diff ( #16758 )
2020-03-24 11:22:39 -04:00
Thomas J Fan
837d2b5552
BLD Makes linting a dependency for most azure jobs ( #15277 )
2019-11-01 06:51:37 +11:00
Thomas J Fan
dba753a200
API Auto generates deprecation for sklearn.utils.mocking ( #15071 )
2019-10-03 00:09:28 +10:00
Thomas J Fan
bec83089f7
MAINT Uses pytest-xdist to parallelize tests ( #13041 )
2019-06-13 16:47:12 -04:00
jeremiedbb
8e824df33b
MNT refs to travis/flake8_diff -> circle/flake8_diff ( #13163 )
2019-02-15 09:06:31 +11:00
Andreas Mueller
a8cd4f4c80
add durations=20 to makefile to show test runtimes locally ( #11147 )
2018-08-22 12:07:13 +03:00
Andreas Mueller
26421be2df
[MRG] fix command for make test-coverage ( #10188 )
2017-11-23 11:02:05 +01:00
Loïc Estève
e7e05d844f
[MRG+1] Remove nose from CIs and documentation ( #9840 )
2017-11-16 20:20:35 +01:00
Yaroslav Halchenko
db04896c86
BF: use setup.py build_src for "make cython" ( Closes : #7873 ) ( #7874 )
2016-11-15 08:12:19 +01:00
Loïc Estève
30b936dd23
Remove temporary work-around for 0.15 release
...
See 68280fb4 for more details.
2016-10-20 15:00:18 +02:00
Loïc Estève
4566251618
[MRG+3] Add flake8 linting of the diff in Travis ( #7127 )
...
* Add flake8 linting on the diff
with respect to common ancestor of branch and scikit-learn/scikit-learn
remote.
Add a flake8-diff target in the Makefile and mention it in the doc.
* Only install flake8 when needed
2016-08-30 12:59:57 +10:00
Sebastian Saeger
1601daeddb
Fixes the 'make cython' by adjusting the path to cythonize.py
2016-02-21 17:38:30 +01:00
seales
0485ada58b
General spelling fixes
2015-12-16 09:46:42 -08:00
Manoj Kumar
f49a558162
Merge pull request #5492 from arthurmensch/remove_cython
...
[MRG + 2] Removing generated C files, adding build cache to Travis
2015-11-11 11:41:18 -05:00
Andreas Mueller
f084cb825e
skip doctests on 32 bits
2015-11-05 10:27:48 -05:00
Arthur Mensch
986fb60947
C file removal + cython build + Travis build cache
2015-11-04 14:30:06 +01:00
Olivier Grisel
26b3f86939
MAINT ignore Python import state in ctags
2015-07-16 12:15:17 +02:00
Olivier Grisel
e6d5098c47
MAINT do not ctags index non-source artifacts
2015-04-13 10:22:15 -04:00
Joel Nothman
06b57ae5c3
DOC add links to github sourcecode in API reference
2014-07-21 23:27:10 +10:00
Olivier Grisel
228bc999ef
MAINT typo in Makefile
2014-07-16 10:31:12 +02:00
Olivier Grisel
7e40d0e82e
MAINT temporary fix to handle cython renaming in 0.15
2014-07-15 17:57:26 +02:00
Joel Nothman
68280fb425
MAINT remove residual sparsefuncs*.so when compiling
...
The sparsefuncs -> sparsefuncs_fast rename in bbb8f1d has caused a lot of errors being reported due to dirty working directories. This attempts to avoid that.
2014-07-01 19:58:20 +02:00
Joel Nothman
b20f1dbe77
TST add sphinxext to testing
2014-06-05 23:46:28 +10:00
Lars Buitinck
070f01dc19
FIX Makefile to use Perl again
...
Still fails on Mac. But at least the xargs is gone.
2014-03-29 17:59:35 +01:00
Lars Buitinck
b7aa549b9f
FIX sed usage in Makefile
...
Still works on Linux; should work on OS X if I'm to believe the manpage.
2014-03-27 14:35:58 +01:00
Lars Buitinck
26d6f8cec9
MAINT don't use Perl in Makefile when sed suffices
...
Also replaced xargs with find's own command execution. This is more
robust in the face of paths with whitespace in them.
2014-03-26 15:40:49 +01:00
Jaques Grobler
6996bde28d
whatsnew conflict fix
2013-12-17 15:03:13 +01:00
Lars Buitinck
d02575043b
MAINT: use $(MAKE) for recursive make
...
For people who want to use custom make, e.g. GNU make on Solaris or BSD.
2013-12-05 13:03:43 +01:00
Jaques Grobler
99e3245658
Merge branch 'master' into DOC_olivier_tut
2013-11-25 14:51:52 +01:00
Olivier Grisel
a6b891306a
FIX: clean-build target does no longer exist
2013-10-13 16:34:13 +02:00
Lars Buitinck
c1177990f2
MAINT: use python setup.py clean in Makefile
2013-10-12 20:12:39 +02:00
Jaques Grobler
a25e4364f1
merge conflict fix
2013-08-07 09:47:08 +02:00
Jaques Grobler
c30a062bb1
fix and squash broken branch, remove all but section 3 and redo some docstring breaks
2013-07-30 09:36:12 +02:00
Olivier Grisel
a906f52130
Also clean the dist folder when calling make
2013-07-29 11:38:28 +02:00
Arnaud Joly
6ff5d979a0
PY3K remove __pycache__ in make clean
2013-07-27 16:30:31 +02:00
Olivier Grisel
f118cba6d5
Display the test names to understand which test is triggering the segfault on jenkins
2012-12-05 09:12:47 +01:00
Olivier Grisel
d454c13f9f
FIX #1417 : move nosetests configuration parameter to setup.cfg
2012-12-01 10:56:12 +01:00
Andreas Mueller
e8bdac908d
enh: add code analysis target to makefile
2012-10-31 15:36:03 +00:00
Nelle Varoquaux
4452154d51
FIX in the makefile - we should delete pyc and so only from the source code, and not from everything in the root folder
2012-09-02 14:47:09 +02:00
Gael Varoquaux
2fd781304d
MISC cleanup old coverage info in Makefile
2012-07-25 10:51:48 +02:00
Jaques Grobler
4cca090b05
replaced silence paramenter in makefile, links removed in stat_learn tutorial, big_toc_css copy deleted, heading changed in tutorial index, tutorial index info added
2012-03-07 17:08:14 +01:00
Jaques Grobler
e9c3570f39
modified makefile for doctesting - not permanent
2012-03-02 11:56:40 +01:00
Andreas Mueller
d24337b93f
DOCs change extension from txt to inc, add inc as doctest extension to makefile
2012-02-18 17:52:13 +01:00
Olivier Grisel
9c5ef62613
test developers utilities as well
2012-01-18 06:24:11 +01:00
Olivier Grisel
aa69d857a8
FIX #401 : update tutorial doctests to reflect recent changes and add them to
2011-10-22 17:39:19 +02:00
GaelVaroquaux
051a4bf9fe
ENH: add doc target to Makefile
2011-10-04 15:44:17 +02:00
Satrajit Ghosh
86cd33a666
fix: trailing-spaces option fixed to be executed
2011-10-03 20:46:33 -04:00
Olivier Grisel
cf5a88938e
update the Makefile test-coverage target to work with the new package layout
2011-09-03 21:39:11 +02:00