Skip to content

Commit

Permalink
Update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
josevalim committed Nov 13, 2023
1 parent 3d1b594 commit fe9988d
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 0 deletions.
8 changes: 8 additions & 0 deletions exla/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## v0.6.4 (2023-11-13)

* Update to latest Nx
* Allow `:automatic_transfers` configuration on client
* Do not discard client/device in `EXLA.Backend` when it is host
* Always sort NaN last
* Improve the `:axes` option in `gather`, `indexed_add`, and `indexed_put`

## v0.6.3 (2023-11-09)

* Update to latest Nx
Expand Down
14 changes: 14 additions & 0 deletions nx/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,20 @@
* [Nx] Remove deprecated random_uniform, random_normal, shuffle
* [Nx.Defn] `Nx.Defn.rewrite_types/2` has been removed

## v0.6.4 (2023-11-13)

### Enhancements

* [Nx] Allow non-scalar tensors on access

### Bug fixes

* [Nx] Improve the `:axes` option in `gather`, `indexed_add`, and `indexed_put`
* [Nx] Fix grad of `gather`, `indexed_add`, and `indexed_put` with axes
* [Nx.BinaryBackend] Fix sorting of negative infinity
* [Nx.BinaryBackend] Always sort NaN last
* [Nx.Serving] Fix `Nx.Batch` padding with multi-device backends

## v0.6.3 (2023-11-09)

### Enhancements
Expand Down
5 changes: 5 additions & 0 deletions torchx/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## v0.6.4 (2023-11-13)

* Update to latest Nx
* Improve the `:axes` option in `gather`, `indexed_add`, and `indexed_put`

## v0.6.3 (2023-11-09)

* Update to latest Nx
Expand Down

0 comments on commit fe9988d

Please sign in to comment.