Skip to content

Commit

Permalink
Update changelog for jax-ml#5868
Browse files Browse the repository at this point in the history
  • Loading branch information
jakevdp committed Apr 1, 2021
1 parent 9ca11d4 commit 2a091d2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ PLEASE REMEMBER TO CHANGE THE '..master' WITH AN ACTUAL TAG in GITHUB LINK.
`OverflowError` rather than having their value silently truncated.
* Bug fixes:
* `host_callback` now supports empty arrays in arguments and results ({jax-issue}`#6262`).
* {func}`jax.random.randint` clips rather than wraps of out-of-bounds limits, and can now generate
integers in the full range of the specified dtype ({jax-issue}`#5868`)

## jaxlib 0.1.65 (unreleased)

Expand Down

0 comments on commit 2a091d2

Please sign in to comment.