Irwin Zaid
Irwin Zaid
I'm trying to get Cxx.jl to build using the Julia 0.5 release and the latest master of Cxx.jl. I have successfully built Cxx.jl before, though not with the latest of...
Hi! These bindings to TensorFlow are great, really enjoying them. I was just wondering what the proper equivalent of `tf.name_scope(...)` is in TensorFlow.jl. In TensorFlow.py, I might do something like...
This PR demonstrates a way forward for special functions defined by recurrence relations, as well as some other issues with special functions more generally. Here we will use the Legendre...
Hello all! This is a request for comment about a general issue in special. It is related to https://github.com/scipy/scipy/pull/20438, and is part of the overall refactoring in special that is...
Hello all! Thanks for making such a great reference implementation of `std::mdspan` available. Over at SciPy, we've been considering using exactly this implementation to help us with some C++ NumPy...
The current specification of WebGL doesn't support 3D textures. This PR adds emulated 3D textures, by sending them to the GPU as a 2D texture and providing an appropriate look-up...
I'd like to add a `.jsbeautifyrc` to the JavaScript repository, which will make formatting very easy -- any reason this isn't a good idea?
Hello all! I raised this issue on array-api-compat earlier (https://github.com/data-apis/array-api-compat/issues/105), but I think it might be more properly directed here. In the array API, `expand_dims` supports only a single axis...
So, I know that instead of magics, IJulia suggests custom string literals -- i.e., https://github.com/JuliaLang/IJulia.jl/issues/408. What would be really great is if we could support syntax highlighting of other languages...