Skip to content

Releases: SciML/NeuralOperators.jl

v0.6.2

13 Jun 00:20
36b447b
Compare
Choose a tag to compare

NeuralOperators v0.6.2

Diff since v0.6.1

Merged pull requests:

  • CompatHelper: bump compat for CairoMakie to 0.14 for package docs, (keep existing compat) (#66) (@github-actions[bot])
  • fix: fft shift (#67) (@avik-pal)
  • docs: double pendulum example (#68) (@avik-pal)

v0.6.1

11 Jun 22:13
58d29f9
Compare
Choose a tag to compare

NeuralOperators v0.6.1

Diff since v0.6.0

Merged pull requests:

v0.6.0

07 Jun 15:55
beb6fea
Compare
Choose a tag to compare

NeuralOperators v0.6.0

Diff since v0.5.3

Breaking changes

  • permuted kwarg has been removed. Currently the default corresponds to permuted=Val(true) from earlier versions.
  • Direct dependency on FFT packaged has been removed. Users can opt in to their choice of FFT package (that supports AbstractFFT).
  • Lux + Reactant is the backend of choice from this versions. Other AD tooling will have limited support and bug reports for such won't be prioritized.

Merged pull requests:

  • chore: bump julia-actions/julia-format from 3 to 4 (#58) (@dependabot[bot])
  • refactor: rework the package to be Reactant first (#60) (@avik-pal)

Closed issues:

  • Proper Enzyme Support (#35)
  • FNO parameters as SciML structures (#59)

v0.5.3

29 Dec 14:35
523b0a0
Compare
Choose a tag to compare

NeuralOperators v0.5.3

Diff since v0.5.2

Merged pull requests:

Closed issues:

  • 403 when accessing the docs (#50)
  • Unclear internal behavior of the first layer in NOMAD model (#54)

v0.5.2

25 Oct 14:40
3db6817
Compare
Choose a tag to compare

NeuralOperators v0.5.2

Diff since v0.5.1

Merged pull requests:

Closed issues:

  • FourierNeuralOperator and ComponentArrays error (#29)

v0.5.1

11 Oct 16:40
aeb15d3
Compare
Choose a tag to compare

NeuralOperators v0.5.1

Diff since v0.5.0

Merged pull requests:

  • docs: add explanation to the FourierNeuralOperator tutorial (#43) (@asinghvi17)
  • chore: bump crate-ci/typos from 1.24.6 to 1.25.0 (#45) (@dependabot[bot])
  • docs: burgers equation example using deeponets (#46) (@avik-pal)

v0.5.0

29 Sep 02:14
Compare
Choose a tag to compare

NeuralOperators v0.5.0

Merged pull requests:

Closed issues:

  • DeepONet error with high dim input (#7)
  • DeepOnet Multiple output (#9)
  • Make DeepONet and FourierNeuralOperator into structs (#16)