Added better docs; added PRNGKeys. Packaging with pyproject.toml.

Also added support for matching dtypes using regexes, and for nesting e.g. Shaped[Float[Array, "dim1 dim2"], "dim3"].
This commit is contained in:
Patrick Kidger
2023-05-10 15:27:25 -07:00
parent 46c7896c99
commit 849b15db3b
30 changed files with 1072 additions and 508 deletions
+8
View File
@@ -0,0 +1,8 @@
# PyTree annotations
:::jaxtyping.PyTree
selection:
members:
false
Note that `jaxtyping.PyTree` is only available if JAX has been installed.