Bradley Dice
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....
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...
**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 >>>...
## 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...
**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...
**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...
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...
## 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...
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...