Sebastian Berg

Results 913 comments of Sebastian Berg

We had a bit of a discussing, we should definitely tell people to use this (I think it is right): ``` cross2d = arr1[..., 0] * arr2[..., 1] - arr1[...,...

@jbrockmendel I wonder if you have thoughts on this. I think the idea now was to deprecate any unitless scalars _except_ for NaT (I suppose 0 may be another plausible...

@riku-sakamoto yes, since pandas is likely fine, I think we can give it a shot. But we need to wait another few weeks until branching unfortunatley. (And actually if we...

I am running the 24.10 nightlies with NumPy 2.0.1 (pip) and CuPy 13.3.0dev30 from the feedstock. (Had one issue with sphinx installed during error collection, but unrelated warning that may...

OK, I did ran into an issue, but I don't think it is related: ``` FAILED src/cucim/skimage/segmentation/tests/test_chan_vese.py::test_chan_vese_flat_level_set[float32] - cupy.cuda.compiler.CompileException: /tmp/tmpqk2f_4k5/3cbff8c95978e1a1c3f54e1162841b90dca1429a.cubin.cu(5): catastrophic error: cannot open source file "cooperative_groups.h" FAILED src/cucim/skimage/segmentation/tests/test_chan_vese.py::test_chan_vese_flat_level_set[float64] -...

This was with the `24.10.00a2` nightlies, so yeah should be included.

Already have it installed, but 13.2 fails the same way in these tests (plus the extra failures). One thing I did was that I haphazardly changed the channel order in...

Thanks for the report, there is a long-tail (although I suspect not all that many) of places where we call `np.asarray(scalar)` and thus lose the ability to know that it...

Thanks for the note. This should not be very hard, I think. The `like=` argument for (most, I think not all) is handled in C. They are thus slightly different...

Not sure that modifying `add_newdoc` is worth it, maybe we just add it as another line in the same place? But if you think it is, also fine.