Skip to content

Releases: JuliaDiff/ChainRules.jl

v0.2.2

29 Oct 13:02
v0.2.2
Compare
Choose a tag to compare

v0.2.2 (2019-10-29)

Diff since v0.2.1

Merged pull requests:

v0.2.1

07 Oct 08:23
v0.2.1
296723c
Compare
Choose a tag to compare

v0.2.1 (2019-10-04)

Diff since v0.1.1

Closed issues:

  • Logo? (#109)
  • Rules for turning lazy broadcasted to eager one? (#104)
  • stop defining derviative of abs\(::Complex\)? (#88)
  • Writie initial Getting Started documentation (#72)
  • Wrong derivative for conj (#19)

Merged pull requests:

v0.1.1

31 Aug 14:36
v0.1.1
52591a0
Compare
Choose a tag to compare

v0.1.1 (2019-08-30)

Diff since v0.1.0

Closed issues:

  • Add FiniteDifferences based tests to some scalar functions (#76)
  • rules for mean need to move to a Statistics ruleset folder (#75)
  • Add tests for SpecialFunctions rules (#71)
  • Move SpecialFunctions to SpecialFunctionChainRules.jl (#65)

Merged pull requests:

v0.1.0

07 Aug 16:33
v0.1.0
e24c190
Compare
Choose a tag to compare

v0.1.0 (2019-08-07)

Diff since v0.0.1

Merged pull requests:

  • use ChainRulesCore (#68) (nickrobinson251)
  • Big re-organization (#67) (oxinabox)
  • Ensure scalar_rule rules are Number typed (#62) (ararslan)
  • Bring in BLAS names that are used without qualification (#61) (ararslan)
  • Allow keyword arguments in the fallback rrule/frule methods (#60) (ararslan)
  • Add a few more reduction rrules (#59) (ararslan)
  • Add \_checked\_rrule, which errors if rrule returns nothing (#58) (ararslan)
  • Define getindex on rules (#57) (ararslan)
  • Add rrule for map and expand the testing framework (#56) (ararslan)
  • Minor code movement (NFC) and port some matrix types from Nabla (#51) (ararslan)
  • replace Float32 consts with oftype expressions (#50) (JeffreySarnoff)
  • Add in-place updating for gemm and gemv rrules (#49) (ararslan)
  • Add rrules for binary linear algebra operations (#29) (ararslan)

v0.0.1

10 Jun 01:40
v0.0.1
9ad23b0
Compare
Choose a tag to compare

v0.0.1 (2019-06-07)

Diff since bcc3cdd05e3590698b56cb47b7a9048cad7d338f

Closed issues:

  • Statically determine whether rule exists (#43)
  • Customizing in-place accumulation (#39)
  • Link to docs in readme (#10)

Merged pull requests: