From 5deb2630502b23b366dc418d348b5ad158bc468a Mon Sep 17 00:00:00 2001 From: Yueh-Hua Tu Date: Thu, 21 Jul 2022 09:51:35 +0800 Subject: [PATCH] update to v0.6.5 --- CHANGELOG.md | 4 ++++ Project.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 824cddd..614e857 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.5] + +- `FeaturedGraph` supports `DataLoader`, `shuffleobs` and `splitobs` + ## [0.6.4] - change `generate_coordinates` to `generate_grid` diff --git a/Project.toml b/Project.toml index 54d9008..d61f240 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.4" +version = "0.6.5" [deps] CUDA = "052768ef-5323-5732-b1bb-66c8b64840ba"