mirror of
https://github.com/ROCm/jax.git
synced 2025-04-23 22:26:04 +00:00

Notable changes: * use PEP 585 type names * use PEP 604 type union syntax where `from __future__ import annotations` is present. * use f-strings in more places. * remove redundant arguments to open().