New layers:
* [`nt.stax.DotGeneral`](https://github.com/google/neural-tangents/commit/b582a89600860d331cb91064e3b0075a9e898c89)
* [`nt.stax.ConvTranspose`](https://github.com/google/neural-tangents/commit/780ad0ce22d482bcefd12f4d3390090de7206da5)
* [`nt.stax.ConvLocal`](https://github.com/google/neural-tangents/commit/cb6cf8027ecc72bc4964f7e24f56508f668678d2)
New features:
* [Support arbitrary nested structures of arrays (tuples, lists of lists etc) as inputs and/or outputs](https://github.com/google/neural-tangents/commit/8a627885296715e51d162e326ebcb5796e30fe4b)
* [You can now debug your NT code with `config.update('jax_numpy_rank_promotion', 'raise')`, as NT and related JAX code no longer rank-promote](https://github.com/google/neural-tangents/commit/be351c56e0b5ed293527292afdc9df48a21dc064)
Breaking changes:
* [Remove `nt.stax.GeneralConv` (use `nt.stax.Conv` instead)](https://github.com/google/neural-tangents/commit/dcc77da2c5aef24c2dd9baca00edd98dc47408f7)