From 9b30af3ab57a9f655811f40b2d36103cc626a0e6 Mon Sep 17 00:00:00 2001 From: Deniz Yuret Date: Sat, 4 Jul 2020 20:58:04 +0300 Subject: [PATCH] v1.3.6 NEWS updates --- NEWS.md | 2 +- Project.toml | 16 ++++++++-------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/NEWS.md b/NEWS.md index 7d4d7dbc7..4e10e7cae 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,7 +1,7 @@ Knet v1.3.6 Release Notes ========================= -* conv performance improvements. +* Fix #562: conv performance improvements. * doc fix and KnetArray method for nll, fixing #563. * Fix #561: Loading Knet breaks Julia's copyto! on 1.5. * Added update!(::Param,::Nothing) method to catch 0 gradient updates. diff --git a/Project.toml b/Project.toml index 8d161bc39..a2722c663 100644 --- a/Project.toml +++ b/Project.toml @@ -20,16 +20,16 @@ Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2" TimerOutputs = "a759f4b9-e2f1-59dc-863e-4aeb61b1ea8f" [compat] # last tested with: -julia = "1.0" # 1.4.1; CUDA packages no longer compatible with < 1.3 -AutoGrad = "1.2" # 1.2.1 +julia = "1.0" # 1.4.2; CUDA packages no longer compatible with < 1.3 +AutoGrad = "1.2" # 1.2.2 CUDAapi = "3.0, 4.0" # 4.0.0 -CuArrays = "1.0, 2.0" # 2.1.0 -DataStructures = "0.17" # 0.17.13 -FileIO = "1.0" # 1.2.4 +CuArrays = "1.0, 2.0" # 2.2.2 +DataStructures = "0.17" # 0.17.19 +FileIO = "1.0" # 1.3.0 JLD2 = "0.1" # 0.1.13 -NNlib = "0.6" # 0.6.6 -SpecialFunctions = "0.8, 0.9, 0.10" # 0.10.0 -TimerOutputs = "0.5" # 0.5.5 +NNlib = "0.6, 0.7" # 0.7.1 +SpecialFunctions = "0.8, 0.9, 0.10" # 0.10.3 +TimerOutputs = "0.5" # 0.5.6 [extras] Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"