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

Bump dgl from 2.1.0 to 2.2.1 #124

Closed
wants to merge 1 commit into from
Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 7, 2024

Bumps dgl from 2.1.0 to 2.2.1.

Release notes

Sourced from dgl's releases.

v2.2.1

We're thrilled to announce the release of DGL 2.2.1. 🎉🎉🎉

Major Changes

  • The supported PyTorch versions are 2.1.0/1/2, 2.2.0/1/2, 2.3.0. See install command here.
  • MiniBatch in GraphBolt is refactored: seed_nodes and node_paris are replaced with unified seeds attribute through out the pipeline. Refer to the latest examples for more details. by @​yxy235
  • GraphBolt sampling is enabled in DistGL for node classification. See examples here.
  • [GraphBolt] Optimize hetero sampling on CPU by @​RamonZhou in dmlc/dgl#7360
  • [GraphBolt] torch.compile() support for gb.expand_indptr. by @​mfbalin in dmlc/dgl#7188
  • [GraphBolt] Make unique_and_compact deterministic by @​RamonZhou in dmlc/dgl#7217, #7239
  • [GraphBolt] Hyperlink support in subgraph_sampler. by @​yxy235 in dmlc/dgl#7354
  • [GraphBolt] More features of dgl.dataloading.LaborSampler in gb.LayerNeighborSampler, added layer_dependency and batch_dependency parameters. #7205, #7208, #7212, #7220 by @​mfbalin
  • [GraphBolt][CUDA] Faster GPU neighbor sampling and compaction kernels. #7239, #7215 by @​mfbalin
  • [GraphBolt][CUDA] Better hetero CPU&GPU performance via fused kernels. #7223, #7312 by @​mfbalin
  • [GraphBolt][CUDA] GPU synchronizations eliminated throughout the sampling pipeline. #7240, #7264 by @​mfbalin

Bug Fixes

New Contributors

Full Changelog: dmlc/dgl@v2.1.0...v2.2.1

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 7, 2024
Bumps [dgl](https://github.com/dmlc/dgl) from 2.1.0 to 2.2.1.
- [Release notes](https://github.com/dmlc/dgl/releases)
- [Changelog](https://github.com/dmlc/dgl/blob/master/NEWS.md)
- [Commits](dmlc/dgl@v2.1.0...v2.2.1)

---
updated-dependencies:
- dependency-name: dgl
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/pip/dgl-2.2.1 branch from bef149e to 3c4dd29 Compare October 8, 2024 12:53
@QuantumChemist
Copy link
Collaborator

@JaGeo shall we bump only major updates?

@QuantumChemist
Copy link
Collaborator

@dependabot ignore this minor version

@dependabot dependabot bot closed this Oct 10, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 10, 2024

OK, I won't notify you about version 2.2.x again, unless you re-open this PR.

@dependabot dependabot bot deleted the dependabot/pip/dgl-2.2.1 branch October 10, 2024 09:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant