We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54de243 commit 52dcf08Copy full SHA for 52dcf08
CHANGES.md
@@ -1,5 +1,11 @@
1
# Release history:
2
3
+## v1.1.5
4
+
5
+### Changes
6
7
+BLD: Set rpath for libomp on MacOS to fix compatibility with latest XGBoost version
8
9
## v1.1.4
10
11
### Changes
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "scikit_build_core.build"
[project]
name = "sparse_dot_topn"
-version = "1.1.4"
+version = "1.1.5"
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