Roman Yurchak
3cb0b3bc22
MAINT Fix PyPy CI with numpy 1.15 ( #13018 )
2019-01-22 22:38:59 +01:00
Roman Yurchak
9ce9b24c82
MAINT Pin numpy version 1.5.* for pypy ( #13011 )
...
* Pin numpy version for pypy
* Add comment
* Updated comment to wait for next pypy release
2019-01-18 15:05:10 +01:00
Prabakaran Kumaresshan
41aa3edd78
MNT Remove build_tools/windows/windows_testing_downloader.ps1 ( #12974 )
2019-01-15 09:28:51 +01:00
Adrin Jalali
77b9b1f114
BLD circle-ci should only run/build plot_* files ( #12797 )
2018-12-28 19:48:45 +08:00
Joel Nothman
951c4f1a51
BLD add a mac run on Travis ( #12824 )
2018-12-20 14:57:40 +01:00
Adrin Jalali
d011aedee6
CI move to the latest cython in ci ( #12829 )
2018-12-20 09:35:17 +01:00
Adrin Jalali
2bd87f6ed8
Remove python < 3.5 from CI ( #12746 )
2018-12-14 10:53:12 +01:00
Joel Nothman
7f6cb8330a
DOC regenerate authors.rst after Adrin has joined ( #12719 )
2018-12-04 23:58:34 +01:00
Joel Nothman
565262ac43
BLD PyPy needs joblib ( #12629 )
2018-11-21 10:26:29 +08:00
Thomas Moreau
d25da1be20
FIX make joblib utils private, and remove mentions of externals.joblib ( #12345 )
2018-11-20 10:53:52 +11:00
Roman Yurchak
66507a25a4
MAINT Use CircleCI for linting ( #12606 )
2018-11-19 11:00:55 +08:00
Thomas Fan
3804ccd277
MNT Refactors doc test into seperate script ( #12248 )
2018-10-06 22:19:07 +10:00
TakingItCasual
74b56dbc57
MNT Converting http to https ( #12277 )
2018-10-04 22:37:57 +08:00
Roman Yurchak
b91cbda20d
[MRG] MNT Re-enable PyPy CI ( #12039 )
2018-09-18 23:09:07 +02:00
Roman Yurchak
8068b97e1d
MNT Only checks warnings on latest depedendencies versions in CI ( #12048 )
2018-09-17 03:12:33 -07:00
Tom Dupré la Tour
1906c959a9
DOC Generated author list from github ( #11708 )
2018-09-12 17:47:52 +02:00
Roman Yurchak
177900bca7
CI Workaround to test numpy 1.8.2 and scipy 0.13.3 ( #12042 )
2018-09-09 12:19:38 +10:00
Joel Nothman
5a10991aa7
CI Handle new branch in scikit-learn.github.io ( #11945 )
2018-08-30 14:53:12 +10:00
Joel Nothman
1984dac419
MAINT CI [scipy-dev] now uses python 3.7 ( #11409 )
2018-07-20 09:11:20 -07:00
Ronan Lamy
5592a2eda9
[MRG] PyPy support for all but a couple of estimators ( #11010 )
2018-07-20 14:39:53 +10:00
Joel Nothman
14e7c328df
Restructure access to vendored/site Joblib ( #11471 )
...
In order to fix #11408 , this swaps `joblib` and `_joblib`. It however, allows users to access joblib's `Memory` or `Parallel` functionality without accessing `sklearn.externals._joblib` by importing `Memory`, `Parallel`, etc. into `sklearn.utils`.
2018-07-17 18:02:11 +02:00
Joel Nothman
19bc7e8af6
MNT CI show full traceback on sphinx-build exception ( #11386 )
2018-07-09 11:37:11 +08:00
Olivier Grisel
7d4fef31fb
[MRG] Appveyor version upgrade ( #11425 )
...
- run windows tests with the latest version of Python (namely 3.7)
- run windows tests with the latest versions of numpy and scipy as published on PyPI.
2018-07-04 17:07:40 +02:00
Guillaume Lemaitre
f677d514d6
MAINT test joblib master with unvendoring ( #11392 )
2018-07-02 15:47:38 +02:00
Joel Nothman
5a9ce9fe3f
CI fix scipy-dev build for good ( #11377 )
...
Also add commit flag [scipy-dev] to run scipy-dev build in Travis, which is very useful in a PR
to make sure that the scipy-dev passes.
2018-06-28 16:49:51 +02:00
Joel Nothman
14764061f8
[MRG] DOC fix some sphinx warnings ( #11241 )
2018-06-21 20:43:21 +10:00
Loïc Estève
2dc2261547
[MRG] Fix plot_stock_market.py after Google finance URL shut-down ( #10958 )
...
Also install pandas=0.13.1 (trusty version) in CicleCI Python 2 build.
Mention in README that some example may need pandas.
2018-04-14 21:54:03 +10:00
Joris Van den Bossche
312f64053d
TST: display reason of skipped tests by default ( #10946 )
2018-04-11 11:00:10 +02:00
Joel Nothman
6149a00ed2
MAINT use numpydoc 0.8 to build docs ( #10907 )
2018-04-03 09:03:33 +02:00
Olivier Grisel
cde914ad7e
MAINT Bump Python, scipy and numpy versions for appveyor ( #9194 )
2018-02-26 23:17:12 +11:00
Loïc Estève
b27e285ea3
Use almost minimal dependencies in Python 2 build on CircleCI ( #10627 )
2018-02-13 10:30:44 +01:00
jotasi
7f0e433183
Remove _pilutil usages from examples ( #10527 )
...
Use scikit-image and scipy instead where appropriate.
2018-02-12 17:54:18 +01:00
Loïc Estève
84488b54e4
Revert "Use minimal versions for numpy and scipy on CircleCI Python 2 build ( #10557 )"
...
This reverts commit e7ecdb0db1 . The examples are
failing with Scipy 0.13.3 and we need to investigate.
2018-02-02 10:25:55 +01:00
jotasi
e7ecdb0db1
Use minimal versions for numpy and scipy on CircleCI Python 2 build ( #10557 )
2018-02-01 10:04:35 +01:00
jotasi
afe540c7f2
Add deprecated scipy image-related functions in externals._pilutil ( #10427 )
2018-01-18 14:27:59 +01:00
Loïc Estève
34155a222b
[MRG+1] CircleCI: run only modified examples in CircleCI ( #10407 )
2018-01-15 03:19:43 -08:00
Joel Nothman
3e9c9cb4a5
CI Add generic links to _changed.html
2018-01-09 11:36:06 +11:00
Loïc Estève
f247ad5adf
MAINT change tabs to spaces.
...
* CircleCI bash scripts
* a couple of stray tabs in examples
2018-01-05 13:08:37 +01:00
Nihar Sheth
cec3458b03
DOC Fix broken links in docs ( #10353 )
2017-12-22 18:23:29 +01:00
Loïc Estève
e824fa1480
MAINT revert unwanted changes in 58ff9b8
2017-12-21 15:13:07 +01:00
Vrishank Bhardwaj
58ff9b8600
ENH Remove check_array for X in DummyRegressor/DummyClassifier and replace X.shape[0] with _num_samples ( #9835 )
2017-12-21 08:10:22 +11:00
Loïc Estève
be44f9888d
MAINT make build_doc.sh work if _VERSION env variables are not set
2017-12-20 05:19:03 +01:00
Loïc Estève
3e29334070
FIX make list_versions.py Python 2 compatible
2017-12-19 17:36:34 +01:00
Loïc Estève
01476b9421
[MRG] Run examples with Python 2 and 3 on CircleCI ( #10167 )
2017-12-19 17:17:15 +01:00
Jan Margeta
d01cdc204e
Fix spectral embedding implementation ( #9062 )
2017-12-18 10:20:53 +01:00
Loïc Estève
9f77cad59b
MAINT install flake8 from conda. ( #10293 )
...
flake8 3.5 is now available from conda
2017-12-13 07:39:13 +11:00
Loïc Estève
ab984a68b4
CI Run make test-doc on scipy-dev-wheels build ( #10246 )
2017-12-05 06:37:59 +11:00
Joel Nothman
06b8ad6892
Improve error message when list_versions fails on http request
2017-12-04 11:32:26 +11:00
Loïc Estève
e2584c316c
MAINT only build versions list on master branch
2017-11-20 12:02:38 +01:00
Joel Nothman
fd25481683
[MRG+1] MAINT Use magic to list documentation versions ( #9841 )
2017-11-20 10:52:38 +01:00