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.
2 parents d9e1979 + 4616dea commit 2d38001Copy full SHA for 2d38001
CHANGES.md
@@ -1,5 +1,11 @@
1
# Release history:
2
3
+## v0.3.6
4
+- Adds support for Cython >= 3.0
5
+
6
+## v0.3.5
7
+- Restrict Cython version to <3.0
8
9
## v0.3.4
10
- Add Python 3.11 wheels
11
- Fix a compilation error when std:: is missing
setup.py
@@ -74,7 +74,7 @@ def _set_builtin(name, value):
74
75
setup(
76
name="sparse_dot_topn",
77
- version="0.3.5",
+ version="0.3.6",
78
description="This package boosts a sparse matrix multiplication "
79
"followed by selecting the top-n multiplication",
80
keywords="cosine-similarity sparse-matrix scipy cython",
0 commit comments