Skip to content

Commit

Permalink
DOC: Update changelog for v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
RUrlus committed Mar 1, 2024
1 parent 2f82381 commit 613ff2c
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Release history:

## v1.1.0

Add new function to select top-n from blocks of a sparse matrix matmul.
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.

### API

- ENH: new function zip_sp_matmul_topn can zip matrices zip_j A.dot(B_j)

## v1.0.0

This introduces major and potentially breaking changes to the API.
Expand Down

0 comments on commit 613ff2c

Please sign in to comment.