Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-06-07 | 810 Bytes | |
v0.6.0 source code.tar.gz | 2025-06-07 | 54.7 kB | |
v0.6.0 source code.zip | 2025-06-07 | 71.0 kB | |
Totals: 3 Items | 126.5 kB | 0 |
NeuralOperators v0.6.0
Breaking changes
permuted
kwarg has been removed. Currently the default corresponds topermuted=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)