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 dd76bf2 commit 6e9362cCopy full SHA for 6e9362c
CHANGES.md
@@ -1,5 +1,11 @@
1
# Release history:
2
3
+## v1.1.1
4
+
5
+### Internal
6
7
+- FIX: Prevent Scipy from dropping columns that are all zero for sub-matrices
8
9
## v1.1.0
10
11
Add new function to select top-n from blocks of a sparse matrix matmul.
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "scikit_build_core.build"
[project]
name = "sparse_dot_topn"
-version = "1.1.0"
+version = "1.1.1"
description = "This package boosts a sparse matrix multiplication followed by selecting the top-n multiplication"
readme = "README.md"
requires-python = ">=3.8"
0 commit comments