Re: [Numpy-discussion] (no subject)

2020-06-03 Thread Derek Homeier
On 2 Jun 2020, at 11:15 pm, Charles R Harris wrote: > >> Also, I had expected the sdist to be the .tar.gz format, I can't find it >> back but IIRC that's what we decided in the past. It's smaller, and it's >> what pretty much all other projects do. > > NumPy has always used zip since PyPI limi

[Numpy-discussion] NumPy 1.18.5 released

2020-06-03 Thread Charles R Harris
Hi All, On behalf of the NumPy team I am pleased to announce the release of NumPy 1.18.5. This is a short release to enable pickle protocol=5 to be used in Python3.5 and is motivated by the recent backport of pickle5 to Python3.5. The Python versions supported in this release are 3.5-3.8. Downstr

Re: [Numpy-discussion] (no subject)

2020-06-03 Thread Charles R Harris
On Wed, Jun 3, 2020 at 12:34 PM Derek Homeier < de...@astro.physik.uni-goettingen.de> wrote: > On 2 Jun 2020, at 11:15 pm, Charles R Harris > wrote: > > > >> Also, I had expected the sdist to be the .tar.gz format, I can't find > it back but IIRC that's what we decided in the past. It's smaller,

[Numpy-discussion] Fixing fromfile to throw error when opening on gzip files

2020-06-03 Thread Sidhant Bansal
In regard to the issue: https://github.com/numpy/numpy/issues/7713 And my corresponding PR: https://github.com/numpy/numpy/pull/16221 I was advised to put this on the mailing list to get a general sense of how the issue is affecting people and to discuss how I can improve the current PR. I am sti