Commit Graph

35 Commits

Author SHA1 Message Date
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
Fabian Pedregosa 61c81a2c39 Add test.py script that runs nose.
Tests that depend on multiprocessing (joblib) fail if executed through
nosetest on windows, since they require to be executed inside a
__main__ block, otherwise they start spawning processes and renders
the system unusable.
2010-10-04 11:27:29 +02:00
Gael Varoquaux 6490014a4a Fix typo on David's name 2010-09-08 06:21:38 -07:00
Gael varoquaux b6c7ad43a0 MISC: Move AUTHORS to AUTHORS.rst so that it displays better on github 2010-09-04 17:57:28 +02:00
Fabian Pedregosa 20ebc1496a Use nosetest as testing tool in README.
running setup.py test has all sort of side effects, specially with
the unittest2 provided by python2.7.
2010-08-25 11:01:10 +02:00
Fabian Pedregosa 0f0a66bb8e Update README. Remove unused dependencies. 2010-08-23 14:37:09 +02:00
Fabian Pedregosa 1760798927 Update git information in README.rst. 2010-08-20 11:39:27 +02:00
ogrisel 7e410ec3c0 add note for IRC chan 2010-06-11 14:09:47 +02:00
Fabian Pedregosa 60fd1f4729 Add test directory to setup.py and update dependencies on README. 2010-05-06 11:13:01 +02:00
ogrisel e98f23085f rename README to README.rst so that it looks nice on github 2010-05-04 18:54:44 +02:00