v1.37.0
·
817 commits
to master
since this release
DiffEqFlux v1.37.0
Closed issues:
- Probably user error: sciML_train func running but not optimizing (#528)
- StackOverflow Error when Backproping through SteadyStateProblem (#531)
- DiffEqFlux.sciml_train fails with save_idxs keyword (#534)
- Regarding Neural ODE Documentation (#538)
- Speed and innacuracy of sciml_train with BFGS() on previously demonstrated code (#539)
- FFJORD for flexible batched data (#540)
- MethodError in sequential learning problem (#543)
- Discrete Callback causes Error: immutable struct of type FakeIntegrator cannot be changed (#550)
- No method matching similar(::Tuple{...}, ::Int64) (#552)
- Mass matrix example requires mass to always equal 1 (#553)
- False gradient for FastDense when bias=false (#556)
Merged pull requests:
- fix typo (#530) (@spin0r)
- Convolutional Neural ODE for MNIST Classification Demo (#532) (@avik-pal)
- Fix typos in docs (#533) (@adrhill)
- Fix & simplify multiple shooting (#522) (#535) (@adrhill)
- Update copy paste example without NeuralODE constructor (#541) (@Vaibhavdixit02)
- Generalize continuity loss in multiple shooting (#542) (@adrhill)
- Fix grammar (#545) (@namangup)
- Add solver kwargs to multiple shooting (#546) (@adrhill)
- CompatHelper: bump compat for "Distributions" to "0.25" (#547) (@github-actions[bot])
- Add FAQ on divergent trajectories (#548) (@ChrisRackauckas)
- Update divergence.md (#549) (@Vaibhavdixit02)
- Fix and test no bias adjoint (#558) (@ChrisRackauckas)