Thank you Olivier, you rock! Gaƫl
On Tue, Jul 01, 2014 at 10:51:42PM +0200, Olivier Grisel wrote: > Hi all, > I have finally cut a new beta release, namely: 0.15.0b2. The source > tarball and binary wheels for OSX and Win32 are available on PyPI: > https://pypi.python.org/pypi/scikit-learn/0.15.0b2 > You can install / upgrade with: > pip install scikit-learn==0.15.0b2 > As usual you need numpy and scipy. > If you further install nose, then run the tests: > python -c "import nose; nose.main()" -v sklearn > Note: using the "nosetests -v sklearn" command under Windows can cause > infinitely running tests with a growing number of Python processes. > As most of the changes that happened on master between 0.15.0b1 and > now are either bug fixes, maintenance fixes, optimizations and > documentation improvements I decided to re-branch 0.15.X off of todays > master and release 0.15.0b2 from there. > In particular this includes an upgrade to joblib 0.8.2 that fixes a > problem when using the new memory mapping feature of joblib.Parallel > under Windows. The problem was that the default copy on write mode > caused a saturation of the paging file under Windows. Switching to > read-only memmaping by default fixed the problem. > As usual, please report any regression or other bugs as github issue > after checking that they have not already been reported in existing > issues. > Regards, -- Gael Varoquaux Researcher, INRIA Parietal Laboratoire de Neuro-Imagerie Assistee par Ordinateur NeuroSpin/CEA Saclay , Bat 145, 91191 Gif-sur-Yvette France Phone: ++ 33-1-69-08-79-68 http://gael-varoquaux.info http://twitter.com/GaelVaroquaux ------------------------------------------------------------------------------ Open source business process management suite built on Java and Eclipse Turn processes into business applications with Bonita BPM Community Edition Quickly connect people, data, and systems into organized workflows Winner of BOSSIE, CODIE, OW2 and Gartner awards http://p.sf.net/sfu/Bonitasoft _______________________________________________ Scikit-learn-general mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/scikit-learn-general
