What's Changed
- Add
ignore_nans
kwarg to metrics.py to produce sensible output when the input image has NaNs by @phinate in #103 - In jnp.reshape, use
shape
rather than deprecatednewshape
. Thenewshape
parameter was deprecated in JAX v0.4.28, and will soon be removed. by @copybara-service in #107
New Contributors
Full Changelog: v0.4.3...v0.4.4