v1.52.0
github-actions
released this
27 Jul 03:12
·
423 commits
to master
since this release
DiffEqFlux v1.52.0
Closed issues:
- Suggestion: Change dimension order on NeuralODE to match convention of ML batch (#111)
- ERROR: LoadError: MethodError: no method matching getindex(::Ptr{typeof(DiffEqBase.ODE_DEFAULT_NORM)}) (#714)
- Warning:
ignore(f)
is deprecated, useChainRulesCore.ignore_derivatives(f)
instead. (#745) - Problems defined by parametric and neural network functions (#746)
- Tutorials Copy-Pasteable Code Error: LoadError: MethodError: objects of type Nothing are not callable (#748)
Merged pull requests:
- don't create a plot if not displaying it (#747) (@chriselrod)
- update Zygote.@ignore to ChainRulesCore.@ignore_derivatives (#751) (@ChrisRackauckas)
- CompatHelper: add new compat entry for ChainRulesCore at version 1, (keep existing compat) (#752) (@github-actions[bot])
- Dimension Mover Layer (#753) (@prbzrg)