Commit Graph

59 Commits

Author SHA1 Message Date
Loïc Estève b86af8e07b DOC fix README.rst coveralls badge 2015-07-22 16:41:12 +02:00
Andreas Mueller 0d3fa51631 DOC Add coveralls badge to Readme 2015-05-30 14:06:33 -04:00
Loïc Estève 1197eb4643 Tweak appveyor badge
It now looks visually different from the Travis one.
2015-04-30 10:05:26 +02:00
Andreas Mueller 0d6d374a77 add appveyor badge to alert us of failures 2015-03-09 10:02:22 -04:00
Loïc Estève ad83fc61c4 DOC fixes supported numpy version
Ubuntu 12.04 LTS ship numpy 1.6.1 and not 1.6.2
2015-02-01 16:05:55 +01:00
Olivier Grisel bd0b93e9d4 DOC safer way to run the tests under windows 2014-06-23 17:40:25 +02:00
Lars Buitinck 69b50e1206 DOC big fat warning about multithreaded BLAS 2014-06-18 22:08:42 +02:00
Olivier Grisel 9d3b48d488 DOC fix versions of requirements in README.rst 2014-06-17 15:03:52 +02:00
Lars Buitinck b54a9af555 DOC missing verb in README 2014-06-08 10:28:04 +02:00
Lars Buitinck c18c2c1742 DOC we work with Python, not against it :) 2014-06-04 12:10:33 +02:00
Arnaud Joly 48e2b13492 Update numpy and scipy requirement 2014-05-01 10:21:14 +02:00
Michael Becker e841d9d421 TST: Switch from python 3.3 to 3.4 in travis 2014-04-14 11:56:15 -04:00
Lars Buitinck b97fb3c5fc MAINT drop support for NumPy < 1.6.1 2014-03-02 20:13:57 +01:00
Nantas Nardelli 6bc40124c1 No whitespaces at the end of file 2013-11-04 10:19:31 +00:00
Nantas Nardelli 139cc68d57 Added contributing subsection and fixed link to web doc 2013-11-04 01:11:03 +00:00
Kyle Kelley 3898eced50 Converted Markdown style link to restructured text 2013-08-05 11:34:39 -05:00
Olivier Grisel 22dbecccff Update Python 3 support status 2013-07-16 13:05:43 +02:00
Ken Geis 531b2d8104 Changed the setup instructions in the README to properly install the package in the user home. 2013-05-23 22:53:09 -07:00
Lars Buitinck 70ae0169c1 DOC fix travis URLs in README
https://secure.travis-ci.org/scikit-learn/scikit-learn incorrectly
redirects to https://travis-ci.org//scikit-learn/scikit-learn, which
doesn't work.
2013-01-17 17:01:48 +01:00
Andreas Mueller 43e3b7ff7e DOC add matplotlib version requirement, rephrase 2012-12-03 12:10:42 +01:00
Mathieu Blondel a8df0d1cf4 Specify branch in status button.
If you don't, it seems that it uses the latest build (including on-going PRs).
2012-11-25 12:37:59 +09:00
Mathieu Blondel f49773dbd7 Link to travis. 2012-11-24 23:34:49 +09:00
syhw c40c0ff880 changed the build image URL in README for after pull-merge 2012-11-23 16:34:40 +01:00
syhw c113c854cd Travis CI cfg + status in README + sklearn requirements 2012-11-23 12:21:42 +01:00
Christoph Deil b8dbef60d6 Fix typo in README 2012-10-23 12:10:59 +03:00
Gael Varoquaux 06cd9a7dc9 DOC: use nosetests rather than sklearn.test() 2012-10-09 00:14:49 +02:00
Lars Buitinck 5b55ceea9e DOC typos in README 2012-10-07 16:02:32 +02:00
Fabian Pedregosa 93beee2712 Update README.rst
Fix broken link
2012-08-27 16:45:51 +03:00
GaelVaroquaux f96e352a43 Note on control of the RNG seed during testing 2012-07-23 16:44:47 +02:00
Mathieu Blondel 4ac7686e7c Better title in README.rst. 2012-01-18 06:17:14 +09:00
Lars Buitinck e0b6cd45ca DOC I don't think Ubuntu 10.04 will be the last LTS release
Nor that it will remain the *latest* for a long time, like until the
next time we remember to update our README ;)
2011-12-10 23:26:16 +01:00
Olivier Grisel 70f9c9f9c1 Update README.txt dependencies info to match the configuration tested on jenkins 2011-12-10 15:52:12 +01:00
Lars Buitinck 106648f281 drop Python 2.5; document and rm some workarounds for kwargs quirks
There might be more of these

    kwargs = FOO
    fun(*args, **kwargs)

workarounds.
2011-12-10 10:22:15 +01:00
Olivier Grisel 92e3ec20ed DOC: new scikit-learn.org URLs and mention license in README.md 2011-10-22 23:47:55 +02:00
Mathieu Blondel 9be71a8510 Cosmit. 2011-09-25 02:36:00 +09:00
Gael varoquaux 71aa52d2fd `scikits.learn` in the README, to catch google
I want people that Google to land on the right pypi page.
2011-09-24 15:48:20 +02:00
Gael varoquaux c663517ef9 scikits.learn -> scikit-learn in README 2011-09-24 15:45:37 +02:00
Gilles Louppe 8ac3ac170c scikits-learn -> sklearn 2011-09-07 09:56:43 +02:00
Lars Buitinck 7f4263078e typos in README 2011-05-19 15:56:18 +02:00
Olivier Grisel cbab7cc560 Compressed README.rst to make it an executive summary 2011-05-06 08:21:50 -07:00
Lars Buitinck cda0f87b79 Updated installation instructions
Separate build and install for Unix to prevent directories cluttered
with root-owned object files.
2011-05-06 17:01:46 +02:00
Fabian Pedregosa 946daf118b Update numpy/scipy requirements.
We support a new version of scipy/numpy is out, thus bump the required
version of numpy of scipy (which was anyway needed).
2011-03-09 15:32:42 +01:00
Fabian Pedregosa 167eaaca4f So this is why people kept posting issues to SF's trac ... 2011-02-23 14:17:45 +01:00
Fabian Pedregosa 073da1e58a Update README. 2010-12-21 23:01:54 +01:00
Fabian Pedregosa 4384f2d8a5 Like it or not, we depend on setuptools. 2010-12-03 16:22:00 +01:00
Fabian Pedregosa 990bdbf2ae Add note on executing the test suite. 2010-10-11 11:24:22 +02:00
Fabian Pedregosa cca15155cf Simplify test machinery.
Remove test.py script, use the simpler python -c "...", it also works
across OS.
2010-10-06 13:56:06 +02:00
Fabian Pedregosa a658f83e1b Update test.py and README. 2010-10-06 12:34:41 +02:00
Fabian Pedregosa e7d40351ee Update information on testing. 2010-10-05 12:30:20 +02:00
Fabian Pedregosa ed1dd5c7b3 Compatibility fixes for old scipy.sparse. 2010-10-04 15:59:32 +02:00