Skip to content

Commit 7549686

Browse files
committed
Update CHANGELOG
1 parent e5c82f8 commit 7549686

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

nx/CHANGELOG.md

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

3+
## v0.8.0-dev
4+
5+
### Enhancements
6+
7+
* [Nx] Add `Nx.to_pointer/2` and `Nx.from_pointer/5`
8+
* [Nx] Introduce `~VEC` sigil for 1d tensors
9+
* [Nx] Introduce `~MAT` sigil for 2d tensors
10+
* [Nx] Implement `stack` as a callback for performance
11+
* [Nx] Make `take` an optional callback
12+
* [Nx] Make `take_along_axis` an optional callback
13+
14+
### Bug fixes
15+
16+
* [Nx] Fix a bug with `gather` when `indices` had more dimensions than the input `tensor`
17+
18+
### Deprecations
19+
20+
* [Nx] Deprecate `~V` in favor of `~VEC`
21+
* [Nx] Deprecate `~M` in favor of `~MAT`
22+
323
## v0.7.1 (2024-02-27)
424

525
* [Nx.LinAlg] Minor speed up to `Nx.LinAlg.qr/2` default implementation

0 commit comments

Comments
 (0)