Patrick Bos
Patrick Bos
I have a large merge that I'm trying to perform with `imerge`, reproducable as follows: ``` git clone https://github.com/roofit-dev/root.git cd root git checkout MP_ZeroMQ-new_multiprocess git-imerge start --name=RooFit_MultiProcess_PR --first-parent master ```...
@vincecr0ft and I were wondering how easy it is to apply Clad in its current form on RooFit classes. This is just a very naive first try towards that goal,...
I want to add a test suite on which FFTW is installed/compiled with all the possible options and FindFFTW tries to find them from CMakeLists.txt files. This suite should then...
If Tweepy could itself calculate the [weighted length](https://developer.twitter.com/en/docs/counting-characters) of a tweet, we could more easily prevent `update_status` errors of the kind `TweepError: [{'code': 186, 'message': 'Tweet needs to be a...
# This Pull request: ## Changes or fixes: The actual calculation of the Hessian / covariance matrix done by MnHesse was contained to a single function. Since the only needed...
Currently, `conda init` hardcodes local paths into shell configuration files like `.bashrc` and `.zshrc` inside the `>> conda initialize >>>` block, which is managed by conda. This causes problems for...
Currently, the developer readme suggests to use `python3 setup.py sdist bdist_wheel` to build packages, in a freshly created virtual environment too. The [official Python packaging docs](https://packaging.python.org/en/latest/tutorials/packaging-projects/#generating-distribution-archives) recommend using `python -m...
See discussion here: https://github.com/NLeSC/python-template/pull/316
Separate the sphinx and myst_parser dependencies in setup.cfg into a separate docs section. This must then be called from the documentation GitHub Actions workflow and also be set in .readthedocs.yaml....
Following [this review discussion](https://github.com/NLeSC/python-template/pull/311#pullrequestreview-891371249), we should add Python 3.10 support to the template. We could consider removing 3.7 support depending on when this issue gets solved; NumPy has already stopped...