Skip to content

Commit 613ff2c

Browse files
committed
DOC: Update changelog for v1.1.0
1 parent 2f82381 commit 613ff2c

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

CHANGES.md

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

3+
## v1.1.0
4+
5+
Add new function to select top-n from blocks of a sparse matrix matmul.
6+
Function will return a zipped matrix Z, where Z = [sorted top n results > lower_bound for each row of C_j], where C_j = A.dot(B_j) and where B has been split row-wise into sub-matrices B_j.
7+
8+
### API
9+
10+
- ENH: new function zip_sp_matmul_topn can zip matrices zip_j A.dot(B_j)
11+
312
## v1.0.0
413

514
This introduces major and potentially breaking changes to the API.

0 commit comments

Comments
 (0)