Commit Graph

251 Commits

Author SHA1 Message Date
Albert Thomas 5fc30fd6f8 DOC recommend editable install using pip in contributing (#8974) 2017-06-03 18:47:20 +10:00
Naoya Kanai bd0fc236e0 [MRG+1] MAINT drop SciPy < 0.13 (#8854)
Remove sklearn.utils.fixes functions that are not needed for scipy >= 0.13 and keep deprecated wrappers in other modules.
2017-06-02 23:36:33 +02:00
Brett Olsen 9131f89e6c Update docs with new line_profiler signature and extension method
Update memory_profiler docs as well

Append new extensions instead of setting them directly
2017-05-25 08:25:17 +10:00
Naoya Kanai 83d65b84fe Update numpy refs to 1.8.2 (#8926) 2017-05-24 11:53:37 +10:00
Joel Nothman db25f57781 [MRG+1] Update version dependencies to numpy 1.8.2, scipy 1.13.3 (#8855) 2017-05-24 08:24:04 +10:00
Joan Massich 1b5bff3ad0 [MRG] DOC add documentation on adding non-regression tests (#8850) 2017-05-23 15:23:03 +02:00
Guillaume Lemaitre 92cb166647 [MRG] DOC Homogeneous deprecation in docstring (#8907)
Update developers doc to use "deprecated" sphinx directive.
2017-05-23 08:42:08 +02:00
Nikita Singh 1652a70919 [MRG] Updated title and versions supported in contributing documentation (#8824)
* Changed title and updated versions supported

* Added back a line

* Fixed definition of R^2

* Fixed 80 character limit!
2017-05-07 19:36:31 -07:00
Guillaume Lemaitre 14977242bf [MRG] DOC change rebase to merge policy (#8753)
* DOC change rebase to merge policy

* FIX remove no-ff flag
2017-04-19 09:36:53 -07:00
Tyler Folkman 618f8d215d [MRG] DOC More detailed pull request and fork instructions (#8530) (#8538) 2017-03-07 11:32:05 +01:00
Joel Nothman 067adadad2 DOC describe scikit-learn-contrib in related projects and contributing docs (#8440) 2017-02-24 11:40:04 +01:00
Joel Nothman 81ca1d3273 DOC more explicit guidelines for WIP (#8299) 2017-02-06 13:33:44 +01:00
Joel Nothman 5c0cc038ce DOC Document _changed.html in contrib docs 2016-12-20 21:13:47 +11:00
alexandercbooth 9ec1a4c1f4 DOC add CI details and commands to contributor guide (#8024) 2016-12-15 17:35:00 +11:00
Aman Dalmia 6cbef3ec89 [MRG+1] DOC adding info about circleci build artifacts (#7855) 2016-11-29 23:52:44 +11:00
Loïc Estève e5bf61eee1 [MRG+1] Dropping python 2.6 support (#7890)
* Remove Python 2.6 support

Some details about some slightly orthogonal changes:
* Note about cheking safely for nan is likely not valid any more (commit
  introducing it is c80ca91b)
* scipy.linalg.qr econ parameter removed since scipy 0.9 in favour of
  mode='economic'
* Remove unnecessary libgfortran in conda create command

* Putative fix by setting the random seed

* Revert unintended change

* Reinstate previous logic for checking for NaNs

* Reinstate change in error message

Error messages from Python 2.7 assertRegexp does not contain the
function name, in contrast with Python 3 assertRegex
2016-11-23 17:11:04 -05:00
Aashil dd8a6faa2a dev-7360: Explain the meaning of prefix [MRG + 1] and [MRG + 2] in the title of the pull request. (#7636)
* File updated: doc/developers/contributing.rst
2016-10-10 22:44:37 -04:00
Kyle Gilliam 5f80525e31 [MRG] Documentation describes the Need Contributor label (#7599) 2016-10-09 22:33:59 +11:00
Nelle Varoquaux 689a188dbf DOC numpydoc requires space between name and column (#7601)
This patch fixes a tiny mistake in the contirbuting guidelines of the See also
section. The space between the function name and description was missing.
2016-10-07 22:52:39 -04:00
Loïc Estève 21a3c19777 hanged address for nose (#7592) 2016-10-07 11:24:42 +02:00
Dave Elliott f1b57dfe7c got rid of extra line 2016-10-06 16:17:48 -05:00
Tom Dupré la Tour 3beec40c25 DOC add link in the contributing doc for rebasing on master (#7541) 2016-10-06 09:20:28 -07:00
Dave Elliott 92f4731677 changed address for nose, additionally, should nose2 be considered for testing since the nose project web site suggests new projects should consider using Nose2, or py.test? 2016-10-06 10:00:54 -05:00
Joel Nothman 47730445b7 DOC release date in what's new (#7518) 2016-09-28 21:53:01 -07:00
Scott Andrews f241f5f14e Fixed issue #5830, capitalization in advanced installation documenation 2016-09-12 18:31:04 -04:00
jblackburne ba7cf38f99 Removed isclose from _binary_clf_curve. (#7353)
Added a bugfix report to whats_new.rst. Modified a unit test to check for the kind of problems caused by isclose.
2016-09-11 12:48:32 +10: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
Preston Parry b8b31ddb09 [DOC] Capitalizes "C/C++" from "c/c++" (#7273)
* Capitalizes "C/C++" from "c/c++"

* found another "c/c++" in the same file
2016-08-29 08:21:11 +10:00
Preston Parry 58b35d8b9f DOC Updates sklearn naming convention for consistency (#7268)
* Updates sklearn naming convention for consistency

* minor grammar fix

* clarifies source of string vs. function cosine
2016-08-29 08:20:13 +10:00
Gael Varoquaux c6f67125a5 Contributing statement (#7097)
* MISC: remove broken link

* Statement on the process + values of the community

To answer the demand for a CoC

* DOC: add links to contributing page

* DOC: Documenation contribution are important
2016-08-03 15:57:47 -07:00
Óscar Nájera bd5cecce44 update references link namespace 2016-08-03 20:23:50 +02:00
Nate George 9b25f5d37a Fix docs links (#7005)
* docs: fix broken and redirect links

see #7000

* docs: fix links

see #7000

* docs: merge with master

* docs: fix fnrs and tinyclues logo links

* docs: fix link reference in text

* docs: fix typo

* docs: added back in metaoptimize-qa paragraph

* docs: update language for defunct site

* docs: update stackexchange section

* docs: remove defunct site, move quora to top

* docs: remove defunct link and rearrange links
2016-07-27 16:58:25 -04:00
Andreas Mueller 8972d82a1f DOCS / COSMIT duplicate word typos 2016-07-26 10:44:32 -04:00
jrfiedler 92853f99f2 DOC Reword description to remove ambiguity (#7066) 2016-07-25 22:52:04 +10:00
Kyle Jackson b0455b16b6 DOC Fixed check_estimator example (#7025)
copy & pasted example from scikit-learn-contrib template project
2016-07-17 09:33:48 -05:00
jrfiedler c67f0914ed Added deprecation cycle and modified examples (#7013)
* Added deprecation cycle and modified examples

* Removed newline and added clarifying example
2016-07-16 15:49:25 -05:00
Martin Madsen ed7af6632c Typo documentation fixes in Advanced Installation (#6753)
This file could use a lot more clarity fixes...

Shorter line

Fix typo in "install_by_distribution"
2016-05-30 07:31:12 -04:00
Nelson Liu e17d2076ba doc: update mailing list info (#6812) 2016-05-23 07:16:05 +02:00
Nelson Liu 2c0cbdc72e DOC: refactor issue and PR template (#6470) 2016-04-18 18:02:31 +02:00
Rémy Léone 9b7176dd9d [DOC] Fix broken links 2016-03-23 12:45:34 -07:00
Joel Nothman 3280f88950 Merge pull request #5425 from amueller/update_doc_readme
[MRG]+1 DOC update doc/readme
2016-02-11 22:28:11 +11:00
dsquareindia 7e497ba791 Fixed the broken nose link in advanced installation docs. 2016-01-07 17:04:15 -05:00
Yaroslav Halchenko 625471bb29 DOC: few minor typos spotted 2015-12-15 20:56:34 -05:00
Hugo Bowne-Anderson f59dbe7a8d Update advanced_installation.rst 2015-11-19 14:44:50 -05:00
hugobowne 8867e8347c edited bleeding edge install instructions to include cython 2015-11-16 11:29:31 -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 41d0f1f3f7 split installation into simple and advanced part 2015-11-04 14:28:25 -05:00
Arthur Mensch 986fb60947 C file removal + cython build + Travis build cache 2015-11-04 14:30:06 +01:00
Rémy Léone 45c2356f6b Redirecting to open issues 2015-10-31 11:56:45 +01:00
Raghav R V f67e911124 DOC Modify documentation/examples for the new model_selection module 2015-10-29 16:49:23 +01:00