Skip to content

Commit

Permalink
Update CHANGELOGs
Browse files Browse the repository at this point in the history
  • Loading branch information
josevalim committed Nov 16, 2024
1 parent 55d3330 commit f0b84c8
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 0 deletions.
7 changes: 7 additions & 0 deletions exla/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## v0.9.2 (2024-11-16)

### Enhancements

* Support cross-compilation for use with Nerves
* Optimize LU with a custom call

## v0.9.1 (2024-10-08)

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

## v0.9.2 (2024-11-16)

### Bug fixes

* [Nx] Fix deprecation warnings on latest Elixir
* [Nx.LinAlg] Fix `least_squares` implementation
* [Nx.Random] Fix `Nx.Random.shuffle` repeating a single value in certain cases on GPU

## v0.9.1 (2024-10-08)

### Deprecations
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.9.2 (2024-11-16)

* Update to latest Nx

## v0.9.1 (2024-10-08)

* Update to latest Nx
Expand Down

0 comments on commit f0b84c8

Please sign in to comment.