Skip to content

Releases: SciML/NeuralPDE.jl

v5.9.0

22 Sep 04:59
b8a03aa
Compare
Choose a tag to compare

NeuralPDE v5.9.0

Diff since v5.8.0

Merged pull requests:

  • [WIP] Bayesian PINN solver for ODE (#692) (@AstitvaAggarwal)
  • Fix ODEs system and add test (#714) (@KirillZubov)
  • CompatHelper: add new compat entry for Functors at version 0.4, (keep existing compat) (#715) (@github-actions[bot])
  • CompatHelper: add new compat entry for MCMCChains at version 6, (keep existing compat) (#716) (@github-actions[bot])
  • CompatHelper: add new compat entry for LogDensityProblems at version 2, (keep existing compat) (#717) (@github-actions[bot])
  • CompatHelper: add new compat entry for AdvancedHMC at version 0.5, (keep existing compat) (#718) (@github-actions[bot])
  • Incorporating given points into training (#723) (@sdesai1287)
  • [WIP] API for BNNODE (#724) (@AstitvaAggarwal)
  • CompatHelper: bump compat for Optimisers to 0.3, (keep existing compat) (#726) (@github-actions[bot])
  • Rename samples field of WeightedIntervalTraining to points and clean tstops_loss logic (#727) (@sathvikbhagavan)
  • Bump actions/checkout from 3 to 4 (#730) (@dependabot[bot])
  • CompatHelper: bump compat for ComponentArrays to 0.15, (keep existing compat) (#732) (@github-actions[bot])
  • CompatHelper: add new compat entry for MonteCarloMeasurements at version 1, (keep existing compat) (#736) (@github-actions[bot])
  • CompatHelper: bump compat for SciMLBase to 2, (keep existing compat) (#738) (@github-actions[bot])

Closed issues:

  • Have a training strategy for PreDefined Points (#644)
  • Bayesian Inference for NNODE (#682)
  • Type issue in Julia v1.9 (#696)
  • Adaptive reweighting or modify neural network to solve complex system. (#708)
  • Issued with sin and cos function after update version of NeuralPDE (#710)
  • API for BNNODE. (#719)
  • one-dimensional heat equation (#720)

v5.8.0

05 Aug 20:39
12f9a8e
Compare
Choose a tag to compare

NeuralPDE v5.8.0

Diff since v5.7.0

Closed issues:

  • Parameters estimation using NeuralPDE.jl is not working for PDEs (#681)
  • Demo not running (#690)
  • Parameters estimation using NeuralPDE.jl is not working for PDEs (#694)
  • Failed to precompile NeuralPDE (#698)
  • Precompilation warning (#709)

Merged pull requests:

  • CompatHelper: bump compat for ComponentArrays to 0.14, (keep existing compat) (#699) (@github-actions[bot])
  • CompatHelper: bump compat for Flux to 0.14, (keep existing compat) (#700) (@github-actions[bot])
  • CompatHelper: bump compat for Flux to 0.14 for package docs, (keep existing compat) (#701) (@github-actions[bot])
  • CompatHelper: bump compat for Lux to 0.5, (keep existing compat) (#704) (@github-actions[bot])
  • CompatHelper: bump compat for Lux to 0.5 for package docs, (keep existing compat) (#705) (@github-actions[bot])

v5.7.0

28 May 14:55
c52c7d5
Compare
Choose a tag to compare

NeuralPDE v5.7.0

Diff since v5.6.1

Closed issues:

  • Push nnode further (#46)
  • Treating states properly, second encounter (#605)

Merged pull requests:

v5.6.1

01 Apr 17:07
696ed87
Compare
Choose a tag to compare

NeuralPDE v5.6.1

Diff since v5.6.0

Merged pull requests:

v5.6.0

30 Mar 21:42
b38a746
Compare
Choose a tag to compare

NeuralPDE v5.6.0

Diff since v5.5.0

Closed issues:

Merged pull requests:

v5.5.0

27 Mar 17:58
b907c8c
Compare
Choose a tag to compare

NeuralPDE v5.5.0

Diff since v5.4.0

Closed issues:

  • PDESystemLibrary.jl a comprehensive resource for discretizer packages. (#638)
  • Additional loss is not logged (#649)
  • NeuralPDE fail to compile (#660)

Merged pull requests:

v5.4.0

18 Feb 16:23
e7f36c6
Compare
Choose a tag to compare

NeuralPDE v5.4.0

Diff since v5.3.0

Closed issues:

  • CUDA: NAN (#466)
  • QuasiRandomTraining(sampling_alg = SobolSample()) is not working correctly (#609)
  • Using NeuralPDE with Boundary Conditions on the GPU (#612)
  • ERROR: Optimization algorithm not found. (#618)
  • Lots of warnings on example (#619)
  • ERROR: LoadError: UndefVarError: SciMLProblem not defined (#620)
  • Higher approximation order numeric_derivative (#641)

Merged pull requests:

v5.3.0

24 Sep 17:57
464692f
Compare
Choose a tag to compare

NeuralPDE v5.3.0

Diff since v5.2.0

Closed issues:

  • How to using additional_loss input 3D data. (#589)
  • How to use GPU to [chain1,chian2]? (#594)
  • ERROR: MethodError: no method matching NeuralPDE.Phi (#595)
  • Poisson Example not working on Julia 1.8 (#602)
  • The implementation of finite differences throws away its advantage over AD (#607)

Merged pull requests:

v5.2.0

18 Aug 05:42
9ca1dda
Compare
Choose a tag to compare

NeuralPDE v5.2.0

Diff since v5.1.1

Closed issues:

  • Upstreaming ComponentArrays overloads for Adapt required for GPU (#584)
  • How to use real data? (#588)

Merged pull requests:

  • Remove ComponentArrays overloads (#587) (@MilkshakeForReal)

v5.1.1

17 Aug 07:50
d41008e
Compare
Choose a tag to compare

NeuralPDE v5.1.1

Diff since v5.1.0

Closed issues:

  • Training on GPU with Lux (#579)

Merged pull requests:

  • Don't initialize parameters twice (#586) (@MilkshakeForReal)