Ross Barnowski
Ross Barnowski
> Are you sure about the order='K'? Nope, I'm not sure at all :) I assumed users might expect the transposed memory layout, but I'm not sure. Ideally we could...
According to the objects.inv, the ufunc link targets are listed under the `:py:data:` role, not `:func:`. I went ahead and tried switching the roles from `:func:` to `:py:data:` in NEP...
In your example, `binarrayPath` is a `zipfile.Path` object, which is not a supported by `np.fromfile`. Also, it would be better if you could include a full round-trip example for debugging...
I'm no expert, but I think `fromfile` is more intended to be the lightest-weight tool for disk I/O. There are other more full-featured approaches to file I/O in NumPy that...
Just FYI there was an attempt at this that was recently closed due to lack of forward momentum - see #10994. That might be a good place to start if...
I just wanted to chime in to share some thoughts about approach number 1, which I've worked on both for [numpy](https://github.com/numpy/numpy-tutorials/) and [networkx](https://github.com/networkx/nx-guides). > If (2) is feasible, it's perhaps...
> I guess my main follow-up question is: what do we actually gain from executablebooks over pydata-sphinx-theme Sorry, I think I've caused confusion with the terminology :). [executeablebooks](https://github.com/executablebooks/) is the...
> I'd be happy to create a draft PR with the basic set up for this, unless @rossbar or someone else wants to do it It'd probably be easier for...
I'm +1 for implementing the fix+tests proposed in the OP. Investigating new algorithms e.g. for route inspection is interesting, but I'd propose to handle that in a separate issue/discussion/PR as...
Thanks for this @dzy49 ! I think there's general consensus that this is a good idea and the right way to go. It'd be good to add some tests for...