Neil Girdhar
Neil Girdhar
Nicer stealth: ```typ #let mark-scale = 0.07 #let stealthy-a = 0.4 #let stealthy-b = 0.1 #register-mark("stealthy", style => { scale(mark-scale) merge-path( fill: style.stroke.paint, stroke: (thickness: 1pt, join: "round"), close: true,...
JaxOpt's implementation has been ironed out: https://github.com/google/jaxopt/blob/main/jaxopt/_src/loop.py
> (The thinking here was: jaxlib is private, and it's easier to just keep the stubs as part of jax.) While you're right that `jaxlib` might be intended to private,...
FYI [The various keys types are also public](https://github.com/jax-ml/jax/blob/cad4ba7ec08650aa95ce5001a3af472e3b91151f/jax/tree_util.py#L41)
It may be faster, but I think it's less legible since it introduces a useless list comprehension. I think it would be better to post this on discuss to see...
Also, I came here to post a related issue, but probably the discussion belongs here since it's close enough: ```python In [1]: %timeit x = [1, *[2 for _ in...
I'm just curious, but will there be a "dev" dependency group that supplants ```toml [tool.uv] dev-dependencies = … ``` or is it up to the user to specify the `group=`...
Also, just wanted to congratulate you all on the amazing new distribution infrastructure! Looks fantastic. Well done getting it out so fast!
@mdhaber Congrats on finishing discrete distributions!! All of my efax tests pass with them.