Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: denizyuret/AutoGrad.jl
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.2.0
Choose a base ref
...
head repository: denizyuret/AutoGrad.jl
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.2.1
Choose a head ref
  • 2 commits
  • 1 file changed
  • 1 contributor

Commits on Jan 12, 2020

  1. Copy the full SHA
    22a1312 View commit details

Commits on Feb 1, 2020

  1. 2
    Copy the full SHA
    28017b9 View commit details
Showing with 4 additions and 4 deletions.
  1. +4 −4 Project.toml
8 changes: 4 additions & 4 deletions 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 <denizyuret@gmail.com>"]
version = "1.2.0"
version = "1.2.1"

[deps]
Libdl = "8f399da3-3557-5675-b5ff-fb832c97cbdb"
@@ -11,9 +11,9 @@ Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
TimerOutputs = "a759f4b9-e2f1-59dc-863e-4aeb61b1ea8f"

[compat]
julia = "1.0.0"
SpecialFunctions = "0.8.0"
TimerOutputs = "0.5.0"
julia = "1.0"
SpecialFunctions = "0.8, 0.9, 0.10"
TimerOutputs = "0.5"

[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"