Bradley Dice
Bradley Dice
@marmolRBG Thanks for reporting this issue. It looks like you might be running tests from the current version of the repository after #988 was merged, but the version of freud...
@vyasr Maybe we should wait until I rebase `next` and then rebase this PR?
Implementing a `partial_sort` algorithm would be one route for RAPIDS libcudf to support "top K" queries as described here: https://github.com/dask-contrib/dask-sql/issues/818. The [current implementation](https://github.com/rapidsai/cudf/blob/0a430fa42cf74ea876a530b0a51efc90e1285f37/python/cudf/cudf/core/indexed_frame.py#L1929) of `nsmallest` / `nlargest` is to perform...
@joerick I did see that in the docs, but my package doesn't support 2.7 so I just ignored this part of the docs. 😬 Perhaps a solution would be to...
We're packaging the libcu++ includes in multiple conda packages, which end up clobbering one another in the `include/rapids/` path. I don't know how we should prevent that clobbering. An ideal...
I concur that a rename would be helpful, and @jchodera's suggestion of `molssi-cookiecutter` is also my vote. > And does this mean that the MolSSI Advisory Board finally recognizes this...
I am also interested in providing flags for the compiler like `-j 4` in a `pip install` command. That is, the category of `[build options]` in ```python setup.py [scikit-build options]...
Yes, having an implementation in cuco would be fantastic. @sleeepyjack if you want to discuss design / implementation, I would be more than happy to offer input from our past...
@GregoryKimball Can we open a follow-up issue to add explicit Python tests for this? I would have done so in #11656 if I’d realized it could close this issue. Thanks!