Skip to content

Releases: SciML/NeuralPDE.jl

v5.16.0

07 Apr 13:29
6a555d5
Compare
Choose a tag to compare

NeuralPDE v5.16.0

Diff since v5.15.0

Merged pull requests:

Closed issues:

  • Neural Adaptor tests set as @test_broken (#513)
  • Multithreaded test suite (#706)
  • Add support for equations with complex numbers (#821)

v5.15.0

29 Mar 13:47
86ab97c
Compare
Choose a tag to compare

NeuralPDE v5.15.0

Diff since v5.14.0

Merged pull requests:

Closed issues:

  • Allow batching with QuadratureStrategy in NNODE (#555)

v5.14.0

14 Mar 16:08
2daf59b
Compare
Choose a tag to compare

NeuralPDE v5.14.0

Diff since v5.13.0

Merged pull requests:

Closed issues:

  • Neural Adapter Documentation Example Not Working (#824)

v5.13.0

06 Mar 10:19
b861b05
Compare
Choose a tag to compare

NeuralPDE v5.13.0

Diff since v5.12.0

Merged pull requests:

  • build(deps): bump codecov/codecov-action from 3 to 4 (#800) (@dependabot[bot])
  • add Deep Galerkin method (#802) (@ayushinav)
  • fix: bounds of variables in neural adapter setup (#812) (@sathvikbhagavan)
  • CompatHelper: bump compat for DomainSets to 0.7, (keep existing compat) (#813) (@github-actions[bot])
  • CompatHelper: bump compat for DomainSets to 0.7 for package docs, (keep existing compat) (#814) (@github-actions[bot])
  • ci: explicitly specify token for codecov (#819) (@sathvikbhagavan)
  • refactor: use latest API for IntegralProblem (#822) (@sathvikbhagavan)
  • build(deps): bump crate-ci/typos from 1.18.2 to 1.19.0 (#823) (@dependabot[bot])
  • chore: format docstrings of DGM to make it consistent with others (#825) (@sathvikbhagavan)
  • reducing test times for DGM (#826) (@ayushinav)

Closed issues:

  • Deep learning methods for free-boundary PDEs (#19)
  • Deep Galerkin Method (#220)
  • DGM Tutorial fails (#827)

v5.12.0

18 Feb 13:02
b0edebb
Compare
Choose a tag to compare

NeuralPDE v5.12.0

Diff since v5.11.0

Merged pull requests:

Closed issues:

  • NN ODE loss gets squared (#606)
  • Problem in replicating INVERSE PROBELM tutorial on ODE (#765)
  • Bump CUDA Compat (#810)

v5.11.0

11 Feb 09:04
e9a11cf
Compare
Choose a tag to compare

NeuralPDE v5.11.0

Diff since v5.10.0

Merged pull requests:

Closed issues:

  • Recreate the examples from the BINN paper with NNODE (#640)
  • Issue with NNStopping Example code (#680)
  • NeuralPDE v.5.9 stops QuasiMonteCarlo from updating (#748)
  • Parameter Estimation in NNODE (#766)

v5.10.0

22 Jan 09:49
4229d0b
Compare
Choose a tag to compare

NeuralPDE v5.10.0

Diff since v5.9.0

Merged pull requests:

Closed issues:

  • Migrate functionality to HighDimPDE.jl (#514)
  • NNODE fails on simple logistic curve (#634)
  • Bayesian Inference for PDE PINN solver (#712)
  • fix NUTS kwargs handling and Default ode params vector (#737)
  • BNNODE dosent support Lux chains Initparams, supporting fix for PR #749 (#759)
  • Documentation for BayesianPINN and ahmc_bayesian_pinn_pde (#779)
  • Encountering Precompilation Error Messages When Adding NeuralPDE Package in Julia (#780)

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: