From f946e397307148bc145f62c7209113bbe3dfaf44 Mon Sep 17 00:00:00 2001 From: Yueh-Hua Tu Date: Tue, 2 Aug 2022 19:30:10 +0800 Subject: [PATCH] update to v0.6.9 --- CHANGELOG.md | 4 ++++ Project.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index aea9348..88d90bd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ All notable changes to this project will be documented in this file. +## [0.6.9] + +- `FeaturedSubgraph` supports `DataLoader` + ## [0.6.8] - update doc diff --git a/Project.toml b/Project.toml index 25bbed4..df08554 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "GraphSignals" uuid = "3ebe565e-a4b5-49c6-aed2-300248c3a9c1" authors = ["Yueh-Hua Tu "] -version = "0.6.8" +version = "0.6.9" [deps] CUDA = "052768ef-5323-5732-b1bb-66c8b64840ba"