Re: [Numpy-discussion] Closing resolved good-first-issues

2020-05-03 Thread Tina Oberoi
Fri, 1 May 2020 18:05:14 Ralf Gommers wrote: > > Hi Tina, thanks for pointing that out. I have added you to the triage team, > so you are able to close issues that you already noticed are fixed. I'll > have a look at labelling some new ones now. These are the issues that have pull requests merg

[Numpy-discussion] NumPy 1.18.4 release

2020-05-03 Thread Charles R Harris
Hi All, On behalf of the NumPy team I am pleased to announce that NumPy 1.18.4 has been released. This is the last planned release in the 1.18.x series. It reverts the bool("0") behavior introduced in 1.18.3 and fixes a bug in Generator.integers. There is also a link to a new troubleshooting secti

[Numpy-discussion] ANN: mplcairo 0.3 release

2020-05-03 Thread Antony Lee
Dear all, I am pleased to announce the release of mplcairo 0.3. mplcairo is a Matplotlib backend based on the well-known cairo library, supporting output to both raster (including interactively) and vector formats. In other words, it provides the functionality of Matplotlib's {,qt5,gtk3,wx,tk,ma

[Numpy-discussion] NumPy nightly wheel builds

2020-05-03 Thread Charles R Harris
Hi All, The NumPy "nightly" wheel builds, actually built weekly on Sunday mornings, have moved to https://anaconda.org/scipy-wheels-nightly/numpy/files. They can be installed/downloaded using pip: pip install -i https://pypi.anaconda.org/scipy-wheels-nightly/simple numpy Chuck _

Re: [Numpy-discussion] NumPy nightly wheel builds

2020-05-03 Thread Andrew Nelson
On Mon, 4 May 2020, 07:26 Charles R Harris, wrote: > Hi All, > > The NumPy "nightly" wheel builds, actually built weekly on Sunday > mornings, have moved to > https://anaconda.org/scipy-wheels-nightly/numpy/files. They can be > installed/downloaded using pip: > That's awesome, thank you. Would

Re: [Numpy-discussion] NumPy nightly wheel builds

2020-05-03 Thread Charles R Harris
On Sun, May 3, 2020 at 5:34 PM Andrew Nelson wrote: > > > On Mon, 4 May 2020, 07:26 Charles R Harris, > wrote: > >> Hi All, >> >> The NumPy "nightly" wheel builds, actually built weekly on Sunday >> mornings, have moved to >> https://anaconda.org/scipy-wheels-nightly/numpy/files. They can be >>

Re: [Numpy-discussion] NumPy nightly wheel builds

2020-05-03 Thread Andrew Nelson
Python 3.9 beta is ~ May 18 ___ NumPy-Discussion mailing list NumPy-Discussion@python.org https://mail.python.org/mailman/listinfo/numpy-discussion

Re: [Numpy-discussion] Closing resolved good-first-issues

2020-05-03 Thread Matti Picus
On 3/5/20 1:39 pm, Tina Oberoi wrote: These are the issues that have pull requests merged but still open, Please let me know if I am wrong else we can close these issues: - Issue #9476 - Issue #2802 - Is