Skip to content

Commit

Permalink
Fix a typo in the example code of HGTLoader(), with CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
nm-jihochoi committed Aug 8, 2022
1 parent 88aa7f8 commit 83222c2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).

## [2.0.5] - 2022-MM-DD
### Added
- Fixed typos in the documentation ([#5161](https://github.com/pyg-team/pytorch_geometric/pull/5161))
- `NeighborSampler` supports graphs without edges ([#5072](https://github.com/pyg-team/pytorch_geometric/pull/5072))
- Added the `MeanSubtractionNorm` layer ([#5068](https://github.com/pyg-team/pytorch_geometric/pull/5068))
- Added `pyg_lib.segment_matmul` integration within `RGCNConv` ([#5052](https://github.com/pyg-team/pytorch_geometric/pull/5052), [#5096](https://github.com/pyg-team/pytorch_geometric/pull/5096))
Expand Down

0 comments on commit 83222c2

Please sign in to comment.