Skip to content

Commit 74314eb

Browse files
author
Baptiste Nicolet
committed
Make image link in README understandable for PyPI
1 parent 16d0643 commit 74314eb

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cmake_minimum_required(VERSION 3.17...3.22)
22

3-
project(cholespy LANGUAGES CXX C VERSION "0.1.1")
3+
project(cholespy LANGUAGES CXX C VERSION "0.1.2")
44

55
# Nanobind setup from https://github.com/wjakob/nanobind_example/blob/master/CMakeLists.txt
66
if (NOT SKBUILD)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ analysis step run *once* when building the solver for fast solving on the GPU
2020
It achieves comparable performance as other frameworks, with the dependencies
2121
nicely shipped along.
2222

23-
![Benchmark](tests/benchmark.jpg)
23+
![Benchmark](https://raw.githubusercontent.com/rgl-epfl/cholespy/main/tests/benchmark.jpg)
2424

2525
The Python bindings are generated with
2626
[nanobind](https://github.com/wjakob/nanobind), which makes it easily

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
setup(
2121
name="cholespy",
22-
version="0.1.1",
22+
version="0.1.2",
2323
description="A self-contained sparse Cholesky solver, compatible with CPU and GPU tensor frameworks.",
2424
author="Baptiste Nicolet",
2525
license="BSD",

0 commit comments

Comments
 (0)