Skip to content

Commit

Permalink
v1.4.6 NEWS updates
Browse files Browse the repository at this point in the history
  • Loading branch information
denizyuret committed Mar 17, 2021
1 parent 2efcb92 commit 1492e2b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

2 comments on commit 1492e2b

@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/32154

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.4.6 -m "<description of version>" 1492e2b4c22126e0e08211eb269e1acfd763c009
git push origin v1.4.6

Please sign in to comment.