Conversation
|
I'm not against it, but there seems to be some discrepancy in |
I don't use Numpy very often, but I think I have never seen the dtype printed alongside the array, in which case does it happen ? |
This doesn't print the >>> linspace(0, 10, num=11)
array([ 0., 1., 2., 3., 4., 5., 6., 7., 8., 9., 10.]) |
Sorry, I meant to ask : In which case does Numpy display the dtype ? I'm adding the option in here so that it is now possible to disable the display of "dtype=". |
I don't know, and that's why I would like to hold off with this, till it is sorted out. |
I don't know if it is something you would like to add, but I added a small option for the display of "dtype=..." when printing an array.