Re: [scikit-learn] version warning - do I have to fix the minor version when unpickling?

2023-06-15 Thread Guillaume Lemaître
On Thu, 15 Jun 2023 at 08:47, Martin Gütlein wrote: > Hi Guillaume, > > thanks for your swift reply. So that means we should even fix the patch > version, right? > Indeed, this is the safest. Be aware that you can always try a newer version but it would require a good stress test to be sure tha

[scikit-learn] [ANN] scikit-learn 1.3.0rc1 is online!

2023-06-15 Thread Jeremie du Boisberranger
Hi everyone, Please help us test the first release candidate for scikit-learn 1.3.0:    pip install scikit-learn==1.3.0rc1 Changelog:https://scikit-learn.org/1.3/whats_new/v1.3.html In particular, if you maintain a project with a dependency on scikit-learn, please let us know about any regress

Re: [scikit-learn] [ANN] scikit-learn 1.3.0rc1 is online!

2023-06-15 Thread Guillaume Lemaître
Thank you Jeremie for taking care of this release. On Thu, 15 Jun 2023 at 21:33, Jeremie du Boisberranger < jeremie.du-boisberran...@inria.fr> wrote: > Hi everyone, > > Please help us test the first release candidate for scikit-learn 1.3.0: > > pip install scikit-learn==1.3.0rc1 > > Changelog