Commit Graph

62 Commits

Author SHA1 Message Date
Andreas Mueller 3a5e1813b5 COSMIT renaming scikits.learn to sklearn in some places 2012-03-02 13:50:09 +01:00
Fabian Pedregosa 4533aa33da Start of 0.11 development cycle. 2012-01-10 18:27:24 +01:00
Fabian Pedregosa fe4c258231 FIX: Py3k compatibility.
Fixes https://github.com/scikit-learn/scikit-learn/issues/395
2011-10-17 12:38:55 +02:00
Fabian Pedregosa 9748a50690 Start of 0.10 development cycle. 2011-09-20 16:13:30 +02:00
Gael varoquaux 4d1dcd2e65 DOC: scikits.learn -> sklearn 2011-09-03 09:10:40 +02:00
Fabian Pedregosa be9d945ece More renaming. 2011-09-03 09:03:19 +02:00
Fabian Pedregosa ddf4b72109 Move project directory from scikits.learn to sklearn 2011-09-02 12:06:57 +02:00
Fabian Pedregosa 68f27e3790 Revert "Move project directory from scikits.learn to sklearn"
This reverts commit fd0d3b879d.
2011-09-02 12:03:18 +02:00
Fabian Pedregosa fd0d3b879d Move project directory from scikits.learn to sklearn 2011-09-02 11:38:24 +02:00
Fabian Pedregosa 5e8d845b51 FIX: py3k compat.
Should import under py3k.
2011-08-24 18:51:20 +02:00
Fabian Pedregosa 5dee67b191 Start of 0.9 development cycle 2011-05-10 16:29:18 +02:00
Nicolas Pinto 426231260f MISC: cosmetic -- setup.py is now pep8 safe 2011-04-01 16:50:44 -04:00
Fabian Pedregosa d4fd5f7d5c Python 3 compat, this time with npy_3kcompat.h
This reverts commit 95ece32fc7.
2011-04-01 16:27:04 +02:00
Fabian Pedregosa 867fec547c Revert "Python 3 compatibility."
This reverts commit 075931dc6c.
2011-04-01 12:23:57 +02:00
Fabian Pedregosa 075931dc6c Python 3 compatibility.
Simplified version of scipy strategy: copy files into build/py3k, and
patch them using lib2to3.
2011-03-31 13:48:27 +02:00
Fabian Pedregosa df4e5bad26 Read README.rst for description in PYPI 2011-03-09 15:32:42 +01:00
Fabian Pedregosa b8a6adb629 Start of 0.8 development cycle. 2011-03-02 20:41:05 +01:00
Fabian Pedregosa eb6eb3b12e Start 0.7 development cycle. 2010-12-16 22:08:22 +01:00
Fabian Pedregosa 428c567a7d Cosmetic changes 2010-11-13 00:58:03 +01:00
Olivier Grisel 9d5e16b666 trailing spaces holocaust 2010-11-06 15:42:55 +01:00
Fabian Pedregosa e9d2961a3b Start of 0.6 development cycle 2010-10-11 11:09:17 +02:00
Fabian Pedregosa 0f148e0011 0.5 final release. 2010-10-11 11:08:29 +02:00
Fabian Pedregosa eba9984f73 0.5.rc3 release. 2010-10-06 16:36:40 +02:00
Fabian Pedregosa 60589710bd 0.5.rc2 release. 2010-10-06 15:27:11 +02:00
Fabian Pedregosa d6b4444bbc 0.5 release candidate. 2010-10-06 14:50:09 +02:00
Fabian Pedregosa bc0cfb0208 Update setup.py.
And set verbose=1 for nose tests.
2010-08-23 16:19:39 +02:00
Fabian Pedregosa 78ec57a560 Remove install_requires line.
The problem is that setuptools does not recognize numpy if installed
by some means (e.b. binary packages in OSX), thus I prefer to specify
dependencies in README rather than fail at installation.
2010-08-23 14:24:27 +02:00
Fabian Pedregosa 285d7f21f3 remove unused imports from setup.py 2010-08-18 21:27:12 +02:00
Fabian Pedregosa 2490597d45 FIX: compatibility fixes for py3k.
Sources are now python3-compatible. You stil have to run the 2to3 tool
to generate the sources, though.
2010-07-27 09:42:50 +02:00
Fabian Pedregosa 9ded72ab4a Start of 0.5 development cycle. 2010-06-26 09:21:24 -05:00
Fabian Pedregosa 65d06f830e 0.4 release. 2010-06-26 09:14:26 -05:00
Fabian Pedregosa 2475c227e7 Updates for the doc.
Exposed BallTree in neighbors, refactoring on some other modules.
2010-05-17 13:57:23 +02:00
Fabian Pedregosa a3cca44b4f Start of 0.4 development cycle.
git-svn-id: https://scikit-learn.svn.sourceforge.net/svnroot/scikit-learn/trunk@725 22fbfee3-77ab-4535-9bad-27d1bd3bc7d8
2010-05-03 09:27:16 +00:00
Fabian Pedregosa 8a4bc2f037 0.3 release
git-svn-id: https://scikit-learn.svn.sourceforge.net/svnroot/scikit-learn/trunk@724 22fbfee3-77ab-4535-9bad-27d1bd3bc7d8
2010-05-03 09:26:11 +00:00
Fabian Pedregosa 4125b93441 Remove scikits.optimization as requirement.
It really is an optional enhacement for some modules.

git-svn-id: https://scikit-learn.svn.sourceforge.net/svnroot/scikit-learn/trunk@723 22fbfee3-77ab-4535-9bad-27d1bd3bc7d8
2010-05-03 09:25:47 +00:00
Fabian Pedregosa 675e90e85f 0.3 Beta release
git-svn-id: https://scikit-learn.svn.sourceforge.net/svnroot/scikit-learn/trunk@720 22fbfee3-77ab-4535-9bad-27d1bd3bc7d8
2010-04-30 13:25:55 +00:00
Fabian Pedregosa 0c969d1277 Revert "RF: build Cython code during build time"
I'm reverting this patch because it breaks the build on some systems.

This reverts commit ad7a81f099.

git-svn-id: https://scikit-learn.svn.sourceforge.net/svnroot/scikit-learn/trunk@627 22fbfee3-77ab-4535-9bad-27d1bd3bc7d8
2010-04-08 10:43:32 +00:00
Yaroslav Halchenko ad7a81f099 RF: build Cython code during build time
git-svn-id: https://scikit-learn.svn.sourceforge.net/svnroot/scikit-learn/trunk@621 22fbfee3-77ab-4535-9bad-27d1bd3bc7d8
2010-04-08 03:35:47 +00:00
Fabian Pedregosa 50c47e3fe8 Start 0.3 development cycle
From: Fabian Pedregosa <fabian.pedregosa@inria.fr>

git-svn-id: https://scikit-learn.svn.sourceforge.net/svnroot/scikit-learn/trunk@592 22fbfee3-77ab-4535-9bad-27d1bd3bc7d8
2010-03-22 08:55:43 +00:00
Fabian Pedregosa a40d325cec 0.2 release
From: Fabian Pedregosa <fabian.pedregosa@inria.fr>

git-svn-id: https://scikit-learn.svn.sourceforge.net/svnroot/scikit-learn/trunk@591 22fbfee3-77ab-4535-9bad-27d1bd3bc7d8
2010-03-22 07:51:58 +00:00
Fabian Pedregosa 0e1faafec9 0.2-beta release.
From: Fabian Pedregosa <fabian.pedregosa@inria.fr>

git-svn-id: https://scikit-learn.svn.sourceforge.net/svnroot/scikit-learn/trunk@588 22fbfee3-77ab-4535-9bad-27d1bd3bc7d8
2010-03-19 14:09:00 +00:00
Alexandre Gramfort d12275167e first attempt to handle standardization of data in SVM
git-svn-id: https://scikit-learn.svn.sourceforge.net/svnroot/scikit-learn/trunk@419 22fbfee3-77ab-4535-9bad-27d1bd3bc7d8
2010-03-02 15:01:46 +00:00
Fabian Pedregosa d489d0f281 Remove redundant info from project's setup.py
From: Fabian Pedregosa <fabian.pedregosa@inria.fr>

git-svn-id: https://scikit-learn.svn.sourceforge.net/svnroot/scikit-learn/trunk@414 22fbfee3-77ab-4535-9bad-27d1bd3bc7d8
2010-03-01 14:31:20 +00:00
Fabian Pedregosa c07d790032 Start of 0.2 development cycle.
Forgot to do it earlier ...

From: Fabian Pedregosa <fabian.pedregosa@inria.fr>

git-svn-id: https://scikit-learn.svn.sourceforge.net/svnroot/scikit-learn/trunk@406 22fbfee3-77ab-4535-9bad-27d1bd3bc7d8
2010-02-04 10:54:58 +00:00
Fabian Pedregosa 8ff9fc895b 0.1 Release
From: Fabian Pedregosa <fabian.pedregosa@inria.fr>

git-svn-id: https://scikit-learn.svn.sourceforge.net/svnroot/scikit-learn/trunk@396 22fbfee3-77ab-4535-9bad-27d1bd3bc7d8
2010-02-01 11:38:15 +00:00
Fabian Pedregosa dcd50b4c00 Fix: some distutils cleaning and import fixing.
From: Fabian Pedregosa <fabian.pedregosa@inria.fr>

git-svn-id: https://scikit-learn.svn.sourceforge.net/svnroot/scikit-learn/trunk@393 22fbfee3-77ab-4535-9bad-27d1bd3bc7d8
2010-02-01 09:53:34 +00:00
Fabian Pedregosa 9309f53b3d Remove sciktis.optimization as explicit dependece from setup.py.
At least until scikits.optimization is uploaded to pypi, so that this
package can be installed via easy_install.

From: Fabian Pedregosa <fabian.pedregosa@inria.fr>

git-svn-id: https://scikit-learn.svn.sourceforge.net/svnroot/scikit-learn/trunk@388 22fbfee3-77ab-4535-9bad-27d1bd3bc7d8
2010-01-29 15:36:47 +00:00
Fabian Pedregosa e6989efd71 0.1 beta release
From: Fabian Pedregosa <fabian.pedregosa@inria.fr>

git-svn-id: https://scikit-learn.svn.sourceforge.net/svnroot/scikit-learn/trunk@383 22fbfee3-77ab-4535-9bad-27d1bd3bc7d8
2010-01-27 14:47:43 +00:00
Fabian Pedregosa ac02741f8d Clean some setup.py files.
Remove print statements, dead comments.

From: Fabian Pedregosa <fabian.pedregosa@inria.fr>

git-svn-id: https://scikit-learn.svn.sourceforge.net/svnroot/scikit-learn/trunk@380 22fbfee3-77ab-4535-9bad-27d1bd3bc7d8
2010-01-27 14:43:57 +00:00
Fabian Pedregosa 4315b69b14 Cosmetic cleanup of setup.py.
git-svn-id: https://scikit-learn.svn.sourceforge.net/svnroot/scikit-learn/trunk@367 22fbfee3-77ab-4535-9bad-27d1bd3bc7d8
2010-01-22 17:10:22 +00:00