add CITATION.bib and bump version to latest release

PiperOrigin-RevId: 453519227
This commit is contained in:
Roy Frostig 2022-06-07 13:59:45 -07:00 committed by jax authors
parent 3e699ddec0
commit 531ab3fb18
2 changed files with 8 additions and 1 deletions

7
CITATION.bib Normal file
View File

@ -0,0 +1,7 @@
@software{jax2018github,
author = {James Bradbury and Roy Frostig and Peter Hawkins and Matthew James Johnson and Chris Leary and Dougal Maclaurin and George Necula and Adam Paszke and Jake Vander{P}las and Skye Wanderman-{M}ilne and Qiao Zhang},
title = {{JAX}: composable transformations of {P}ython+{N}um{P}y programs},
url = {http://github.com/google/jax},
version = {0.3.13},
year = {2018},
}

View File

@ -536,7 +536,7 @@ To cite this repository:
author = {James Bradbury and Roy Frostig and Peter Hawkins and Matthew James Johnson and Chris Leary and Dougal Maclaurin and George Necula and Adam Paszke and Jake Vander{P}las and Skye Wanderman-{M}ilne and Qiao Zhang},
title = {{JAX}: composable transformations of {P}ython+{N}um{P}y programs},
url = {http://github.com/google/jax},
version = {0.2.5},
version = {0.3.13},
year = {2018},
}
```