Skip to content

Commit

Permalink
1.4.3 NEWS updates
Browse files Browse the repository at this point in the history
  • Loading branch information
denizyuret committed Oct 16, 2020
1 parent 87b009e commit 8a4fdbf
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
8 changes: 8 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
Knet v1.4.3 Release Notes
=========================

* Upgrade to CUDA 2.0.
* Doc fixes.


Knet v1.4.2 Release Notes
=========================
701ecff 2020-09-28

* Fixed windows git-tree-sha1 for libknet8.
* Tutorial fixes.
Expand Down
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "Knet"
uuid = "1902f260-5fb4-5aff-8c31-6271790ab950"
authors = ["Deniz Yuret <denizyuret@gmail.com>"]
version = "1.4.2"
version = "1.4.3"

[deps]
AutoGrad = "6710c13c-97f1-543f-91c5-74e8f7d95b35"
Expand All @@ -19,7 +19,7 @@ Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"

[compat]
AutoGrad = "1.2"
CUDA = "1.0"
CUDA = "1.0, 2.0"
FileIO = "1.0"
JLD2 = "0.1, 0.2"
NNlib = "0.6, 0.7"
Expand Down
1 change: 0 additions & 1 deletion tutorial/30.lin.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
"* Objectives: Define, train and visualize a simple model; understand gradients and SGD; learn to use the GPU.\n",
"* Prerequisites: [Callable objects](https://docs.julialang.org/en/v1/manual/methods/#Function-like-objects-1), [Generator expressions](https://docs.julialang.org/en/v1/manual/arrays/#Generator-Expressions-1), [MNIST](20.mnist.ipynb), [Iterators](25.iterators.ipynb)\n",
"* New functions: \n",
"[mnistdata](https://github.com/denizyuret/Knet.jl/blob/master/data/mnist.jl),\n",
"[accuracy](http://denizyuret.github.io/Knet.jl/latest/reference/#Knet.accuracy), \n",
"[zeroone](http://denizyuret.github.io/Knet.jl/latest/reference/#Knet.zeroone), \n",
"[nll](http://denizyuret.github.io/Knet.jl/latest/reference/#Knet.nll), \n",
Expand Down

2 comments on commit 8a4fdbf

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

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.3 -m "<description of version>" 8a4fdbf06d38c01b8c10d0102838b0fd26e4f3e7
git push origin v1.4.3

Please sign in to comment.