Daniel da Silva
Daniel da Silva
I noticed that iotop won't run on windows; it's likely the WSL doesn't have the hooks available
Consider this a feature request then... it would be great to be able to hide the local variables so I can have more space for functions and classes.
+1, would like to do this as well. It would be nice to have an API like: ```python import line_profiler line_profiler.add_function(mymodule.func_name) ```
I'm trying to work on this by adding a check to the multiarraymodule.c function for `arange()` which throws a `TypeError` if the dtype is string. I'm stuck trying to figure...
Nevermind, figured it out. PR coming soon..
Thank you @charris . I have added a release note.
Thanks for the input @rossbar and @seberg. I integrated your suggested commits and took @seberg 's recommendation to use `PyDataType_ISSTRING` in `PyArray_ArangeObj`. Let me know if there's any other requested...
Thanks for the (now hidden) comment @rossbar . That was an oversight on my part and is now resolved
Thank you everyone!
same