From ffce46e6a22b42594664626e9fa395e8c72ad96b Mon Sep 17 00:00:00 2001 From: Lily Wang <31115101+lilyminium@users.noreply.github.com> Date: Thu, 15 Feb 2024 08:34:56 +1100 Subject: [PATCH] Update changelog with current commits (#90) * update changelog with current commits * finalize --- CHANGELOG.md | 16 +++++----------- 1 file changed, 5 insertions(+), 11 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 098aa7ab..0c2b3e47 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,26 +14,20 @@ The rules for this file: * accompany each entry with github issue/PR number (Issue #xyz) --> -## [Unreleased] +## v0.3.4 -- 2024-02-15 ### Authors -- lilyminium - -### Reviewers - -### Added +- @lilyminium +- @mattwthompson ### Fixed +- Fixed CUDA launch error (Issue #81, PR #83) +- Updated versioneer (PR #86) - Fixed batch distribution hardcoding (Issue #80, PR #82) - Fixed node and edge typing, adding DGL 2.0 compatibility (Issue #78, PR #79) -### Changed - - -### Removed - ## v0.3.3 - 2023-12-22