Commit Graph

71 Commits

Author SHA1 Message Date
Thomas J. Fan f1d3417b08
MNT Drops Python 3.7 in CI, wheel building, and docs (#22617)
* MNT Drops Python 3.7

* MNT Bump NumPy and SciPy

* FIX Fix build

* FIX Bump versions improved

* DOC Fixes numpy version [pypy]

* BLD [pypy] [icc-build]

* Update docs

* MAINT use scipy.optimize.LinearConstraint in test

* MAINT scipy 1.1.0 related code clean-up

* scipy>=1.3.2 in pyproject.toml's build deps

* [cd build]

* DOC Adds comment about pypy

* MAINT remove _astype_copy_false

* FIX Update check for python version in setup.py

Co-authored-by: Olivier Grisel <olivier.grisel@ensta.org>
2022-02-28 18:23:02 +01:00
Loïc Estève eac2fda184
DOC Improve Windows advanced install instructions (#22056) 2021-12-22 16:48:15 +01:00
Olivier Grisel 2ec028d2e8
DOC improve build instructions to be friendlier to first time contributors (#21353) 2021-10-17 01:24:08 +02:00
Dimitri Papadopoulos Orfanos f71c031314
DOC Typos found by codespell (#21069) 2021-09-17 19:04:54 +02:00
Thomas J. Fan 8fc351656a
DOC remove incorrect sentence about dependencies being automatically installed (#21012) 2021-09-16 13:50:56 +01:00
Thomas J. Fan 0cb7def20b
DOC Fixes build from source instructions (#21004) 2021-09-10 09:56:27 +02:00
Thomas J. Fan 07a0cf37c9
MNT Finish removing python 3.6 (#20185) 2021-06-01 22:06:28 +02:00
Jérémie du Boisberranger d831babc6b
CI Update ICC install commands (#19329) 2021-02-03 22:17:30 +01:00
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
Miao Cai aa1918cecf
DOC Mention to use a command prompt in Windows install (#19125)
Co-authored-by: Guillaume Lemaitre <g.lemaitre58@gmail.com>
2021-01-11 18:50:13 +01:00
Olivier Grisel 158584a8ca
DOC Update installation instructions for macos/arm64 (#19146) 2021-01-11 18:46:18 +01:00
Chiara Marmo cd939ac9a9
DOC Temporarily remove prompt from 2 command lines (#18920) 2020-11-26 16:30:10 +01:00
JHayes 3d8db98ea5
DOC add sphinx-prompt to ease select/copy/paste of prompt command #18512 (#18516)
Co-authored-by: Guillaume Lemaitre <g.lemaitre58@gmail.com>
2020-11-23 15:16:47 +01:00
Olivier Grisel 7149558f67
CI Enable parallel build on CI via an env variable (#18826)
Co-authored-by: Thomas J. Fan <thomasjpfan@gmail.com>
2020-11-13 10:30:10 -05:00
Olivier Grisel 7b3e2c0707
MAINT Try to fix [icc-build] in travis (+doc) (#18730) 2020-11-02 16:37:33 +01:00
Olivier Grisel 28f61efad3
DOC install everything from conda-forge when using conda-forge compilers (#18673) 2020-10-22 16:51:09 +02:00
Juan Carlos Alfaro Jiménez 682bf3c7f5
MNT Use substitutions for minimum dependencies in documentation (#17931) 2020-07-15 22:41:07 +02:00
Thomas J. Fan 94a9f9a0b0
CI Temporary fix for conda-forge:: compilers on osx (#17913)
* CI Temporary fix for conda-forge on osx

* DOC Update doc on compiler version

* CLN Apply suggestions
2020-07-14 17:58:04 +02:00
Jérémie du Boisberranger cac167244d
CI Fix pre-build checks to handle compilers from build_ext options (#16193) 2020-07-10 16:10:10 +02:00
Juan Carlos Alfaro Jiménez b632762303
DOC Add threadpoolctl requirement to documentation (#17273)
* MNT Add threadpoolctl dependency to README.rst

* MNT Add threadpoolctl dependency to advanced installation instructions
2020-05-18 21:22:34 +02:00
Olivier Grisel d6bb321fc0
MNT Update nightly build URL and release staging config (#16435) 2020-02-12 16:05:13 -05:00
Jérémie du Boisberranger 97d49f2074
BLD Specify build time dependencies via pyproject.toml (#16244)
* add pyproject.toml

* do it in CI

* cln

* no build isolation in the doc

* bump dependencies

* no-build-isolation everywhere needed
2020-02-11 10:58:04 +01:00
Adrin Jalali c79a5b4194
DOC promote shallow copy in the docs (#16423)
* DOC promote shallow copy in the docs

* a shorter version
2020-02-10 16:45:10 +01:00
Adrin Jalali 42706ebf2d
MNT CI dropping python-3.5 (#15106)
* dropping python-3.5

* fix install guide

* fix setup.py

* fix circleci

* advanced_installation

* index.html

* readme

* pyparsing.py

* remove clean_warning_registry

* 1.13.1 and 1.19.1

* don't use 16.04

* 18.04 libatlas-dev -> libatlas-base-dev

* min pillow version for 3.6 is 4.2.1

* echo commands

* fix conflict, and 32 bit

* fix conflict for circle

* fix scikit-image version dep

* mark tests as xfail on 32bit py3.6

* move to 1.13.3 min numpy version, and simplify old code

* remove the rest of _object_dtype_isnan usages

* Revert "remove the rest of _object_dtype_isnan usages"

This reverts commit c6e867ea1f.

* fix issues raised by jeremy

* minor fix

* minor fixes mentioned by Olivier
2020-02-10 12:28:42 +01:00
Mohamed Maskani e336d803f1
Specify compilers version to work-around issues on MacOS (#16282) 2020-01-30 11:40:50 +01:00
Alonso Silva Allende dfe444935a
DOC fix conda command to check if compilers and llvm are installed (#16268) 2020-01-29 11:26:36 +01:00
Windber d5dcf48c00 DOC change python-devel to python3-devel for yum. (#15986) 2019-12-29 19:16:48 +01:00
Brian Wignall 0e10b3a3cb DOC Fix typos, via a Levenshtein-style corrector (#15923) 2019-12-19 16:26:02 -08:00
Brian Wignall c4733f4895 MNT Fix some easy-to-make typos (#15720) 2019-11-26 06:31:40 -06:00
Jérémie du Boisberranger 593d3de124 DOC add min version for conda and example of flag set by conda (#15619) 2019-11-13 16:21:49 +01:00
Jérémie du Boisberranger 9876f748b0 [MRG] BUILD: warn instead of raise when openmp unsupported (#15174) 2019-11-13 10:03:12 +01:00
Olivier Grisel 82e2f54565 BLD: Do not pre-cythonize when calling sdist (#15567) 2019-11-08 13:04:30 +01:00
Olivier Grisel 006c02a85d DOC macOS instructions: mention xcode-select --install (#15559) 2019-11-07 19:51:55 +01:00
Olivier Grisel 32f04d4ef9 DOC reorganize the build instructions (#15315) 2019-10-30 21:18:15 +01:00
jeremiedbb deea3ecd3c DOC Improve osx advanced installation instructions (#14968) 2019-10-17 11:00:46 -04:00
jeremiedbb 283a61384e MNT Fix link flags search for the OpenMP test program (#15042) 2019-10-16 08:24:55 -04:00
Chiara Marmo 3046990e76 DOC Reorganize general installation instructions (#15011) 2019-10-04 21:12:38 +02:00
motmoti 2c91f8ccb7 DOC Update Windows Advanced Installation Documentation (#14910) 2019-09-06 18:02:23 +02:00
jeremiedbb 01a140a0bf MAINT Remove BLAS infos from show_versions and build log (#14205) 2019-07-18 12:55:56 +02:00
Nicolas Hug 214def06a3
DOC Contributing guide update (#13961) 2019-06-20 10:05:21 -04:00
miguelbarao cebefd4f01 DOC adds instructions for building on FreeBSD (#13953) 2019-05-27 14:00:16 +03:00
jeremiedbb 0fb7cc7520 BLD: check OpenMP support and add a switch to build without it (#13543) 2019-04-17 08:29:37 +10:00
Olivier Grisel 5cb422334f
DOC reference the HTTPS url for the nightly builds (#13270) 2019-02-27 08:28:55 +01:00
Thomas Fan 18bac2edc2 [MRG] DOC Adds explicit reference to clang (#13093) 2019-02-06 06:45:22 +11:00
jeremiedbb 7307b56992 MNT Update setup and travis to support OpenMP (#13053) 2019-02-04 21:41:11 +11:00
jeremiedbb 79a905977b DOC Clean up the advanced installation doc to remove python < 3.5 parts (#13064) 2019-01-30 11:10:49 +11:00
Peter Hausamann ac327c5ad6 [MRG] DOC Windows build dependencies (#12615) 2018-11-20 15:31:49 +11:00
TakingItCasual 74b56dbc57 MNT Converting http to https (#12277) 2018-10-04 22:37:57 +08:00
Sriharsha Hatwar e81bcd5094 Added the changes to remove the documentation support statements for Python 2 (#12083) 2018-09-22 15:10:46 +02:00
William de Vazelhes b4bf033104 DOC: Add pytest version in documentation (#12002) 2018-09-06 10:46:56 +02:00