Skip to content

Commit

Permalink
Update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
josevalim committed May 13, 2024
1 parent e5c82f8 commit 7549686
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions nx/CHANGELOG.md
@@ -1,5 +1,25 @@
# Changelog

## v0.8.0-dev

### Enhancements

* [Nx] Add `Nx.to_pointer/2` and `Nx.from_pointer/5`
* [Nx] Introduce `~VEC` sigil for 1d tensors
* [Nx] Introduce `~MAT` sigil for 2d tensors
* [Nx] Implement `stack` as a callback for performance
* [Nx] Make `take` an optional callback
* [Nx] Make `take_along_axis` an optional callback

### Bug fixes

* [Nx] Fix a bug with `gather` when `indices` had more dimensions than the input `tensor`

### Deprecations

* [Nx] Deprecate `~V` in favor of `~VEC`
* [Nx] Deprecate `~M` in favor of `~MAT`

## v0.7.1 (2024-02-27)

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

0 comments on commit 7549686

Please sign in to comment.