Skip to content

Commit

Permalink
v1.3.6 NEWS updates
Browse files Browse the repository at this point in the history
  • Loading branch information
denizyuret committed Jul 4, 2020
1 parent a2cffd7 commit 9b30af3
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
16 changes: 8 additions & 8 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

2 comments on commit 9b30af3

@denizyuret
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/17445

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v1.3.6 -m "<description of version>" 9b30af3ab57a9f655811f40b2d36103cc626a0e6
git push origin v1.3.6

Please sign in to comment.