Hi all,

I just pushed a first beta release (0.15.0b1) of the new 0.15.X branch to PyPI.

This releases includes (experimental) wheel packages for the first
time. This means that under Windows and Mac OSX with the official
Python 2.7 or 3.4 from http://python.org, you should be able to
install scikit-learn with pip without building from source with the
following command:

  pip install scikit-learn==0.15.0b1

Note that you will still need to install numpy and scipy
independently. Both projects are working on wheel packages for both
Windows and OSX.

I updated the "how to make a release" wiki page to add info about how
to build binary packages:

  https://github.com/scikit-learn/scikit-learn/wiki/How-to-make-a-release

The website is not yet updated as I plan to only update it for the
final 0.15.0 release (not for the beta).

Please feel free to test this beta on various platforms, either
building from the source tarball or using the binary packages and
report bugs on github as usual.

-- 
Olivier
http://twitter.com/ogrisel - http://github.com/ogrisel

------------------------------------------------------------------------------
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and their 
applications. Written by three acclaimed leaders in the field, 
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/NeoTech
_______________________________________________
Scikit-learn-general mailing list
Scikit-learn-general@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/scikit-learn-general

Reply via email to