Skip to content

Commit 6d0cad3

Browse files
committed
REL: Patch release v1.1.4
1 parent af6abe9 commit 6d0cad3

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.4
4+
5+
### Changes
6+
7+
PKG: Suppress error for double initialisation of OpenMP
8+
39
## v1.1.3
410

511
### Changes

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.3"
7+
version = "1.1.4"
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)