diff --git a/NEWS.md b/NEWS.md index 59b8f0ac9..e7dfff0d4 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,12 @@ +Knet v1.4.6 Release Notes +========================= + +* Improve fill! performance +* Fix #653: Knet.@save macro +* Fix #658 LinearIndices(::KnetArray) +* Use load->load143 for tutorials + + Knet v1.4.5 Release Notes ========================= 5aff4be 2020-12-15 diff --git a/Project.toml b/Project.toml index 674b70316..235aff2dd 100644 --- a/Project.toml +++ b/Project.toml @@ -22,7 +22,7 @@ Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2" AutoGrad = "1.2" CUDA = "1.0, 2.0" FileIO = "1.0" -JLD2 = "0.1, 0.2, 0.3" +JLD2 = "0.1, 0.2, 0.3, 0.4" NNlib = "0.6, 0.7" SpecialFunctions = "0.8, 0.9, 0.10, 1.0" julia = "1.0"