Commit Graph

266 Commits

Author SHA1 Message Date
Hanmin Qin 8544ce553a DOC Encourage contributors to use keywords to close issue automatically (#9954) 2017-10-20 17:04:52 +11:00
Loïc Estève 7be4465fe6 [MRG] DOC good first issue and help wanted labels (#9950) 2017-10-20 17:04:05 +11:00
Andreas Mueller 813d8e1899 DOC add review guidelines, make other ways to contribute more prominent and rephrase (#9745) 2017-10-17 08:20:43 +11:00
Aidan Fitzgerald 7dffa20363 [MRG+1] Fix typos in documentation (#9878)
* Fix grammatical error in

* Correct capitalization of "GitHub"

Used command `find . -type f -exec sed -i 's/Github/GitHub/g' {} \;` (h/t: https://stackoverflow.com/a/15402972)
2017-10-07 16:06:18 +02:00
jschendel 12cf7db5b3 DOC: Use setattr(self, ...) instead of self.setattr(...) (#9866) 2017-10-03 11:15:10 +02:00
Loïc Estève 2d288b4e05 DOC fix misleading note about sphinx version 2017-09-14 12:59:10 +02:00
Kumar Ashutosh e66aa6dc70 ENH Ducktyping to allow for alternative Memory implementations (#9584) 2017-08-30 15:21:24 +10:00
Vlad Niculae 22309ead84 [MRG + 1] DOC developer quality of life notes (#9082)
* DOC developer quality of life notes

* rename debugging.rst to tips.rst

* more tips, better internal consistency
2017-07-16 08:26:52 +10:00
Olivier Grisel d15128b9ea MAINT update links and instructions to download and upload from PyPI 2017-06-23 16:14:00 +02:00
Taehoon Lee 5cdaa90e3e Fix typos (#9150) 2017-06-18 19:25:07 +10:00
Loïc Estève b14eb16af7 COSMIT naming improvement 2017-06-09 16:42:34 +02:00
Vlad Niculae 738053e657 [MRG+2] MAINT: no longer backport graph_laplacian, use scipy one (#9077) 2017-06-09 16:23:55 +02:00
Vlad Niculae c675109009 DOC fix markdown-style link and some wording (#9065) 2017-06-08 18:46:07 +02:00
Joel Nothman e31c4f1e9e DOC List more utils in API ref (#8827) 2017-06-08 15:31:26 +02:00
Naoya Kanai 6579220588 [MRG+1] Drop NumPy < 1.8 (#8874) 2017-06-07 17:06:06 +02:00
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