Luke Pfister
Luke Pfister
@rgommers Minh was very interested in the idea of it eventually being added to Scipy, and he's aware that requires a BSD license. I'll ask him and double check. As...
I'd love to contribute! It will probably be a few weeks before I'm able to, though- I'm tied up until the end of September. I see there has been discussion...
It looks like the syntax highlighting issue is realated to issue #7. Toggling the cell between 'code' and 'markdown' or some other format will restore syntax highlighting to that cell.
💯 also worth noting that functions are autograd/jitted for a particular input size/shape and must be recompiled for other shapes. some functions only need a recompile (jitted things) but iirc...
(move this comment to your new issue whenever it shows up) we discussed having strict input_dtype checking a few times. it gets a little messy though for complex valued functions....
Make it all `JaxArray` and be done with it. But note that will really mess with static typing, as jax arrays are really aliased to Any. Note also that using...