Skip to content

Commit c0e6668

Browse files
committed
REL: Patch release v1.1.3
1 parent c959c3a commit c0e6668

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

CHANGES.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,27 @@
11
# Release history:
22

3+
## v1.1.3
4+
5+
### Changes
6+
7+
BLD: Unrestrict nanobind by @RUrlus in #112
8+
9+
### Internal
10+
11+
FIX: [C++] Remove usage of nb::raw_doc
12+
13+
## v1.1.2
14+
15+
### Changes
16+
17+
BLD: Restrict nanobind version to <2.0 by @RUrlus in #111
18+
19+
### Internal
20+
21+
CICD: Add trusted publishing and updated MacOS runners by @RUrlus in #108
22+
MAINT: Correct name typo in readme by @mmtevelde in #110
23+
CICD: Bump pypa/cibuildwheel from 2.18.0 to 2.18.1 by @dependabot in #109
24+
325
## v1.1.1
426

527
### Internal

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.2"
7+
version = "1.1.3"
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)