Re: [Numpy-discussion] Python 3.9 is out.

2020-10-06 Thread Charles R Harris
On Mon, Oct 5, 2020 at 10:43 PM Charles R Harris wrote: > > > On Mon, Oct 5, 2020 at 7:58 PM Tom Augspurger > wrote: > >> I believe that the latest version of NumPy (1.19.2) is source-compatible >> with Python 3.9. Does NumPy plan to upload wheels to PyPI for Python 3.9, >> or will you wait for

Re: [Numpy-discussion] Python 3.9 is out.

2020-10-05 Thread Charles R Harris
On Mon, Oct 5, 2020 at 7:58 PM Tom Augspurger wrote: > I believe that the latest version of NumPy (1.19.2) is source-compatible > with Python 3.9. Does NumPy plan to upload wheels to PyPI for Python 3.9, > or will you wait for the next release? > > Pandas is planning to upload wheels for 3.9 with

Re: [Numpy-discussion] Python 3.9 is out.

2020-10-05 Thread Tom Augspurger
I believe that the latest version of NumPy (1.19.2) is source-compatible with Python 3.9. Does NumPy plan to upload wheels to PyPI for Python 3.9, or will you wait for the next release? Pandas is planning to upload wheels for 3.9 with our latest released version (1.1.3) but are planning to build a

[Numpy-discussion] Python 3.9 is out.

2020-10-05 Thread Charles R Harris
Hi All, The subject says it all. Chuck ___ NumPy-Discussion mailing list NumPy-Discussion@python.org https://mail.python.org/mailman/listinfo/numpy-discussion

[Numpy-discussion] Python 3.9

2020-01-30 Thread Charles R Harris
Hi All, Out of curiosity, I ran the numpy tests on Python3.9a3 to see if we hit any of the expired deprecations. The only error looked like a Python bug in fractions.Fraction. For others who may want to try this for a bit of fun: - Download and altinstall Python3.9a3 - Clone and install cy