Skip to content

Releases: google-deepmind/chex

Chex 0.1.91

01 Sep 21:48

Choose a tag to compare

What's Changed

Full Changelog: v0.1.90...v0.1.91

Chex 0.1.90

23 Jul 19:50

Choose a tag to compare

What's Changed

Full Changelog: v0.1.89...v0.1.90

Chex 0.1.89

25 Feb 15:42

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.1.88...v0.1.89

Chex 0.1.88

11 Dec 10:33

Choose a tag to compare

What's Changed

Full Changelog: v0.1.87...v0.1.88

Chex 0.1.87

30 Sep 14:40

Choose a tag to compare

What's Changed

Full Changelog: v0.1.86...v0.1.87

Chex 0.1.86

19 Mar 10:05

Choose a tag to compare

What's Changed

Full Changelog: v0.1.85...v0.1.86

Chex 0.1.85

22 Nov 18:26

Choose a tag to compare

What's Changed

  • [JAX] Replace uses of jax.devices("cpu") with jax.local_devices(backend="cpu"). by @copybara-service in #317

Full Changelog: v0.1.84...v0.1.85

Chex 0.1.84

20 Oct 09:58

Choose a tag to compare

Update the type definitions in pytype.py and fix various warnings.

Chex 0.1.83

20 Sep 15:35

Choose a tag to compare

  • Remove deprecated assert_tree_* methods;
  • Improve the usability of dataclasses;
  • Update dependencies and pytypes in accordance with the latest changes in Jax.

Chex 0.1.82

20 Jul 10:23

Choose a tag to compare

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().

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