Releases: YichengDWu/Sophon.jl
Releases · YichengDWu/Sophon.jl
v0.3.9
Sophon v0.3.9
Merged pull requests:
- improve documentation (#186) (@YichengDWu)
- Refactor the code a bit (#188) (@YichengDWu)
- Reuse sampled data for each PDE (#189) (@YichengDWu)
v0.3.8
Sophon v0.3.8
Merged pull requests:
- Add a tutorial of inverse problem (#178) (@YichengDWu)
- CompatHelper: bump compat for DomainSets to 0.6, (keep existing compat) (#179) (@github-actions[bot])
- CompatHelper: bump compat for Symbolics to 5, (keep existing compat) (#180) (@github-actions[bot])
- CompatHelper: bump compat for CUDA to 4, (keep existing compat) (#181) (@github-actions[bot])
- delete some code (#183) (@YichengDWu)
- use extensions (#184) (@YichengDWu)
v0.3.7
Sophon v0.3.7
Closed issues:
Merged pull requests:
- allow customizing training loop given the loss function (#177) (@YichengDWu)
v0.3.6
v0.3.5
Sophon v0.3.5
Closed issues:
CausalTraing
not working (#115)
Merged pull requests:
- add initialparameters to PINN (#173) (@YichengDWu)
- upstream componentarray overloads (#174) (@YichengDWu)
v0.3.4
What's Changed
- add ForwardDiff for ODEs by @YichengDWu in #169
- CompatHelper: add new compat entry for ForwardDiff at version 0.10, (keep existing compat) by @github-actions in #170
- RANDOM WEIGHT FACTORIZATION by @YichengDWu in #171
- format by @YichengDWu in #172
Full Changelog: v0.3.2...v0.3.4
v0.3.2
Sophon v0.3.2
Merged pull requests:
- an example with holes (#167) (@YichengDWu)
- Union domain (#168) (@YichengDWu)
v0.3.1
Sophon v0.3.1
Merged pull requests:
- Rectangle with holes (#164) (@YichengDWu)
- inverse problem for the wave equation (#165) (@YichengDWu)
- CompatHelper: add new compat entry for StaticArraysCore at version 1, (keep existing compat) (#166) (@github-actions[bot])
v0.3.0
Sophon v0.3.0
Merged pull requests:
- Fix 3rd derivative (#160) (@YichengDWu)
- Non Rectangular Domain (#161) (@YichengDWu)
- CompatHelper: add new compat entry for DomainSets at version 0.5, (keep existing compat) (#162) (@github-actions[bot])
- CompatHelper: add new compat entry for Symbolics at version 4, (keep existing compat) (#163) (@github-actions[bot])
v0.2.9
Sophon v0.2.9
Closed issues:
- some equations are mistreated as periodic bcs (#158)
Merged pull requests:
- Don't mistake eqs as periodic bcs (#159) (@YichengDWu)