Skip to content

Commit

Permalink
Make image link in README understandable for PyPI
Browse files Browse the repository at this point in the history
  • Loading branch information
bathal1 committed May 16, 2022
1 parent 16d0643 commit 74314eb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.17...3.22)

project(cholespy LANGUAGES CXX C VERSION "0.1.1")
project(cholespy LANGUAGES CXX C VERSION "0.1.2")

# Nanobind setup from https://github.com/wjakob/nanobind_example/blob/master/CMakeLists.txt
if (NOT SKBUILD)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ analysis step run *once* when building the solver for fast solving on the GPU
It achieves comparable performance as other frameworks, with the dependencies
nicely shipped along.

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

The Python bindings are generated with
[nanobind](https://github.com/wjakob/nanobind), which makes it easily
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

setup(
name="cholespy",
version="0.1.1",
version="0.1.2",
description="A self-contained sparse Cholesky solver, compatible with CPU and GPU tensor frameworks.",
author="Baptiste Nicolet",
license="BSD",
Expand Down

0 comments on commit 74314eb

Please sign in to comment.