From 11be60f4b791c5008e528e3ebc5638455c1e6b2e Mon Sep 17 00:00:00 2001 From: Matthias Fey Date: Sun, 7 Jan 2024 10:42:22 +0100 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7b68351d2..42cfb22d3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,7 +12,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/). - Dropped the MKL code path when sampling neighbors with `replace=False` since it does not correctly prevent duplicates ([#275](https://github.com/pyg-team/pyg-lib/pull/275)) - Added `--biased` parameter to run benchmarks for biased sampling ([#267](https://github.com/pyg-team/pyg-lib/pull/267)) - Improved speed of biased sampling ([#270](https://github.com/pyg-team/pyg-lib/pull/270)) -- Fixed `grouped_matmul` when tensors are not contiguous (#290) +- Fixed `grouped_matmul` when tensors are not contiguous ([#290](https://github.com/pyg-team/pyg-lib/pull/290)) ### Removed ## [0.3.0] - 2023-10-11