Shailesh Kumar
Shailesh Kumar
I am working on a [JAX](https://jax.readthedocs.io/en/latest/index.html)-based port of PyWavelet. It is part of the [CR-Sparse](https://github.com/carnotresearch/cr-sparse) library. The `cr.sparse.wt` module currently has an implementation of dwt, idwt, upcoef, downcoef, wavedec, waverec,...
Thanks for the clarification. I am not familiar with the code of sphinx-gallery. If you could give some pointers into the parts of the codebase which may be relevant, I...
> Would this: [#846 (comment)](https://github.com/sphinx-gallery/sphinx-gallery/issues/846#issuecomment-925699075) work for your use case @shailesh1729? Hi, I guess `sphinx_codeautolink` is focused on the usual code examples in RST documentation. I wonder if it is...
I am facing the exact same problem with the latest GPU drivers. Sample code ```python from jax import jit import jax.numpy as jnp import scipy import math @jit def hermitian(a):...
Following #5380, when I tried out with `export XLA_PYTHON_CLIENT_PREALLOCATE=false`, it stopped crashing.
Can you describe in some detail as to what all features you would like to see under this head?
I second the use case. Another example is a corollary following a theorem. I find it odd to have theorem 15 followed by corollary 3. This happens because corollaries are...
Hi, I would agree to have it in our code base. What about having it inside the src/stat ? I mean statistical work requires a lot more flexibility in data...
Looks like the new build error is not even in the source code. I am wondering if something has gone wrong in the compiler itself today. https://travis-ci.org/indigits/scirust/builds/51750177 2.54s$ cargo build...
The build it back now (without any change from me). So it was indeed a compiler/cargo issue.