Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEA] Create a single RAPIDS library #1234

Closed
miguelusque opened this issue Mar 19, 2019 · 1 comment
Closed

[FEA] Create a single RAPIDS library #1234

miguelusque opened this issue Mar 19, 2019 · 1 comment
Labels
feature request New feature or request proposal Change current process or code

Comments

@miguelusque
Copy link
Member

Is your feature request related to a problem? Please describe.
Hi all,

I would like to share with you the following idea:

So just as we have the following imports:

import pandas as pd
import tensorflow as tf
import matplotlib as plt

why do not create a rapids library that could be imported as follows?

import rapids as rs

or

from rapids import cudf

I am aware that there are pros about having each library separate, but I think there are also pros about having a single library, such us

  • easier for the data scientists to install: conda install rapids
  • it creates a kind of identity around rapids (we do not think on cudf or cuml as independent identities, but as a whole).
  • we might adopt 'rs' as a shortcut for rapids (currently, I have only found the following use of 'rs' import rhinoscriptsyntax as rs)

Please, share your thoughts about the above.

Thanks!

P.S.: There are also cons about having a huge library, but I think the pros exceed the cons.

@miguelusque miguelusque added Needs Triage Need team to review and classify feature request New feature or request labels Mar 19, 2019
@kkraus14 kkraus14 added proposal Change current process or code and removed Needs Triage Need team to review and classify labels Mar 22, 2019
@kkraus14
Copy link
Collaborator

kkraus14 commented Jul 3, 2019

This is out of scope for now, possibly to be revisited in the future.

@kkraus14 kkraus14 closed this as completed Jul 3, 2019
lithomas1 added a commit that referenced this issue Aug 5, 2024
## Description
<!-- Provide a standalone description of changes in this PR. -->
<!-- Reference any issues closed by this PR with "closes #1234". -->
<!-- Note: The pull request title will be included in the CHANGELOG. -->

Adapts to IR changes in polars 1.4 and handles nrows/skiprows a little
more correctly.

## Checklist
- [ ] I am familiar with the [Contributing
Guidelines](https://github.com/rapidsai/cudf/blob/HEAD/CONTRIBUTING.md).
- [ ] New or existing tests cover these changes.
- [ ] The documentation is up to date with these changes.

---------

Co-authored-by: Lawrence Mitchell <lmitchell@nvidia.com>
AyodeAwe pushed a commit that referenced this issue Nov 6, 2024
## Description
<!-- Provide a standalone description of changes in this PR. -->
<!-- Reference any issues closed by this PR with "closes #1234". -->
<!-- Note: The pull request title will be included in the CHANGELOG. -->
The case-sensitive name KvikIO is will throw off `find_package`
searches, particularly after
rapidsai/devcontainers#414 make the usage
consistent in devcontainers.

## Checklist
- [x] I am familiar with the [Contributing
Guidelines](https://github.com/rapidsai/cudf/blob/HEAD/CONTRIBUTING.md).
- [x] New or existing tests cover these changes.
- [x] The documentation is up to date with these changes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request New feature or request proposal Change current process or code
Projects
None yet
Development

No branches or pull requests

2 participants