Florin Andrei
Florin Andrei
> For numpy.histogram I think the behaviour is much better, i.e. they get [1,2), [2,3), [3,4] Indeed, `numpy.histogram()` does the right thing if you request that both ends are included....
I see your point, but after seeing the second image everyone goes "you need to trim the right-hand edge". I think it would be fine if the diagonal didn't actually...
I think `return_dist` could be simulated with a wrapper function that calls `np.mean()` or whatever, and appends the partial results to a global list at each step. The wrapper function...
Sure. I did this recently with Scipy: Data set: [BirdPecks.csv](https://github.com/raphaelvallat/pingouin/files/8943715/BirdPecks.csv) Code: ```python import pandas as pd import numpy as np from scipy import stats BirdPecks = pd.read_csv("BirdPecks.csv") Nboot = 10000...
@raphaelvallat There are proposals for significant improvements to `scipy.stats.bootstrap()`. https://github.com/scipy/scipy/pull/16454 https://github.com/scipy/scipy/pull/16455 They're asking for extra comments, but right now I'm under a big time crunch, so I'm not sure I...
Please merge, don't let it just sit here.
@cdesiniotis A few observations: You still support CentOS 8. This is a dying OS - it is scheduled for end-of-life in a couple months. Most of its users are already...
I retagged your 470.57.02-centos8 driver and pushed it to my repo. I patched your chart to use my repo, then installed it on my Rocky Linux 8.4 cluster. The image...
Trying again, this time with the 450.80.02-centos8 driver instead, and the nvidia-driver-daemonset crashes with: ``` ========== NVIDIA Software Installer ========== Starting installation of NVIDIA driver version 450.80.02 for Linux kernel...
I've installed the driver on the Rocky Linux 8 host, using the instructions for RHEL 8 - some bugs there as well, but I've fixed it. Then I did this:...