What's Changed
* Drop support for python 3.8, as per JAX deprecation policy.
* Use new `jax.tree_util.register_pytree_with_keys` to register `chex.Dataclass`. by copybara-service in https://github.com/deepmind/chex/pull/266
* Add size based assertions by tttc3 in https://github.com/deepmind/chex/pull/265
* Integer sequence support for `chex.assert_tree_shape{_prefix, _suffix}` by hylkedonker in https://github.com/deepmind/chex/pull/275
* Resolve unsoundness caught by pytype --strict-none-binding. by copybara-service in https://github.com/deepmind/chex/pull/276
* Release v0.1.8. by copybara-service in https://github.com/deepmind/chex/pull/281
New Contributors
* tttc3 made their first contribution in https://github.com/deepmind/chex/pull/265
* hylkedonker made their first contribution in https://github.com/deepmind/chex/pull/275
**Full Changelog**: https://github.com/deepmind/chex/compare/v0.1.7...v0.1.8