Bradley Dice

Results 153 issues of Bradley Dice

## Description Updates the bundled version of Thrust to 1.17.0. I will run benchmarks and include results in a comment below. Depends on #11457. Supersedes #10489, #10577, #10586. Closes #10841....

libcudf
CMake
improvement
non-breaking

The file `hash_functions.cuh` has quite a bit of room for cleanup and improvement. - Use `std::byte` more broadly. - Reduce the use of magic values in hash functions. - Separate...

libcudf
inactive-30d

**Describe the bug** Binary operations don't work between base types (int) and `cudf.Scalar` when the reverse operator dispatch is called, like `__radd__` or `__rpow__`. **Steps/Code to reproduce bug** ```python >>>...

bug
cuDF (Python)
inactive-30d

## Background Part of a broad push for row operators on nested types in story issue #10186. Related to user request in #10408. @devavret has designed lexicographic comparators for lists...

proposal
libcudf
inactive-30d

**Is your feature request related to a problem? Please describe.** I would like to be able to access the offsets of a Series of lists. That would allow me to...

feature request
cuDF (Python)
inactive-30d

**Is your feature request related to a problem? Please describe.** A user with existing Feather data files asked about GPU-accelerated Feather support. cuDF currently supports CPU-based Feather reading but does...

feature request
libcudf

First, thanks so much to the authors of this package. It's excellent, has amazing docs, and is helping to resolve a major pain point for me as a maintainer. 🚀...

**Is your feature request related to a problem? Please describe.** Users who deal with molecules and wish to calculate radius of gyration or centers of mass with respect to periodic...

enhancement
good first issue
cluster

## Description I am dealing with an unusual case with Voronoi neighbors in a sparse system (only a few particles), where particles can be their own neighbors or share multiple...

locality
voronoi

As suggested by @bvansade, it could be useful to create a helper function that assists users in selecting parameters for `MatchEnv`. In my experience, it's rather difficult to find settings...

enhancement