Pamphile Roy

Results 452 comments of Pamphile Roy

Hi 👋 I am not sure which version you are looking at but we don't use setup.py anymore but the standard pyproject.toml. Python 3.7 have been marked as end-of-life for...

I did not try, but I would guess standard pip should work. We don't do anything custom here.

The is for the report. As a SciPy maintainer, this is my fault and should have known 😅 sorry about that. I will try to get some time but if...

Just for visibility I am reopening

I released now 1.5.1 😃 Sorry for the delay.

Indeed, it's something we will need to make sure to communicate. Thanks Robert. I have a feeling that I am collecting controversial issues 😅 Glad to take the shots.

> This is probably a good topic for a tutorial and/or scipy cookbook. @ev-br depending on what you are talking about, I have already included some information in the stats...

> The short version is: "copy what `scikit-learn` did with `check_random_state()`, but use `default_rng()` instead". Do you mean what we put in `scipy.stats.qmc`?

> No, I meant "follow the same argument-passing discipline as `scikit-learn` does, but use `default_rng()` instead of `check_random_state()` to coerce the arguments". That's the advice I would give for new...