Dimitriye Danilovic
Dimitriye Danilovic
When dealing with fields whose type is a private class, it would be useful to be able to target those fields with an accessor whose return type is a supertype...
I think it'd make development for the project far easier if tests were added. It's a really good idea to do it now, while the project is still small, than...
Made it so when leaving a step, all the substeps deactivate, and if you enter a step from the back i.e. using the left arrow key, all the substeps reactivate...
Attempting to use `einx.vmap` with an equinox module as the op argument will crash if the module has any parameters (as jax arrays are unhashable). This is particularly problematic, as...
Resolves #15 This does introduce a dependency to cachetools to use an LRU cache with custom keys. Further, a dummy pass is still required through any module being vmapped over....