Hi everyone,

During the community call today, we drew up a list of open PR counts per 
developer. We are working towards bringing down their number (around 240 
today), and would appreciate it if you could help us review and/or make 
decisions.

NumPy also has 1760 open issues <https://github.com/numpy/numpy/issues>; many 
of these are probably invalid—but just clicking through them all takes a lot of 
time. So if you want to grab 5 random ones and check their status, that would 
be very helpful.

Best regards,
Stéfan
PR count

`1. eric-wieser: 32
2. jaimefrio: 10
3. juliantaylor: 6
4. madphysicist: 6
5. mattip: 5
6. bashtage: 4
7. tylerjereddy: 4
8. zerothi: 4
9. pitrou: 3
10. hameerabbasi: 3       
`
Eric’s PRs:

 * #12519: ENH/DEP: Use a ufunc under the hood for ndarray.clip 
<https://api.github.com/repos/numpy/numpy/pulls/12519>
 * #12473:  ENH: Make the contents of dtype.fields namedtuple-like 
<https://api.github.com/repos/numpy/numpy/pulls/12473>
 * #12205: MAINT: avoid relying on `np.generic.__name__` in `np.dtype.name` 
<https://api.github.com/repos/numpy/numpy/pulls/12205>
 * #12178: BUG: Prevent segfaults if python runs out of memory concatenating 
strings in ufunc error messages 
<https://api.github.com/repos/numpy/numpy/pulls/12178>
 * #11955: MAINT: Move _do_append and _do_prepend out of the functions to 
generate padding values <https://api.github.com/repos/numpy/numpy/pulls/11955>
 * #11829: MAINT: Use textwrap.dedent in f2py tests 
<https://api.github.com/repos/numpy/numpy/pulls/11829>
 * #11397: DEP: Deprecate the normed argument to histogramdd to match histogram 
<https://api.github.com/repos/numpy/numpy/pulls/11397>
 * #10765: BUG: Disable hex(np.floating) and oct(np.floating) on python 2 
<https://api.github.com/repos/numpy/numpy/pulls/10765>
 * #10741: ENH: Implement `np.floating.as_integer_ratio` 
<https://api.github.com/repos/numpy/numpy/pulls/10741>
 * #10723: BUG: longdouble(int) does not work 
<https://api.github.com/repos/numpy/numpy/pulls/10723>
 * #10417: ENH: Allow dtype objects to be indexed with multiple fields at once 
<https://api.github.com/repos/numpy/numpy/pulls/10417>
 * #10308: API: Make MaskedArray.mask return a view, rather than the underlying 
mask <https://api.github.com/repos/numpy/numpy/pulls/10308>
 * #10151: BUG: Numpy scalar types sometimes have the same name 
<https://api.github.com/repos/numpy/numpy/pulls/10151>
 * #10132: BUG: np.matrix does not return an array when given a full index 
ending in … <https://api.github.com/repos/numpy/numpy/pulls/10132>
 * #10025: ENH: Add the ndmin argument from np.array to np.as[any]array 
<https://api.github.com/repos/numpy/numpy/pulls/10025>
 * #9963: ENH: Add the C99 remainder function, as `np.remainder_ieee` 
<https://api.github.com/repos/numpy/numpy/pulls/9963>
 * #9951: ENH: Make dtype iterable 
<https://api.github.com/repos/numpy/numpy/pulls/9951>
 * #9705: BUG: Fix some (not all) compiler warnings 
<https://api.github.com/repos/numpy/numpy/pulls/9705>
 * #9690: BUG: Fix broken out argument in np.ma ufunc_likes 
<https://api.github.com/repos/numpy/numpy/pulls/9690>
 * #9459: MAINT: Remove unhelpful docstrings, improve helpful ones 
<https://api.github.com/repos/numpy/numpy/pulls/9459>
 * #9428: ENH: add a neigborwise function 
<https://api.github.com/repos/numpy/numpy/pulls/9428>
 * #9353: BUG: Fix np.ma.take on un-indexable scalars 
<https://api.github.com/repos/numpy/numpy/pulls/9353>
 * #8970: ENH/API: Change flexible types to indicate resizability with elsize 
== -1 <https://api.github.com/repos/numpy/numpy/pulls/8970>
 * #8910: ENH: avoid allocations in getmaskarray 
<https://api.github.com/repos/numpy/numpy/pulls/8910>
 * #8868: MAINT: Split ufunc into two subtypes, and remove methods where 
innapropriate <https://api.github.com/repos/numpy/numpy/pulls/8868>
 * #8853: BUG: Prevent power(uint64, int64) casting to float 
<https://api.github.com/repos/numpy/numpy/pulls/8853>
 * #8662: ENH: preserve subclasses in ufunc.outer 
<https://api.github.com/repos/numpy/numpy/pulls/8662>
 * #8641: BUG: Preserve types of empty arrays in ix_ when known 
<https://api.github.com/repos/numpy/numpy/pulls/8641>
 * #8640: ENH: generalize `ix_` to work for arbitrary dimensionality of input 
<https://api.github.com/repos/numpy/numpy/pulls/8640>
 * #8615: ENH: Add support for coercing structured arrays into dicts 
<https://api.github.com/repos/numpy/numpy/pulls/8615>
 * #8514: ENH: Make it possible to call .view on object arrays 
<https://api.github.com/repos/numpy/numpy/pulls/8514>
 * #8511: MAINT: make np.ma.apply_along_axis consistent with 
np.apply_along_axis <https://api.github.com/repos/numpy/numpy/pulls/8511>
Jaime’s PRs:

 * #9424: ENH: Adds an out argument to bincount. 
<https://api.github.com/repos/numpy/numpy/pulls/9424>
 * #7473: BUG: shift operator cycles, fixes #2449 
<https://api.github.com/repos/numpy/numpy/pulls/7473>
 * #7464: ENH: Make bincount output same type as weights, fixes #6854 
<https://api.github.com/repos/numpy/numpy/pulls/7464>
 * #7450: BUG, MAINT: concatenate of empty sequences, fixes #1586 
<https://api.github.com/repos/numpy/numpy/pulls/7450>
 * #7441: MANT: refactor PyArrayMultiIterObject constructors 
<https://api.github.com/repos/numpy/numpy/pulls/7441>
 * #6219: MAINT: refactor unravel_index for code repetition 
<https://api.github.com/repos/numpy/numpy/pulls/6219>
 * #5890: BUG: Don’t use longlong for PyLong if it isn’t larger than long 
<https://api.github.com/repos/numpy/numpy/pulls/5890>
 * #5740: MAINT: Refactor .flags attribute of ndarray 
<https://api.github.com/repos/numpy/numpy/pulls/5740>
 * #4366: BUG: Allow any integer type in bincount (fixes #823) 
<https://api.github.com/repos/numpy/numpy/pulls/4366>
 * #4246: BUG: `take` casting logic with an `out=` argument 
<https://api.github.com/repos/numpy/numpy/pulls/4246>
_______________________________________________
NumPy-Discussion mailing list
NumPy-Discussion@python.org
https://mail.python.org/mailman/listinfo/numpy-discussion

Reply via email to