Alright I could not see the left panel with the version info on my mobile phone version when I answered that email.
I now understand what happened: I buily the doc from the correct source checkout (tag 0.15.2) but using the wrong version of sklearn in my Python site-packages (I had master there because of a python setup.py develop). The fact that the examples were not up to date were was caused by the example cache. I am re-building the whole doc after a make clean in the doc folder using the correct version of scikit-learn in my site-packages. The site should be fixed in a couple of hours (the optipng step has to be redone...). Indeed the LDA commits should not have been backported to the 0.15.X branch nor inclided in the 0.15.2 bugfix release as they introduce a silent semantic change. Even though it's arguably a bugfix, once should probably try to avoid backporting such surprising fixes such as this one and keep them for major releases instead... But I guess it's too late now. -- Olivier ------------------------------------------------------------------------------ Slashdot TV. Video for Nerds. Stuff that matters. http://tv.slashdot.org/ _______________________________________________ Scikit-learn-general mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/scikit-learn-general
