Re: [Numpy-discussion] Stepping down as NumFOCUS liason

2019-02-21 Thread Ralf Gommers
On Tue, Feb 19, 2019 at 4:33 PM Charles R Harris wrote: > Hi Nathaniel, > > On Mon, Feb 18, 2019 at 11:19 AM Nathaniel Smith wrote: > >> Hi all, >> >> As part of our relationship with NumFOCUS, we have to have some liasons >> so they know who to contact etc. So far that's been Ralf and me. But,

[Numpy-discussion] Adding count parameter to unpackbits (PR-10855)

2019-02-21 Thread Sebastian Berg
Hi all, I was about to merge it, but was noot sure it was really discussed before (and it would be a long time ago). The pull requests: https://github.com/numpy/numpy/pull/10855 Proposes to add a count parameter to unpackbits: ``count`` allows subsetting the number of bits that will be unpacked