Skip to content

Commit

Permalink
Merge 9d284d6 into c969bdf
Browse files Browse the repository at this point in the history
  • Loading branch information
oxinabox committed Oct 4, 2019
2 parents c969bdf + 9d284d6 commit b18440b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "ChainRules"
uuid = "082447d4-558c-5d27-93f4-14fc19e9eca2"
version = "0.2.0"
version = "0.2.1"

[deps]
ChainRulesCore = "d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4"
Expand Down
2 changes: 1 addition & 1 deletion src/rulesets/packages/NaNMath.jl
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module NaNMathGlue
using ChainRulesCore
using NaNMath
using ..NaNMath

@scalar_rule(NaNMath.sin(x), NaNMath.cos(x))
@scalar_rule(NaNMath.cos(x), -NaNMath.sin(x))
Expand Down
2 changes: 1 addition & 1 deletion src/rulesets/packages/SpecialFunctions.jl
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module SpecialFunctionsGlue
using ChainRulesCore
using SpecialFunctions
using ..SpecialFunctions


@scalar_rule(SpecialFunctions.lgamma(x), SpecialFunctions.digamma(x))
Expand Down

0 comments on commit b18440b

Please sign in to comment.