ndarray
ndarray copied to clipboard
Exclusive range for linspace()?
trafficstars
It would be great to have a convenient equivalent to numpy.linspace(start, end, endpoint=False). This comes up all the time for me, and I don't see a current clean way to write it.
I don't know how this is implemented both in numpy or ndarray, but this shouldn't be too difficult to implement and I think it's a useful feature.