Skip to content

Commit

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

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

* Update to latest Nx
* Fix mixed device usage on EXLA.Backend

## v0.6.1 (2023-09-12)

* Update to latest Nx
Expand Down
26 changes: 26 additions & 0 deletions nx/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Changelog

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

### Enhancements

* [Nx] Allow non-scalars as updates on `indexed_add` and `indexed_put`
* [Nx] Allow non-scalars as return of `gather`
* [Nx] Support the `:axes` option in `gather`, `indexed_add`, and `indexed_put`
* [Nx] Add `Nx.covariance`
* [Nx] Support `:type` in argsort
* [Nx] Support `:stable` option in argsort for future compatibility
* [Nx.Serving] Add `:weight` option for static load balancing

### Bug fixes

* [Nx] Cast input types on slicing
* [Nx.Defn] Support vectorized tensors in grad
* [Nx.Defn] Fix bugs when diffing tensor expressions
* [Nx.Serving] Handle serving getting stuck on timer messages

## v0.6.2 (2023-09-21)

### Enhancements
Expand All @@ -14,6 +33,13 @@
* [Nx] Add multivariate normal distribution
* [Nx.Serving] Automatically split exceeding batch sizes

### Bug fixes

* [Nx] Fix `Nx.pad/2` with different backends
* [Nx] Fix `Nx.clip/3` with non-finite values
* [Nx.Serving] Emit batches as they arrive in `Nx.Serving.streaming/2`
* [Nx.Serving] Ensure batch key is preserved when a batch is split

## v0.6.0 (2023-08-15)

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

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

* Update to latest Nx

## v0.6.1 (2023-09-12)

* Update to latest Nx
Expand Down

0 comments on commit 0226501

Please sign in to comment.