Vyas Ramasubramani

Results 137 issues of Vyas Ramasubramani

#683 replaced the old `Collection` class with a stripped down `_SearchIndexer` that does just enough for signac's internal use cases. However, that PR left a few tasks outstanding that we...

pinned

Currently signac allows users to interact with the config via both Python APIs and the CLI. While this model makes sense for most of signac, it is generally unnecessary for...

### Feature description #235 follows a recurring theme where lack of duplication in the documentation leads to confusion because it's not always clear to users how the documentation of different...

enhancement
documentation
pinned

Maybe not in this PR -- But can we add some tests so we can catch any regressions RE thread safety? _Originally posted by @mikemhenry in https://github.com/glotzerlab/signac/issues/529#issuecomment-797712326_ **Additional Information** Synced...

pinned

## Description Currently many of our tests are only stream-safe because we run everything on the default stream. This PR updates tests to ensure that everything launches on cudf's default...

bug
3 - Ready for Review
tests
libcudf
non-breaking

#10253 added a check to make sure that when files are modified the copyrights are updated to include the current year (and are more generally formatted correctly). As a current...

gpuCI
improvement
inactive-30d

The placement of `Base` as a prefix vs suffix is inconsistent between these two classes in our infrastructure. We should aim to fix this, but I don't think it is...

inactive-30d
inactive-90d

A large number of cudf's current tests are about twice as long as they need to be because they contain two copies of the same set of commands, once for...

2 - In Progress
tests
cuDF (Python)
improvement
non-breaking

The functions in [jit/type.hpp](https://github.com/rapidsai/cudf/blob/branch-22.10/cpp/src/jit/type.hpp) are used in a number of places outside of the JIT namespace. Although they may have initially been introduced to support JIT use cases, at this...

code quality
tech debt
improvement

**Is your feature request related to a problem? Please describe.** #11129 enables comparisons of list dtypes with the new comparator. In principle, this code should (in conjunction with prior work...

feature request
0 - Backlog