Skip to content

v0.6.0

Compare
Choose a tag to compare
@github-actions github-actions released this 12 Jul 17:46

Yota v0.6.0

Diff since v0.5.0

Update the list and versions of essential dependencies

Closed issues:

  • Can't use broadcasting on non-primitives (#3)
  • More gradients (#14)
  • Investigate poor performance (#28)
  • Tape BoundsError using dictionaries (#34)
  • Nested Differentiation (#35)
  • Use rrule from ChainRules.jl (#65)
  • grad() fails for simple case since v0.5.0 (#90)
  • Add docs for update_chain_rules!() (#91)
  • Multi argument + not supported (#92)
  • rrule piracy (#95)

Merged pull requests:

  • Add the ability to specify a seed (#89) (@dfdx)
  • Remove generic rrule for broadcasted (#96) (@dfdx)
  • Migrate to Ghost v0.2, remove implicit dependency on CUDA (#97) (@dfdx)