We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5c82f8 commit 7549686Copy full SHA for 7549686
nx/CHANGELOG.md
@@ -1,5 +1,25 @@
1
# Changelog
2
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
23
## v0.7.1 (2024-02-27)
24
25
* [Nx.LinAlg] Minor speed up to `Nx.LinAlg.qr/2` default implementation
0 commit comments