2024.10.25: Deploy auto-generated API docs.
2024.10.25: Try to prevent users from using Loop variables are part of slices. (Throw a meaningful exception instead of just failing.)
2024.10.16: Fix bug introduced by previous update. (Old commit re-used plate names between different variables, which (apparently) has serious consequences in NumPyro.)
2024.10.15: Revamped NumPyro backend to try to deal better with discrete variables. Now, vmap uses numpyro.plate
where possible. (Which it often isn't due to limitations in how NumPyro works.)