Bradley Dice
Bradley Dice
@vasudevanv You might be interested in the rowan package: https://rowan.readthedocs.io/en/latest/ The rowan library has a variety of routines for dealing with quaternions, including [3D rotations](https://rowan.readthedocs.io/en/latest/package-rowan.html#rowan.rotate) and [point-cloud registration](https://rowan.readthedocs.io/en/latest/package-mapping.html). If you...
@vasudevanv A simple example of rotating the vertices of a ConvexPolyhedron can be found here: https://coxeter.readthedocs.io/en/latest/examples/InertiaTensors.html?highlight=rowan
I discussed with @harrism -- he wants to finish testing downstream RAPIDS repos with commit 41c1bea. In the meantime, I created a branch with temporary changes from my PR review....
I just discussed this idea a bit more with @abellina, @mattahrens, @GregoryKimball, and @vuule. We're leaning towards adding a parameter for `host_mr` to the Parquet reading APIs. We're leaning away...
> The pinned mem allocator does not change the output for the user, it's purely an internal optimization This is a good observation. My primary concern was about ensuring thread...
> I'm not sure I understand why CI is now "green" but there are still 3.11 test failures for dask_cudf and dask_cudf + dask-expr (https://github.com/rapidsai/cudf/actions/runs/8090360941/job/22108518925) You can ignore Python 3.11...
I'll merge the upstream so that the `/merge` command is triggered. (It was blocked by #15265)
@trxcllnt Just FYI, there are several PRs across RAPIDS adding `--no-tests=error` to our `ctest` invocations. These could conflict. See #14983, https://github.com/rapidsai/build-planning/issues/18.