Hello,
We had quite an enthusiastic crowd at today's webinar by Mukulika:
Contributing to the NumPy Documentation
A link to the video, slides and all shared links is available here:
https://blog.dataumbrella.org/numpy
An attendee, Charlotte Wickham, already submitted an issue:
https://github.com/
Feature request: Add a non-circular shift function that is similar to
[`numpy.roll`](https://numpy.org/doc/stable/reference/generated/numpy.roll.html)
but, instead of wrapping elements around, replaces unoccupied entries with a
specified fill value. Examples:
```
>>> import numpy as np
>>> a =