Skip to content

Commit

Permalink
REL: Patch release v1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
RUrlus committed Apr 9, 2024
1 parent dd76bf2 commit 6e9362c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGES.md
@@ -1,5 +1,11 @@
# Release history:

## v1.1.1

### Internal

- FIX: Prevent Scipy from dropping columns that are all zero for sub-matrices

## v1.1.0

Add new function to select top-n from blocks of a sparse matrix matmul.
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Expand Up @@ -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"
Expand Down

0 comments on commit 6e9362c

Please sign in to comment.