Skip to content

Releases: rgl-epfl/cholespy

Version 2.1.0

09 Aug 08:19
Compare
Choose a tag to compare
  • Modernized wheel building pipeline
  • Use the stable ABI for python 3.12+

Version 2.0.0

07 Aug 18:39
Compare
Choose a tag to compare

Updated the package to comply with Nanobind's new version.

Version 1.0.0

22 Aug 12:59
Compare
Choose a tag to compare

Updated the bindings to use the newer Nanobind API syntax, namely renaming nb::tensor to nb::ndarray.

Version 0.1.6

21 Oct 09:35
Compare
Choose a tag to compare

Bumped minimum version required for nanobind

Version 0.1.5

19 Jul 13:37
Compare
Choose a tag to compare

Fixed synchronization issue between cholespy and other frameworks, e.g. DrJIT

Version 0.1.4

20 Jun 20:43
Compare
Choose a tag to compare

Fixed dynamic loading of CUDA on Windows

Version 0.1.3

03 Jun 14:58
Compare
Choose a tag to compare

Bugfixes:

  • Fixed a performance regression due to METIS being disabled
  • Fixed FindPython configuration for MacOS build

Version 0.1.2

16 May 12:29
Compare
Choose a tag to compare

Minor README edit to make the benchmark visible on PyPI.

Version 0.1.1

16 May 10:34
Compare
Choose a tag to compare

Minor changes to improve documentation:

  • Improved docstrings of the Python bindings
  • Added README as PyPI description

Version 0.1.0

16 May 08:21
Compare
Choose a tag to compare

This is a minimalistic, self-contained sparse Cholesky solver, supporting solving both on the CPU and on the GPU, easily integrable in your tensor pipeline.