Skip to content
This repository was archived by the owner on Sep 28, 2024. It is now read-only.

Tags: SciML/FluxNeuralOperators.jl

Tags

v0.4.8

Toggle v0.4.8's commit message
[Diff since v0.4.7](SciML/NeuralOperators.jl@v0.4.7...v0.4.8)

**Merged pull requests:**
- CompatHelper: add new compat entry for Statistics at version 1, (keep existing compat) (#150) (@github-actions[bot])
- Switch Compat to be compatible with Flux 0.14 (#156) (@tknopp)

**Closed issues:**
- BoundsError during training process (#137)
- Documentation landing page is a mess (#149)

v0.4.7

Toggle v0.4.7's commit message
[Diff since v0.4.6](SciML/NeuralOperators.jl@v0.4.6...v0.4.7)

**Merged pull requests:**
- Fix typos in documentation (#128) (@juliusgh)
- Update index.md, remove orphan backticks (#136) (@Vaibhavdixit02)
- Bump actions/checkout from 3 to 4 (#139) (@dependabot[bot])
- CompatHelper: bump compat for CUDA to 5, (keep existing compat) (#143) (@github-actions[bot])
- CompatHelper: bump compat for CUDA to 5 for package Burgers, (keep existing compat) (#144) (@github-actions[bot])
- CompatHelper: bump compat for CUDA to 5 for package DoublePendulum, (keep existing compat) (#145) (@github-actions[bot])
- CompatHelper: bump compat for CUDA to 5 for package FlowOverCircle, (keep existing compat) (#146) (@github-actions[bot])
- CompatHelper: bump compat for CUDA to 5 for package SuperResolution, (keep existing compat) (#147) (@github-actions[bot])
- Documenter 1.0 upgrade (#148) (@ArnoStrouwen)

**Closed issues:**
- DoublePendulum example not working (#125)

v0.4.6

Toggle v0.4.6's commit message
[Diff since v0.4.5](SciML/NeuralOperators.jl@v0.4.5...v0.4.6)

**Closed issues:**
- This package isn't indexed in the docs domain (#108)
- Make AbstractDifferentiation Compatible (#118)
- Error: GPU compilation of kernel (#120)

**Merged pull requests:**
- [skip ci] move logo and favicon (#102) (@ArnoStrouwen)
- CompatHelper: bump compat for CUDA to 4, (keep existing compat) (#109) (@github-actions[bot])
- CompatHelper: bump compat for CUDA to 4 for package Burgers, (keep existing compat) (#110) (@github-actions[bot])
- CompatHelper: bump compat for CUDA to 4 for package DoublePendulum, (keep existing compat) (#111) (@github-actions[bot])
- CompatHelper: bump compat for CUDA to 4 for package FlowOverCircle, (keep existing compat) (#112) (@github-actions[bot])
- CompatHelper: bump compat for CUDA to 4 for package SuperResolution, (keep existing compat) (#113) (@github-actions[bot])
- [skip ci] LanguageTool (#114) (@ArnoStrouwen)
- format markdown (#116) (@ArnoStrouwen)
- enable dependabot for GitHub actions (#121) (@ranocha)
- Bump actions/checkout from 1 to 3 (#122) (@dependabot[bot])
- Bump codecov/codecov-action from 1 to 3 (#123) (@dependabot[bot])

v0.4.5

Toggle v0.4.5's commit message
[Diff since v0.4.4](SciML/NeuralOperators.jl@v0.4.4...v0.4.5)

**Closed issues:**
- Real to Complex FFT (#85)

**Merged pull requests:**
- Change FFT to Real to Complex FFT (#87) (@tknopp)
- [skip ci] badges (#97) (@ArnoStrouwen)
- reproducible docs (#98) (@ArnoStrouwen)
- [skip ci] remove relative links in README (#100) (@ArnoStrouwen)
- [skip ci] doc and example compat (#101) (@ArnoStrouwen)

v0.4.4

Toggle v0.4.4's commit message
[Diff since v0.4.3](SciML/NeuralOperators.jl@v0.4.3...v0.4.4)

**Merged pull requests:**
- MassInstallAction: Install the Invalidations workflow on this repository (#93) (@devmotion)
- canonize docs (#94) (@ArnoStrouwen)
- add logo (#95) (@ArnoStrouwen)

v0.4.3

Toggle v0.4.3's commit message
[Diff since v0.4.2](SciML/NeuralOperators.jl@v0.4.2...v0.4.3)

**Merged pull requests:**
- update Burger example (#89) (@KirillZubov)
- doc cov (#90) (@ArnoStrouwen)
- [skip ci] badges (#91) (@ArnoStrouwen)
- Reformat code (#92) (@yuehhua)

v0.4.2

Toggle v0.4.2's commit message
[Diff since v0.4.1](SciML/NeuralOperators.jl@v0.4.1...v0.4.2)

**Closed issues:**
- gradient for `ChebyshevTransform` failed (#64)
- Abstract type for neural operators (#81)

**Merged pull requests:**
- Add Chebyshev transform (#63) (@yuehhua)
- Fix GNO example (#79) (@yuehhua)
- CompatHelper: bump compat for GeometricFlux to 0.13, (keep existing compat) (#80) (@github-actions[bot])
- Add abstract types for models and kernels (#82) (@yuehhua)
- Automatically chose eltype of OperatorConv weights (#84) (@tknopp)
- Test ChebyshevTransform (#88) (@yuehhua)

v0.4.1

Toggle v0.4.1's commit message
[Diff since v0.4.0](SciML/NeuralOperators.jl@v0.4.0...v0.4.1)

**Closed issues:**
- graph neural operator (#74)

**Merged pull requests:**
- Fix GraphKernel (#75) (@yuehhua)

v0.4.0

Toggle v0.4.0's commit message
[Diff since v0.3.3](SciML/NeuralOperators.jl@v0.3.3...v0.4.0)

**Closed issues:**
- Add the temporal bundling and pushforward trick in the FlowOverCircle example  (#42)
- Better documentation of input/output dimensions (#76)

**Merged pull requests:**
- Add Nonlinear Manifold Decoders for Operator Learning (NOMAD) (#67) (@ven-k)
- Add a Buildkite pipeline (#69) (@ven-k)
- Format to SciML Style (#72) (@ChrisRackauckas)
- Enhance docstring (#77) (@foldfelis)
- Refactor (#78) (@foldfelis)

v0.3.3

Toggle v0.3.3's commit message
[Diff since v0.3.2](SciML/NeuralOperators.jl@v0.3.2...v0.3.3)

**Closed issues:**
- Move data part from examples to MLDatasets.jl (#62)

**Merged pull requests:**
- CompatHelper: bump compat for GeometricFlux to 0.12, (keep existing compat) (#65) (@github-actions[bot])