Re: [Numpy-discussion] Deprecate np.testing.dec

2020-12-23 Thread Charles R Harris
On Wed, Dec 23, 2020 at 11:09 AM Kevin Sheppard wrote: > Have you performed a search on GitHub to look for use of the decorators? > I think external use is more of a concern than internal. > > > > Kevin > Note that nose is no longer supported and needs (minor) patching to work with recent Python

[Numpy-discussion] Suggestion: add an pad parameter to np.memmap

2020-12-23 Thread Tom Swirly
Hello, and thanks for all your work on the amazing numpy. I'm using np.memmap() with great success for memory mapping WAV audio files, with one tiny blemish - the WAV spec wants me to sometimes put one byte after the list of samples that I'm memory mapping, which I can't do easily when writing a n

Re: [Numpy-discussion] Deprecate np.testing.dec

2020-12-23 Thread Kevin Sheppard
Have you performed a search on GitHub to look for use of the decorators?  I think external use is more of a concern than internal. Kevin  From: rpolleySent: Wednesday, December 23, 2020 6:05 PMTo: numpy-discussion@python.orgSubject: [Numpy-discussion] Deprecate np.testing.dec Saw some discussion in

[Numpy-discussion] Deprecate np.testing.dec

2020-12-23 Thread rpolley
Saw some discussion in this issue that since the decorators in np.testing.dec are there to support the nose testing framework, and since we use pytest mainly for testing now, that the decorators there should be deprecated. I created a pull request <