Joris De Ridder
Joris De Ridder
Giving the left arrow the same meaning as Escape, and the right arrow the same meaning as Enter, this would allow for very fast navigation through the different projects and...
Support for a priority (either in the form of a number, or in the form of a user tag) would allow to adopt the GTD approach with Geek-life. E.g. "Today",...
Bayesian credible intervals can currently be derived using quantiles. Would it be possible to implement an HDI interval as well?
* UltraNest version: latest * Python version: 3.11 * Operating System: osx-arm64 ### Description The installation procedure outlined in the documentation: ``` conda install --channel conda-forge ultranest ``` results in...
`varpro` sometimes panics instead of returning a `Result`, which makes it less suitable for "production" code. The underlying reason is a panic of the SVD module in `nalgebra` library that...
After issue #358, SVD was improved so that it does no longer panic but instead returns a `Result`. However, since then the public function `sort_by_singular_values()` was added to `svd.rs` which...