Jan Luca Naumann
Jan Luca Naumann
In the current version Proc::check_args matches all arguments of the cmdline to the needle to check if a program is already running. This check returns wrong result if for example...
In the PR I included a general implementation of the `jax.scipy.optimize.fixed_point` function with similar API to the one of the original `scipy` package. The implementation has a custom VJP defined...
**Issue** For example in the commit https://github.com/pypa/virtualenv/commit/445a68dffa7ba5c0af3b02ec0545b760cd8c04ba it was fixed that the venv prefix on Debian systems with 3.10 includes a wrong "local" prefix. But since `virtualenv` caches the PythonInfo...
This commit adds the flag that the package contains typing information. Therefore other packages can use the typing data to check their code by mypy. Ref.: https://mypy.readthedocs.io/en/stable/installed_packages.html#making-pep-561-compatible-packages Signed-off-by: Jan Luca...
#### Reference issue Since the pull request #12592 is open for quite some time due to license questions, I took the time to reimplement the HOSVD algorithm myself so it...