Skip to content

Commit

Permalink
Release v0.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
RUrlus committed Aug 4, 2023
1 parent d1367fb commit 4616dea
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Release history:

## v0.3.6
- Adds support for Cython >= 3.0

## v0.3.5
- Restrict Cython version to <3.0

## v0.3.4
- Add Python 3.11 wheels
- Fix a compilation error when std:: is missing
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ def _set_builtin(name, value):

setup(
name="sparse_dot_topn",
version="0.3.6.rc0",
version="0.3.6",
description="This package boosts a sparse matrix multiplication "
"followed by selecting the top-n multiplication",
keywords="cosine-similarity sparse-matrix scipy cython",
Expand Down

0 comments on commit 4616dea

Please sign in to comment.