File tree Expand file tree Collapse file tree 2 files changed +23
-1
lines changed Expand file tree Collapse file tree 2 files changed +23
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Release history:
2
2
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
+
3
25
## v1.1.1
4
26
5
27
### Internal
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "scikit_build_core.build"
4
4
5
5
[project ]
6
6
name = " sparse_dot_topn"
7
- version = " 1.1.2 "
7
+ version = " 1.1.3 "
8
8
description = " This package boosts a sparse matrix multiplication followed by selecting the top-n multiplication"
9
9
readme = " README.md"
10
10
requires-python = " >=3.8"
You can’t perform that action at this time.
0 commit comments