Pamphile Roy

Results 292 comments of Pamphile Roy

Thank you @NeilGirdhar for the information. We will have a look. Note that we would not be able to use any Jax code as we don't want to add another...

Thank you for asking @NeilGirdhar. We did not formally start yet as this would be part of a grant project. We will let everyone know when/if we have the funding...

Thank you for reporting @davelajoie. Indeed `cKDTreeNode` is missing from `__all__` in `scipy/spatial/_ckdtree.pyx`. It seems to be an oversight as it's defined in the public API list of `scipy/spatial/ckdtree.py`. Would...

Thank you for the precision @davelajoie. Yes since the class is returned it does make sense that it's made publicly available. Are you interested in making a PR?

Use `main` to create a new branch from. And then it should be a PR against `main` as well.

What do you mean? On `main` the following raises and error `from scipy.spatial import cKDTreeNode`. And adding `cKDTreeNode` to `__all__` in `scipy/spatial/_ckdtree.pyx` resolves the issue.

Thanks @andyfaff. Did we have a public conversation/decision about using yet another CI provider? AFAIR you just mentioned in the ML that you did some work around wheels.

@andyfaff just a note about CI skipping comments, for GH it should be `[skip actions]`. Also you might want to add `[skip circle]` in the mix here. And here or...

Same... passes on master. Can you verify all three with master on your system?

Closing as probably related to #14517 We can reopen if you have contradicting elements later on.