Skip to content
## DiffEqFlux v1.7.1

[Diff since v1.7.0](https://github.com/JuliaDiffEq/DiffEqFlux.jl/compare/v1.7.0...v1.7.1)


**Closed issues:**
- Setup progress bar of sciml_train to be platform agnostic (#158)
- sciml_train fails on GPU  (#182)
- `sciml_train` error when using `NewtonTrustRegion` optimizer (#185)
- Neural SDE does not train diffusion parameters (#189)

**Merged pull requests:**
- Provide default progress loggers and use new ProgressLogging API (#184) (@devmotion)
- Test DiffEqBase promotion (#188) (@ChrisRackauckas)
- fix and better test neural SDE on FastChain (#191) (@ChrisRackauckas)