From fb9ee154aa0ecebba511fb4dfd307eb56ce3a27a Mon Sep 17 00:00:00 2001 From: Yueh-Hua Tu Date: Wed, 4 Nov 2020 14:29:41 +0800 Subject: [PATCH] Update to v0.1.7 --- CHANGELOG.md | 4 ++++ Project.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d95a1c4..456d4ae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ All notable changes to this project will be documented in this file. +## [0.1.7] + +- Support ne for adjacency list + ## [0.1.6] - Support is_directed for FeaturedGraph diff --git a/Project.toml b/Project.toml index b09c04e..01ea21b 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.1.6" +version = "0.1.7" [deps] FillArrays = "1a297f60-69ca-5386-bcde-b61e274b549b"