Skip to content

Commit

Permalink
REL: Patch release v1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
RUrlus committed Jun 13, 2024
1 parent dd9fe95 commit c5e695e
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
22 changes: 22 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# Release history:

## v1.1.3

### Changes

BLD: Unrestrict nanobind by @RUrlus in #112

### Internal

FIX: [C++] Remove usage of nb::raw_doc

## v1.1.2

### Changes

BLD: Restrict nanobind version to <2.0 by @RUrlus in #111

### Internal

CICD: Add trusted publishing and updated MacOS runners by @RUrlus in #108
MAINT: Correct name typo in readme by @mmtevelde in #110
CICD: Bump pypa/cibuildwheel from 2.18.0 to 2.18.1 by @dependabot in #109

## v1.1.1

### Internal
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "scikit_build_core.build"

[project]
name = "sparse_dot_topn"
version = "1.1.2"
version = "1.1.3"
description = "This package boosts a sparse matrix multiplication followed by selecting the top-n multiplication"
readme = "README.md"
requires-python = ">=3.8"
Expand Down

0 comments on commit c5e695e

Please sign in to comment.