Andras Deak

Results 109 comments of Andras Deak

Having given it some thought, I think the regular nightlies will do. It's true that we won't exactly be testing the 2.0.0 release that will ship soon, but the kind...

I've confirmed that the shorter time span reported automatically corresponds to the time elapsed between the "I'll update your session record" message in the evening, and the corresponding message. The...

I found the bug and posted some suggestions for python 2-3 compatibility. With the above future imports the output should be the same both in python 2 and 3. @sanderjo...

I'm mostly rubber ducking here, but you mentioned the wheels in your mailing list email, and I see you installed from wheels. Is it possible you get a different result...

Well, are you sure you're not including the time of the copy in the timing? This is looking more and more suspicious :)

@pyvista/developers FYI, see also linked PR :)

Thanks a lot for the details, @tkoyama010. On first glance I find the generated document jarring, unfortunately. It looks even worse on mobile: ![Screenshot_20240713_181518_Opera](https://github.com/user-attachments/assets/b88b3888-1f7d-4b3e-9032-dfb6ff42dc9d) But even if we fix the...

This is an uninformed question from the peanut gallery, I only read the mailing list announcement :) I'm always surprised when I see `.apply()` in Python. Why not use `__call__()`...

Are there any reasonable (as in: reasonably encountered together with spatial transforms) multiplication/addition structures in math where > ```python > T = R1 * t1 + R2 > ``` doesn't...