https://github.com/google/jax
Raw File
Tip revision: 4433ddfb8fd3b5459bdbf91fe73756880a2d7152 authored by Matthew Johnson on 21 April 2020, 15:31:40 UTC
update version and changelog for pypi
Tip revision: 4433ddf
pytest.ini
[pytest]
filterwarnings =
    error
    ignore:No GPU/TPU found, falling back to CPU.:UserWarning
    ignore:Explicitly requested dtype.*is not available.*:UserWarning
    ignore:jax.experimental.vectorize is deprecated.*:FutureWarning
back to top