Skip to content

Commit 22dbecc

Browse files
committed
Update Python 3 support status
1 parent 4938dec commit 22dbecc

File tree

3 files changed

+12
-20
lines changed

3 files changed

+12
-20
lines changed

README-py3k.rst

-18
This file was deleted.

README.rst

+6-2
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,12 @@ Important links
3434
Dependencies
3535
============
3636

37-
The required dependencies to build the software are Python >= 2.6,
38-
setuptools, Numpy >= 1.3, SciPy >= 0.7 and a working C/C++ compiler.
37+
scikit-learn is tested to work under Python 2.6+ and Python 3.3+
38+
(using the same codebase thanks to an embedded copy of [six](
39+
http://pythonhosted.org/six/)).
40+
41+
The required dependencies to build the software Numpy >= 1.3, SciPy >= 0.7
42+
and a working C/C++ compiler.
3943

4044
For running the examples Matplotlib >= 0.99.1 is required and for running the
4145
tests you need nose >= 0.10.

doc/whats_new.rst

+6
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,10 @@ Changelog
122122
faster on sparse data (the speedup depends on the sparsity). By
123123
`Lars Buitinck`_.
124124

125+
- Python 3 support fixes by `Justin Vincent`_, `Lars Buitinck`_ and
126+
`Olivier Grisel`_. All tests now pass under Python 3.3.
127+
128+
125129
API changes summary
126130
-------------------
127131

@@ -1985,3 +1989,5 @@ David Huard, Dave Morrill, Ed Schofield, Travis Oliphant, Pearu Peterson.
19851989
.. _Norbert Crombach: https://github.com/norbert
19861990

19871991
.. _Eustache Diemert: https://github.com/oddskool
1992+
1993+
.. _Justin Vincent: https://github.com/justinvf

0 commit comments

Comments
 (0)