Neil Girdhar

Results 85 issues of Neil Girdhar

The [one-hot function](https://jax.readthedocs.io/en/latest/_autosummary/jax.nn.one_hot.html) is a useful function in machine learning. It would be really useful to have it in `scipy.special`, in particular, because of SciPy's commitment to support the Array...

enhancement
scipy.special
scipy.linalg
scipy.signal

[E111](https://docs.astral.sh/ruff/rules/indentation-with-invalid-multiple/) should probably use the indent-width setting?

rule
configuration
help wanted

On Python 3.9: ```python from __future__ import annotations def f(x: None | str) -> None: pass ``` gives ``` File "/home/neil/src/flax/a.py", line 2, in : unsupported operand type(s) for |:...

I see that there is a WOFF an a truetype font is in dist, but I can't seem to get either working with Kitty. Kitty doesn't report them in list-fonts,...

The continuation character used outside of strings are no longer necessary as of Python 3.9 thanks to the new PEG parser. This means that we can always use parentheses. And...

rule

Could the protobuf dependency be incremented by **two** major versions please?

Thank you very much for uploading this. Would it be possible to get it working? Currently, tensorflow does not have a `tf.contrib`. And most tensorflow imports should be replaced with...

For some reason useless-expression is not triggered by loose strings. Should these be caught? If comments are intended, then Ruff could suggest converting them comments? ```python class X: """Some docstring."""...

bug