Skip to content

Commit 2d38001

Browse files
authored
Merge pull request #88 from ing-bank/release/0.3.6
Release/0.3.6
2 parents d9e1979 + 4616dea commit 2d38001

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+
## v0.3.6
4+
- Adds support for Cython >= 3.0
5+
6+
## v0.3.5
7+
- Restrict Cython version to <3.0
8+
39
## v0.3.4
410
- Add Python 3.11 wheels
511
- Fix a compilation error when std:: is missing

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ def _set_builtin(name, value):
7474

7575
setup(
7676
name="sparse_dot_topn",
77-
version="0.3.5",
77+
version="0.3.6",
7878
description="This package boosts a sparse matrix multiplication "
7979
"followed by selecting the top-n multiplication",
8080
keywords="cosine-similarity sparse-matrix scipy cython",

0 commit comments

Comments
 (0)