Releases: rgl-epfl/cholespy
Releases · rgl-epfl/cholespy
Version 2.1.0
Version 2.0.0
Updated the package to comply with Nanobind's new version.
Version 1.0.0
Updated the bindings to use the newer Nanobind API syntax, namely renaming nb::tensor
to nb::ndarray
.
Version 0.1.6
Bumped minimum version required for nanobind
Version 0.1.5
Fixed synchronization issue between cholespy
and other frameworks, e.g. DrJIT
Version 0.1.4
Fixed dynamic loading of CUDA on Windows
Version 0.1.3
Bugfixes:
- Fixed a performance regression due to METIS being disabled
- Fixed FindPython configuration for MacOS build
Version 0.1.2
Minor README edit to make the benchmark visible on PyPI.
Version 0.1.1
Minor changes to improve documentation:
- Improved docstrings of the Python bindings
- Added README as PyPI description
Version 0.1.0
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.