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
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
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
Hi All,
The subject says it all.
Chuck
___
NumPy-Discussion mailing list
NumPy-Discussion@python.org
https://mail.python.org/mailman/listinfo/numpy-discussion
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