rapidsai / cugraph-pg

Apache License 2.0
0 stars 4 forks source link

Create new conda/pip package for PropertyGraph #11

Open rlratzel opened 1 year ago

rlratzel commented 1 year ago

Who: end users, cugraph developers What: Create a new package (cugraph and pip) for users with minimal dependencies needed only for core PG functionality Why: The new PG implementation will likely have new dependencies not essential to other cugraph use cases, so a separate package benefits users by keeping dependencies for non-PG use cases to a minimum.

Questions:

### Tasks
- [ ] Pick a name (probably one that matches dir name in source tree)
- [ ] Update CI scripts to build new PG package and run newly-located tests
- [ ] Add conda recipe, setup.py, etc. for new PG packages
- [ ] Add/update docs for new PG package
- [ ] Add/update notebook(s) for new PG package