You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,8 @@
10
10
11
11
- Add `jaxy_scan` for numpy and jax backends, contrasting to the tf style original backend scan method.
12
12
13
+
- Add `sparse_csr_from_coo` method for numpy and jax backends to convert COO format to CSR format, the latter is more efficient for `sparse_dense_matmul`.
14
+
13
15
- Add `krylov_evol` method for krylov evolution.
14
16
15
17
- Add `chebyshev_evol` method for chebyshev polynomial evolution.
0 commit comments