Results 25 comments of Alexandre Quemy

Même si le ticket est un peu vieux, j'apporte mon point de vue. Comme on parle actuellement de passer en C++11, il serait peut-être intéressant d'attendre le passage à cette...

The example of "buy more coffee" is probably not the best. What was in my mind is simply the possibility to create the Tasks of a given List in the...

Hi, We hit this issue several times. I am not able to reproduce but here are some hints. It obviously happens here: https://github.com/sysstat/sysstat/blob/6886152fb3af82376318c35eda416c3ce611121d/sa_common.c#L1404 This method being called at several places,...

Hi, We were not able to reproduce with the current version. My guess is that it is environment related. The solution proposed above consists in deactivating the call to `joblib.Parallel`...

There is a known memory leak issue with numpy and `auto` value for the bin calculation. See: https://github.com/numpy/numpy/issues/10297 We should be able to handle this by a custom binning method.

Something is really fishy with this one. The repository with the source does not have the 0.7.6 version, only the PyPi but the PyPi says the package is from GitHub....

@rivanfebrian123 Thank you so much for your time on this! It's very appreciated.

@wyne1 @azory-ydata is a bot. `need-triage` is a tag to indicate to YData team that the issue is new and needs to be assigned the proper tags (bug, feature, doc,...

Support for `pandas` 2 is coming with the next release!

@ndesaunais thank you for opening this PR! There are a couple of issues: 1. the PR title should be `chores(deps)` 2. the tests are failing: ``` pytest tests/unit/ ImportError while...