Skip to content

Commit 6e9362c

Browse files
committed
REL: Patch release v1.1.1
1 parent dd76bf2 commit 6e9362c

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGES.md

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

3+
## v1.1.1
4+
5+
### Internal
6+
7+
- FIX: Prevent Scipy from dropping columns that are all zero for sub-matrices
8+
39
## v1.1.0
410

511
Add new function to select top-n from blocks of a sparse matrix matmul.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "scikit_build_core.build"
44

55
[project]
66
name = "sparse_dot_topn"
7-
version = "1.1.0"
7+
version = "1.1.1"
88
description = "This package boosts a sparse matrix multiplication followed by selecting the top-n multiplication"
99
readme = "README.md"
1010
requires-python = ">=3.8"

0 commit comments

Comments
 (0)