Skip to content

Releases: SciML/NeuralPDE.jl

v5.17.0

18 Oct 01:51
c4330a7
Compare
Choose a tag to compare

NeuralPDE v5.17.0

Diff since v5.16.0

Merged pull requests:

  • build(deps): bump crate-ci/typos from 1.19.0 to 1.20.4 (#847) (@dependabot[bot])
  • build(deps): bump crate-ci/typos from 1.20.4 to 1.20.8 (#848) (@dependabot[bot])
  • Docstring typo fixes (#849) (@lanceXwq)
  • build(deps): bump crate-ci/typos from 1.20.8 to 1.20.9 (#850) (@dependabot[bot])
  • build(deps): bump crate-ci/typos from 1.20.9 to 1.20.10 (#851) (@dependabot[bot])
  • build(deps): bump crate-ci/typos from 1.20.10 to 1.21.0 (#852) (@dependabot[bot])
  • Better BPINN ode Solver (#853) (@AstitvaAggarwal)
  • CompatHelper: bump compat for OptimizationOptimJL to 0.3 for package docs, (keep existing compat) (#856) (@github-actions[bot])
  • CompatHelper: bump compat for SymbolicUtils to 2, (keep existing compat) (#858) (@github-actions[bot])
  • build(deps): bump crate-ci/typos from 1.21.0 to 1.22.0 (#859) (@dependabot[bot])
  • build(deps): bump crate-ci/typos from 1.22.0 to 1.22.3 (#863) (@dependabot[bot])
  • build(deps): bump crate-ci/typos from 1.22.3 to 1.22.7 (#865) (@dependabot[bot])
  • build(deps): bump crate-ci/typos from 1.22.7 to 1.22.9 (#868) (@dependabot[bot])
  • chore: fix typos (#869) (@sathvikbhagavan)
  • build: ignore patch versions of typos gha in dependabot (#870) (@sathvikbhagavan)
  • fix: checking complex type in the parameters of nn (#872) (@sathvikbhagavan)
  • build(deps): bump crate-ci/typos from 1.22.9 to 1.23.1 (#873) (@dependabot[bot])
  • CompatHelper: bump compat for SymbolicUtils to 3, (keep existing compat) (#878) (@github-actions[bot])
  • ci: standardize workflows using SciML's reusable workflows (#879) (@thazhemadam)
  • CompatHelper: bump compat for Symbolics to 6, (keep existing compat) (#880) (@github-actions[bot])
  • refactor: trigger build with latest Lux (#882) (@avik-pal)
  • build(deps): bump crate-ci/typos from 1.23.1 to 1.24.1 (#884) (@dependabot[bot])
  • CompatHelper: bump compat for Optimization to 4, (keep existing compat) (#888) (@github-actions[bot])
  • CompatHelper: bump compat for Optimization to 4 for package docs, (keep existing compat) (#889) (@github-actions[bot])
  • CompatHelper: bump compat for OptimizationOptimisers to 0.3, (keep existing compat) (#890) (@github-actions[bot])
  • CompatHelper: bump compat for OptimizationOptimisers to 0.3 for package docs, (keep existing compat) (#891) (@github-actions[bot])
  • CompatHelper: bump compat for OptimizationOptimJL to 0.4 for package docs, (keep existing compat) (#892) (@github-actions[bot])
  • build(deps): bump crate-ci/typos from 1.24.1 to 1.25.0 (#896) (@dependabot[bot])
  • build(deps): bump crate-ci/typos from 1.25.0 to 1.26.0 (#899) (@dependabot[bot])
  • refactor: remove NeuralPDELogging in-favor of extension (#901) (@avik-pal)
  • ci: try taming down CI timings (#903) (@avik-pal)
  • ci: test with 1, lts and pre versions of julia (#904) (@thazhemadam)

Closed issues:

  • Iteration should be a Ref{Int}, not a size 1 Vector{Int} (#552)
  • Tutorial: imposing constraint on PINN solution of Fokker Planck fails (#854)
  • Error when running Front Page Example Code (#881)

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])