Skip to content

Commit f0b84c8

Browse files
committed
Update CHANGELOGs
1 parent 55d3330 commit f0b84c8

File tree

3 files changed

+19
-0
lines changed

3 files changed

+19
-0
lines changed

exla/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## v0.9.2 (2024-11-16)
4+
5+
### Enhancements
6+
7+
* Support cross-compilation for use with Nerves
8+
* Optimize LU with a custom call
9+
310
## v0.9.1 (2024-10-08)
411

512
### Enhancements

nx/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## v0.9.2 (2024-11-16)
4+
5+
### Bug fixes
6+
7+
* [Nx] Fix deprecation warnings on latest Elixir
8+
* [Nx.LinAlg] Fix `least_squares` implementation
9+
* [Nx.Random] Fix `Nx.Random.shuffle` repeating a single value in certain cases on GPU
10+
311
## v0.9.1 (2024-10-08)
412

513
### Deprecations

torchx/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## v0.9.2 (2024-11-16)
4+
5+
* Update to latest Nx
6+
37
## v0.9.1 (2024-10-08)
48

59
* Update to latest Nx

0 commit comments

Comments
 (0)