ANN Scikit-learn 0.20rc1 release candidate available
Hey Folks! I'm happy to announce that the scikit-learn 0.20 release candidate 1 is now available via conda-forge and pip. Please help us by testing this release candidate so we can make sure the final release will go seamlessly! You can install the release candidate from conda-forge using conda install scikit-learn=0.20rc1 -c conda-forge/label/rc -c conda-forge (please take into account that if you're using the default conda channel otherwise, this will pull in some other dependencies from conda-forge). You can install the release candidate via pip using pip install --pre scikit-learn The documentation for 0.20 is available at http://scikit-learn.org/0.20/ and will move to http://scikit-learn.org/ upon final release. You can find the release note with all new features and changes here: http://scikit-learn.org/0.20/whats_new.html#version-0-20 Thank you for your help in testing the RC and thank you to everybody that made the release possible! All the best, Andy
That's awesome! Congrats and thanks everyone for all the work that went into this! Just finished reading through the What's New docs... Wow, that took a while -- here, in a positive sense ;). It's a huge release with lots of important fixes. It's great to see that you prioritized the maintenance and improvement of scikit-learn as a fundamental ML library, rather than adding useful yet "niche" features. Cheers, Sebastian
On Aug 31, 2018, at 8:26 PM, Andreas Mueller <t3kcit@gmail.com> wrote:
Hey Folks!
I'm happy to announce that the scikit-learn 0.20 release candidate 1 is now available via conda-forge and pip. Please help us by testing this release candidate so we can make sure the final release will go seamlessly!
You can install the release candidate from conda-forge using
conda install scikit-learn=0.20rc1 -c conda-forge/label/rc -c conda-forge
(please take into account that if you're using the default conda channel otherwise, this will pull in some other dependencies from conda-forge).
You can install the release candidate via pip using
pip install --pre scikit-learn
The documentation for 0.20 is available at
and will move to http://scikit-learn.org/ upon final release.
You can find the release note with all new features and changes here:
http://scikit-learn.org/0.20/whats_new.html#version-0-20
Thank you for your help in testing the RC and thank you to everybody that made the release possible!
All the best,
Andy
_______________________________________________ scikit-learn mailing list scikit-learn@python.org https://mail.python.org/mailman/listinfo/scikit-learn
Thanks to everybody involved! This is big! Gaƫl On Fri, Aug 31, 2018 at 09:26:39PM -0400, Andreas Mueller wrote:
Hey Folks!
I'm happy to announce that the scikit-learn 0.20 release candidate 1 is now available via conda-forge and pip. Please help us by testing this release candidate so we can make sure the final release will go seamlessly!
You can install the release candidate from conda-forge using
conda install scikit-learn=0.20rc1 -c conda-forge/label/rc -c conda-forge
(please take into account that if you're using the default conda channel otherwise, this will pull in some other dependencies from conda-forge).
You can install the release candidate via pip using
pip install --pre scikit-learn
The documentation for 0.20 is available at
and will move to http://scikit-learn.org/ upon final release.
You can find the release note with all new features and changes here:
Thank you for your help in testing the RC and thank you to everybody that made the release possible!
All the best,
Andy
_______________________________________________ scikit-learn mailing list scikit-learn@python.org https://mail.python.org/mailman/listinfo/scikit-learn
-- Gael Varoquaux Senior Researcher, INRIA Parietal 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
participants (3)
-
Andreas Mueller -
Gael Varoquaux -
Sebastian Raschka