Skip to content

Commit

Permalink
v1.2.3 news updates
Browse files Browse the repository at this point in the history
  • Loading branch information
EC2 Default User committed Jul 25, 2019
1 parent 1099f6f commit bb024b4
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
File renamed without changes.
8 changes: 8 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
Knet v1.2.3 Release Notes
=========================

* Tutorial notebook fixes.
* Saved KnetArrays now load as regular Arrays on cpu, not reshaped/reinterpreted.


Knet v1.2.2 Release Notes
=========================
caba6b7b 2019-05-25

* Highorder gradient bug fixes for linear and mlp models.
* Removed compat section from Project.toml.
Expand Down
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "Knet"
uuid = "1902f260-5fb4-5aff-8c31-6271790ab950"
version = "1.2.3"
authors = ["Deniz Yuret <[email protected]>"]
version = "1.2.2"

[deps]
AutoGrad = "6710c13c-97f1-543f-91c5-74e8f7d95b35"
Expand Down

2 comments on commit bb024b4

@denizyuret
Copy link
Owner

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/2285

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 Julia TagBot is installed, or can be done manually through the github interface, or via:

git tag -a v1.2.3 -m "<description of version>" bb024b411f85dcbb62022ebaabcae2a7db48ebfc
git push origin v1.2.3

Please sign in to comment.