Ralph Urlus
Ralph Urlus
### What is the desired addition or change? Current conversion from and to Numpy arrays is done with Cython which requires a copy both in and out on Windows. Armadillo...
Hi Zachary, The project looks really good and working around a settable root solves my main frustration with tmuxinator. However, my setup is based on a session per project and...
Found in #89, there is an issue with the free from `cnalloc.h` is used against a plain malloc used by armadillo when a library that includes carma is linked against...
[Pytest-leaks](https://pypi.org/project/pytest-leaks/) could be an interesting addition to valgrind as it tracks the reference counts as well. It does require a debug-build of python.
Hi @alimuldal, Thank you for the package. I came across the repo and given the `no-maintenance intended` note updated it. Would you be willing to accept the PR with the...
Ha Team, great work on the library! We've worked on related functionality on the classification side in a package called [Model Metric Uncertainty (MMU)](https://github.com/RUrlus/ModelMetricUncertainty). The package was originally written as...
### Describe your issue. Release v1.13 caused a failure in our scheduled test-suite because it introduced a (in our case breaking) change in the instantiation of `csr_matrix` from a tuple...
Hi @MaartenGr, We recently refactored [sparse-dot-topn](https://github.com/ing-bank/sparse_dot_topn) significantly and [released v1](https://github.com/ing-bank/sparse_dot_topn/releases/tag/v1.0.0). The most significant improvements are: - Faster implementation with lower memory overhead - new bindings using Nanobind which avoids the...
This PR implements the same strategy as used by scikit-learn to suppress the error (segfault) when OpenMP get loaded twice. This can happen when two or more packages vendor their...
`SparkCosSimIndexer. get_n_top_matches_for_all` has a type requirement for the `uid` column in that is must be convertible to a base 10 integer using the `int` constructor. This should probably be documented...