[scikit-learn] [ANN] scikit-learn 1.3.0 release

2023-06-30 Thread Jeremie du Boisberranger
Hi everyone, We're happy to announce the 1.3.0 release which you can install via pip or conda:     pip install -U scikit-learn or (soon)     conda install -c conda-forge scikit-learn You can read the release highlights under https://scikit-learn.org/stable/auto_examples/release_highlights

Re: [scikit-learn] [ANN] scikit-learn 1.3.0 release

2023-06-30 Thread Guillaume Lemaître
Thank you Jeremie to have taking care of this release. On Fri, 30 Jun 2023 at 10:13, Jeremie du Boisberranger < jeremie.du-boisberran...@inria.fr> wrote: > Hi everyone, > > We're happy to announce the 1.3.0 release which you can install via pip > or conda: > > pip install -U scikit-learn > >