From a24fb1ebbefad43da4cc861efebac782f00b08f4 Mon Sep 17 00:00:00 2001 From: Yueh-Hua Tu Date: Sat, 3 Apr 2021 12:37:49 +0800 Subject: [PATCH] update to v0.7.6 --- CHANGELOG.md | 7 +++++++ Project.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index df42592a4..60226fda2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. +## [0.7.6] + +- Add dimensional check for each layer +- Support Flux up to v0.12 +- Support CUDA up to v2.6 +- Support Zygote up to v0.6 + ## [0.7.5] - FeaturedGraph API change diff --git a/Project.toml b/Project.toml index b620d9888..9dbbea421 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "GeometricFlux" uuid = "7e08b658-56d3-11e9-2997-919d5b31e4ea" authors = ["Yueh-Hua Tu "] -version = "0.7.5" +version = "0.7.6" [deps] CUDA = "052768ef-5323-5732-b1bb-66c8b64840ba"