What's Changed
* Support XlaOptimizationBarrier. https://github.com/deepmind/tf2jax/pull/63
* Support TensorListFromTensor, TensorListGetItem, TensorListSetItem, TensorListReserve, TensorListStack. https://github.com/deepmind/tf2jax/pull/78, https://github.com/deepmind/tf2jax/pull/79
* Support DvNoNan, ResourceGather, ResizeNearestNeighbor, RFFT, IRFFT, Angle, StatelessRandomGetAlg, EnsureShape, CheckNumerics, Roll. https://github.com/deepmind/tf2jax/pull/60, https://github.com/deepmind/tf2jax/pull/61, https://github.com/deepmind/tf2jax/pull/62, https://github.com/deepmind/tf2jax/pull/64, https://github.com/deepmind/tf2jax/pull/67, https://github.com/deepmind/tf2jax/pull/68, https://github.com/deepmind/tf2jax/pull/74
* Support experimental XlaCallModule used by jax2tf. https://github.com/deepmind/tf2jax/pull/70, https://github.com/deepmind/tf2jax/pull/71
* Add heuristic for inferring cumulative reductions and avoid potentially expensive reduce_window calls. https://github.com/deepmind/tf2jax/pull/55
* Fix an edge case in StrideSlice. https://github.com/deepmind/tf2jax/pull/80
* Dropped support for python 3.7 (to match JAX). https://github.com/deepmind/tf2jax/pull/73
**Full Changelog**: https://github.com/deepmind/tf2jax/compare/v0.3.1...v0.3.2