Skip to content
[Diff since v1.51.2](https://github.com/SciML/DiffEqFlux.jl/compare/v1.51.2...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, use `ChainRulesCore.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)