8000 Release Chex 0.1.82 · google-deepmind/chex · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Chex 0.1.82

Compare
Choose a tag to compare
@hbq1 hbq1 released this 20 Jul 10:23
· 68 commits to master since this release

What's Changed

Chex has moved from external dm-tree to the JAX-native jax.tree_util library for operating with PyTrees.
This means that Nones will not be treated as separate leaves by chex tree assertions any longer.
Note that you can still check for Nones using chex.assert_tree_no_nones().

  • Remove usage of dm-tree in asserts. by @copybara-service in #288
  • Add support for kw_only for chex.dataclass. by @jblespiau in #290
  • Deprecate ignore_nones. by @copybara-service in #292

Full Changelog: v0.1.81...v0.1.82

0