Skip to content

Commit

Permalink
v1.1.5 news updates
Browse files Browse the repository at this point in the history
  • Loading branch information
denizyuret committed Sep 20, 2019
1 parent b057aa9 commit ca0d03f
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
AutoGrad v1.1.5 Release Notes
=============================

* Fixed single-argument permutedims.
* SpecialFunctions lgamma->loggamma transition.
* Support for stdm and varm.
* Typo fix in params.
* gcnode now takes Tape as a second argument.


AutoGrad v1.1.4 Release Notes
=============================
0a4fcd2 2019-05-25

* High order gradient fixes.

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 = "AutoGrad"
uuid = "6710c13c-97f1-543f-91c5-74e8f7d95b35"
authors = ["Deniz Yuret <[email protected]>"]
version = "1.1.4"
version = "1.1.5"

[deps]
Libdl = "8f399da3-3557-5675-b5ff-fb832c97cbdb"
Expand Down

2 comments on commit ca0d03f

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

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.1.5 -m "<description of version>" ca0d03f91bb01bf4e6a1a85ea9dfd6488d082d51
git push origin v1.1.5

Please sign in to comment.