Michael Wang
Michael Wang
+1 request for this function. Surely one can enumerate every single second from this point on for a fixed time range and store them in a linear list. However for...
@EmilioZhao Recently `pairwise_point_in_linestring_distance` is implemented in 22.10 release. It's underlying algorithm is similar to your "brute force" algorithm description. We might differ in the way how you launch the kernels,...
This PR require adding nvtx dependency to conda environment.
This work require further investigation on the performance for load-balanced kernel. According to a recent benchmark , the "loop-segment" kernels performs better than load-balanced kernel if the dataset is not...
I think this is pretty straightforward. A `cudf.Series` is nullable and there's no guardrails against constructing coordinates with a nullable series. Can think of 2 ways: 1. from_points_xy detects if...
> cuSpatial allows None to be specified at the row-level, or None or np.nan to be specified at the data-level. Thanks for the clarification, I didn't know this is by...
> Looks like we are having trouble picking up `libkvikio` packages in [this CI job](https://github.com/rapidsai/cudf/actions/runs/8699225939/job/23857956394?pr=15540#step:7:337): > > ``` > Could not solve for environment specs > The following package could...
> Looks like this may still be picking up the old `pynvjitlink` Ah, the `pynvjitlink` lib is not marked as test dependency, but only as runtime dependency. In the test...
I tried to add a `specific` dependency item for pynvjitlink but it seems like I made a mistake: ``` Traceback (most recent call last): File "/opt/conda/bin/rapids-dependency-file-generator", line 10, in sys.exit(main())...
> I propose that we create individual issues for each API that needs to be updated. Went with this way - this issue is now a meta issue that tracks...