[Numpy-discussion] Re: Please consider dropping Python 3.9 support for Numpy 2.0

2024-05-12 Thread Gael Varoquaux
On Fri, May 10, 2024 at 04:42:49PM +0200, Ralf Gommers wrote: > It gets ever-easier to install new Python versions, with pyenv/conda/etc. The > "my single Python install comes from python.org and I'm using the same one > because I am afraid to upgrade" is much less of an issue than it was 10

[Numpy-discussion] Re: Please consider dropping Python 3.9 support for Numpy 2.0

2024-05-07 Thread Gael Varoquaux
On Tue, May 07, 2024 at 11:31:02AM +0200, Ralf Gommers wrote: > make `pip install scikit-image==0.22` work if that version of scikit-image > depends on an unconstrained numpy version. Would an option be for the scikit-image maintainers to release a version of scikit-image 0.22 (like 0.22.1)

[Numpy-discussion] Upcoming: 2nd edition of "Machine learning with scikit-learn MOOC"

2022-01-23 Thread Gael Varoquaux
lections), you might know people who could benefit from this course to learn machine learning. Please help us spread the word. Pythonly yours, Gaël -- Gael Varoquaux Research Director, INRIA http://gael-varoquaux.infohttp://twitt

Re: [Numpy-discussion] new absolute beginners tutorial merged

2020-01-22 Thread Gael Varoquaux
Thanks. Exactly what I needed. I don't know why I did not find it myself :). Cheers, Gaël On Wed, Jan 22, 2020 at 05:02:01PM +0100, Ralf Gommers wrote: > On Wed, Jan 22, 2020 at 1:13 AM Gael Varoquaux > wrote: > Did someone tweet about this, so that I retweet? I'm happy

Re: [Numpy-discussion] new absolute beginners tutorial merged

2020-01-21 Thread Gael Varoquaux
> https://mail.python.org/mailman/listinfo/numpy-discussion > ___ > NumPy-Discussion mailing list > NumPy-Discussion@python.org > https://mail.python.org/mailman/listinfo/numpy-discussion -- Gael Varoquaux

Re: [Numpy-discussion] Stricter numpydoc validation

2019-07-16 Thread Gael Varoquaux
> The one thing I worry about is maintenance burden, where numpydoc is already > spread a little bit thin -- would any of the Pandas developers be willing to > maintain it? Any reason that this is not done in sphinx, with the napoleon extension?

Re: [Numpy-discussion] acknowledging sponsorship and institutional partners

2019-05-20 Thread Gael Varoquaux
On Mon, May 20, 2019 at 11:01:15AM -0700, Nelle Varoquaux wrote: > I'm pretty sure not all funding is acknowledged on scikit-learn's frontpage. I > think the minimum amount to be acknowledge with a logo is funding for a full > time developer for at least a year, ie at least 100k€. These days,

Re: [Numpy-discussion] Roadmap proposal, v3

2018-07-24 Thread Gael Varoquaux
il.python.org/mailman/listinfo/numpy-discussion -- 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.infohttp://twitter.com/GaelVaroquaux _

Re: [Numpy-discussion] we held an impromptu dtype brainstorming sesison at SciPy

2018-07-14 Thread Gael Varoquaux
__ > NumPy-Discussion mailing list > NumPy-Discussion@python.org > https://mail.python.org/mailman/listinfo/numpy-discussion -- Gael Varoquaux Senior Researcher, INRIA Parietal NeuroSpin/CEA Saclay , Bat 145, 91191 Gif-sur-Yvette France Phone: ++ 33-1-

Re: [Numpy-discussion] PEP 574 - zero-copy pickling with out of band data

2018-07-03 Thread Gael Varoquaux
On Tue, Jul 03, 2018 at 09:42:08AM +0200, Andrea Gavana wrote: > I’m happy if you feel better after your tirade. Not really. I worry a lot that many users are going to be surprised when Python 2 stops being supported, which is in a couple of years. I wrote this tirade not to make me feel better,

Re: [Numpy-discussion] PEP 574 - zero-copy pickling with out of band data

2018-07-03 Thread Gael Varoquaux
On Tue, Jul 03, 2018 at 08:54:51AM +0200, Andrea Gavana wrote: > This sound so very powerful... it’s such a pity that these type of gems won’t > be backported to Python 2 - we have so many legacy applications smoothly > running in Python 2 and nowhere near the required resources to even start >

Re: [Numpy-discussion] PEP 574 - zero-copy pickling with out of band data

2018-07-02 Thread Gael Varoquaux
On Mon, Jul 02, 2018 at 05:31:05PM -0600, Charles R Harris wrote: > ISTR that some parallel processing applications sent pickled arrays around to > different processes, I don't know if that is still the case, but if so, no > copy > might be a big gain for them. Yes, most parallel code that's

Re: [Numpy-discussion] A roadmap for NumPy - longer term planning

2018-06-01 Thread Gael Varoquaux
While we are in the crazy wish-list: having dtypes that are universal enough for pandas to use them and export their columns with them would be my crazy wish. I hope that it would help adding more uniform support for things like categorical variables in the pydata ecosystem. Gaël

Re: [Numpy-discussion] Direct GPU support on NumPy

2018-01-02 Thread Gael Varoquaux
> The other packages are nice but I would really love to just use scipy/ > sklearn and have decompositions, factorizations, etc for big matrices > go a little faster without recoding the algorithms.  Thanks If you have very big matrices, scikit-learn's PCA already uses randomized linear algebra,

Re: [Numpy-discussion] np.vstack vs. np.stack

2017-11-09 Thread Gael Varoquaux
Another point in defence of vstack vs stack/concatenate: last time I looked, it was faster on smallish arrays. Gaël ___ NumPy-Discussion mailing list NumPy-Discussion@python.org https://mail.python.org/mailman/listinfo/numpy-discussion

Re: [Numpy-discussion] proposed changes to array printing in 1.14

2017-06-30 Thread Gael Varoquaux
s now 'array([True])' instead of > >> 'array([ True])'. > >> Allan > >> ___ > >> NumPy-Discussion mailing list > >> NumPy-Discussion@python.org > >> https://

Re: [Numpy-discussion] proposed changes to array printing in 1.14

2017-06-30 Thread Gael Varoquaux
ailing list > NumPy-Discussion@python.org > https://mail.python.org/mailman/listinfo/numpy-discussion > ___ > NumPy-Discussion mailing list > NumPy-Discussion@python.org > https://mail.python.org/mailman/lis

Re: [Numpy-discussion] Taking NumPy in Stride workshop at PyData Barcelona

2017-06-15 Thread Gael Varoquaux
knowledge and the opportunity to go ahead and organize a similar > workshop in any conference they go to. > Jaime > P.S. I also got a chance to catch up with Francesc Alted and Travis Oliphant, > which is always great! -- Gael Varoquaux Researcher, INRIA Parietal NeuroSpin/