Skip to content

Releases: SciML/NeuralPDE.jl

v3.7.0

07 Feb 02:14
4641d92
Compare
Choose a tag to compare

NeuralPDE v3.7.0

Diff since v3.6.0

Closed issues:

  • Function to pass training parameters to the next solver (#192)

Merged pull requests:

  • Function to pass training parameters to the next solver (#244) (@KirillZubov)
  • fix PhysicsInformedNN (#246) (@KirillZubov)
  • CompatHelper: add new compat entry for "IfElse" at version "0.1" (#247) (@github-actions[bot])

v3.6.0

05 Feb 18:56
4687d63
Compare
Choose a tag to compare

NeuralPDE v3.6.0

Diff since v3.5.0

Closed issues:

  • Error in latest update_doc examples (#235)
  • Update to MTK5: some problem with the new Differential syntax (#245)

Merged pull requests:

v3.5.0

19 Jan 09:55
7b7b6ae
Compare
Choose a tag to compare

NeuralPDE v3.5.0

Diff since v3.4.0

Closed issues:

  • GPU training does not work with at least Flux optimizers (#141)
  • Improving derivatives parser (#149)
  • Grid training: argument issues (#211)
  • stochastic training: argument issues (#212)
  • InexactError with StochasticTraining (#230)

Merged pull requests:

v3.4.0

05 Jan 23:01
d882211
Compare
Choose a tag to compare

NeuralPDE v3.4.0

Diff since v3.3.0

Closed issues:

  • "Could not find cudnn" on Win 10 (#221)

Merged pull requests:

  • CompatHelper: bump compat for "Adapt" to "3.0" (#222) (@github-actions[bot])

v3.3.0

04 Jan 13:54
808f1d7
Compare
Choose a tag to compare

NeuralPDE v3.3.0

Diff since v3.2.0

Closed issues:

  • Getting Example 1 to work (#216)

Merged pull requests:

  • fixed some problems in 2D poisson equation (#210) (@TeAmP0is0N)
  • CompatHelper: bump compat for "Reexport" to "1.0" (#217) (@github-actions[bot])
  • CompatHelper: bump compat for "RuntimeGeneratedFunctions" to "0.5" (#219) (@github-actions[bot])

v3.2.0

21 Dec 13:45
9187689
Compare
Choose a tag to compare

NeuralPDE v3.2.0

Diff since v3.1.0

Merged pull requests:

  • CompatHelper: bump compat for "Zygote" to "0.6" (#208) (@github-actions[bot])

v3.1.0

12 Dec 16:48
3714616
Compare
Choose a tag to compare

NeuralPDE v3.1.0

Diff since v3.0.0

Closed issues:

  • Support non-uniform dimensionality in dependent variables (#171)
  • no method matching GridTraining(; dx=0.1) && MethodError: no method matching StochasticTraining(; number_of_points=20) (#195)
  • Collocation points, Initial points, Boundary points, and the activation function (#197)
  • Plot Error: (#198)

Merged pull requests:

v3.0.0

09 Dec 15:48
e354fe6
Compare
Choose a tag to compare

NeuralPDE v3.0.0

Diff since v2.7.0

Closed issues:

  • Investigate physics-informed neural network (PINN) training strategies (#71)
  • Error in NNRODE test routine (#123)
  • README.md link to stable documentation not working (#139)
  • Symbolic Discretization version (#180)
  • Approximate a given function (#182)

Merged pull requests:

v2.7.0

27 Nov 09:26
9d02ff0
Compare
Choose a tag to compare

NeuralPDE v2.7.0

Diff since v2.6.0

Closed issues:

  • Document / cleanup special theta (θ) parameter. (#172)
  • Tutorial not working (#181)

Merged pull requests:

v2.6.0

21 Nov 20:37
b250cdb
Compare
Choose a tag to compare

NeuralPDE v2.6.0

Diff since v2.5.0

Closed issues:

  • NeuralPDE.NNODE non existing while used in the documentation (#168)
  • [IDEA] Please add an installation instruction (#170)

Merged pull requests:

  • Documentation changes (#164) (@mkg33)
  • CompatHelper: bump compat for "GalacticOptim" to "0.4" (#166) (@github-actions[bot])
  • CompatHelper: bump compat for "ModelingToolkit" to "4.0" (#167) (@github-actions[bot])
  • MassInstallAction: Install the TagBot workflow on this repository (#169) (@christopher-dG)
  • Update README.md (#173) (@mkg33)
  • Update Documenter version (#175) (@mkg33)