Skip to content

Releases: SciML/DiffEqFlux.jl

v1.40.1

26 Jun 12:01
Compare
Choose a tag to compare

DiffEqFlux v1.40.1

Diff since v1.40.0

Closed issues:

  • Precompilation fails: UndefVarError: HasBranchingCtx not defined (#583)

v1.40.0

24 Jun 23:38
8a27810
Compare
Choose a tag to compare

DiffEqFlux v1.40.0

Diff since v1.39.0

Closed issues:

  • Multiple shooting example doesn't work (#564)
  • Calling cpu on FastChain fails. (#578)

Merged pull requests:

v1.39.0

21 Jun 03:13
1665d60
Compare
Choose a tag to compare

DiffEqFlux v1.39.0

Diff since v1.38.0

Closed issues:

  • Compiling Tuple{typeof(task_local_storage) try/catch is not supported. (#561)
  • Parameter Estimation Example not converged in a low error (#569)
  • Typo in minibatching example (#570)

Merged pull requests:

  • Fix #570 (#572) (@avik-pal)
  • Simplify and improve sciml_train heuristics (#574) (@ChrisRackauckas)
  • CompatHelper: add new compat entry for "Reexport" at version "1" (#575) (@github-actions[bot])
  • CompatHelper: add new compat entry for "Optim" at version "1" (#576) (@github-actions[bot])

v1.38.0

11 Jun 12:04
6b33366
Compare
Choose a tag to compare

DiffEqFlux v1.38.0

Diff since v1.37.0

Closed issues:

  • How to create a multilayer perceptron using DiffEqFlux.jl (#554)

Merged pull requests:

v1.37.0

20 May 01:24
dea9b1d
Compare
Choose a tag to compare

DiffEqFlux v1.37.0

Diff since v1.36.1

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:

v1.36.1

13 Apr 19:45
Compare
Choose a tag to compare

DiffEqFlux v1.36.1

Diff since v1.36.0

v1.36.0

11 Apr 22:54
9e1182e
Compare
Choose a tag to compare

DiffEqFlux v1.36.0

Diff since v1.35.1

Closed issues:

  • Discretize-Optimize vs Optimize-Discretize (#463)
  • error in precompiling DiffEqFlux v1.35.0 (#518)
  • How to treat parameters in a model data struture? (#520)

Merged pull requests:

v1.35.1

01 Apr 11:46
8be3f5a
Compare
Choose a tag to compare

DiffEqFlux v1.35.1

Diff since v1.35.0

v1.35.0

01 Apr 05:55
974818b
Compare
Choose a tag to compare

DiffEqFlux v1.35.0

Diff since v1.34.1

Closed issues:

  • Update Neural SDE documentation (#402)
  • Neural DAE tests not included in runtests and outdated (#425)
  • Do Multiple Shooting (#481)
  • FastDense error on GPU (#501)
  • Make docs nicer (#504)
  • ODE-LSTMs (#508)
  • Is there any difference in neuralODE and ODENet? (#510)
  • Error with non-in-place vector ODEs (#512)
  • sciml_train summary is gone? (#513)
  • Error in the Copy-Paste Code for Optimization of Ordinary Differential Equations (#517)

Merged pull requests:

v1.34.1

04 Mar 12:16
d23fa12
Compare
Choose a tag to compare

DiffEqFlux v1.34.1

Diff since v1.34.0

Closed issues:

  • NeuralODE problem with component arrays not working (#497)
  • MethodError: no method matching length(::Nothing) (#498)

Merged pull requests: