Skip to content

AutoGrad v0.0.10 Release Notes

Compare
Choose a tag to compare
@denizyuret denizyuret released this 14 Dec 15:59
· 256 commits to master since this release
  • Pre-0.6 Julia versions no longer supported.
  • Fixed gradient output type for erf family (@CarloLucibello).
  • Added mean(x,dims) (@CarloLucibello).
  • Added support for Dict iteration.
  • Added profiling support inspired by TimerOutputs.jl.