Skip to content

Releases: YichengDWu/Sophon.jl

v0.1.8

21 Sep 19:19
2a6220c
Compare
Choose a tag to compare

Sophon v0.1.8

Diff since v0.1.7

Closed issues:

  • remove kwargs in PINN (#120)

Merged pull requests:

v0.1.7

18 Sep 07:05
20a7455
Compare
Choose a tag to compare

Sophon v0.1.7

Diff since v0.1.6

Merged pull requests:

v0.1.6

18 Sep 01:37
296a373
Compare
Choose a tag to compare

Sophon v0.1.6

Diff since v0.1.5

Merged pull requests:

v0.1.5

16 Sep 19:00
b2ef5d4
Compare
Choose a tag to compare

Sophon v0.1.5

Diff since v0.1.4

Closed issues:

  • Scalar should be ScalarLayer (#97)
  • More positional arguements so we can dispatch (#103)
  • Make CausalTraining deterministic (#107)
  • Major acceleration (#108)
  • Sophon's own QuasiRandomTraining (#110)
  • Make Scalar general to handle any binary operation (#112)

Merged pull requests:

  • make Scalar a layer (#105) (@YichengDWu)
  • change keyword arguments of BACON to positional arguments (#109) (@YichengDWu)
  • generalize Scalar to any function (#113) (@YichengDWu)
  • rewrite lots of things to be faster (#114) (@YichengDWu)
  • CompatHelper: add new compat entry for Setfield at version 1, (keep existing compat) (#116) (@github-actions[bot])

v0.1.4

10 Sep 00:52
d1d89f3
Compare
Choose a tag to compare

Sophon v0.1.4

Diff since v0.1.3

Closed issues:

  • sinpi and sin should both exist (#100)

Merged pull requests:

  • Seperate the weight and the fundamental frequcy to save a bit memory (#102) (@YichengDWu)

v0.1.3

09 Sep 21:52
4c4b992
Compare
Choose a tag to compare

Sophon v0.1.3

Diff since v0.1.2

Closed issues:

  • SirenAttention should be gone (#98)

Merged pull requests:

v0.1.2

08 Sep 01:28
c6eb690
Compare
Choose a tag to compare

Sophon v0.1.2

Diff since v0.1.1

Closed issues:

  • Rename MultiScaleFourier to FourierFeatureNets (#88)

Merged pull requests:

v0.1.1

31 Aug 20:05
6c73b64
Compare
Choose a tag to compare

Sophon v0.1.1

Closed issues:

  • take initialization seriously (#37)
  • change siren‘s arguments (#43)
  • Causal training should respect boundary conditions as well (#49)
  • Don't export RADTraining (#53)
  • relax sine and siren (#57)
  • Change Sine to just Dense with specialized initialization (#64)
  • Support user-defined fourier modes (#69)
  • CausalTraining should support grid training (#73)
  • change multifourier's arguments (#81)

Merged pull requests:

  • CompatHelper: add new compat entry for Lux at version 0.4, (keep existing compat) (#1) (@github-actions[bot])
  • CompatHelper: add new compat entry for NNlibCUDA at version 0.2, (keep existing compat) (#2) (@github-actions[bot])
  • CompatHelper: add new compat entry for NNlib at version 0.8, (keep existing compat) (#3) (@github-actions[bot])
  • rename (#4) (@MilkshakeForReal)
  • test (#5) (@MilkshakeForReal)
  • na (#6) (@MilkshakeForReal)
  • FC (#7) (@MilkshakeForReal)
  • change Fourier Feature (#8) (@MilkshakeForReal)
  • PINNAttention (#9) (@MilkshakeForReal)
  • FC (#10) (@MilkshakeForReal)
  • change naming (#11) (@MilkshakeForReal)
  • SineLayer (#12) (@MilkshakeForReal)
  • Siren (#13) (@MilkshakeForReal)
  • Siren (#14) (@MilkshakeForReal)
  • example (#15) (@MilkshakeForReal)
  • Fc (#17) (@MilkshakeForReal)
  • Scheduler SirenAttention (#18) (@MilkshakeForReal)
  • Update poisson.md (#20) (@MilkshakeForReal)
  • fig (#21) (@MilkshakeForReal)
  • save (#22) (@MilkshakeForReal)
  • rad (#23) (@MilkshakeForReal)
  • CompatHelper: add new compat entry for Optimization at version 3, (keep existing compat) (#24) (@github-actions[bot])
  • CompatHelper: add new compat entry for OptimizationOptimisers at version 0.1, (keep existing compat) (#25) (@github-actions[bot])
  • CompatHelper: add new compat entry for ParameterSchedulers at version 0.3, (keep existing compat) (#26) (@github-actions[bot])
  • CompatHelper: add new compat entry for SciMLBase at version 1, (keep existing compat) (#27) (@github-actions[bot])
  • CompatHelper: add new compat entry for Optimisers at version 0.2, (keep existing compat) (#28) (@github-actions[bot])
  • rbf (#29) (@MilkshakeForReal)
  • CompatHelper: add new compat entry for QuasiMonteCarlo at version 0.2, (keep existing compat) (#30) (@github-actions[bot])
  • CompatHelper: add new compat entry for NeuralPDE at version 5, (keep existing compat) (#32) (@github-actions[bot])
  • CompatHelper: add new compat entry for ChainRulesCore at version 1, (keep existing compat) (#33) (@github-actions[bot])
  • CompatHelper: add new compat entry for Adapt at version 3, (keep existing compat) (#34) (@github-actions[bot])
  • CompatHelper: add new compat entry for ComponentArrays at version 0.13, (keep existing compat) (#35) (@github-actions[bot])
  • change to unicode (#36) (@MilkshakeForReal)
  • Causal training (#38) (@MilkshakeForReal)
  • Causal training (#39) (@MilkshakeForReal)
  • CompatHelper: add new compat entry for StatsBase at version 0.33, (keep existing compat) (#40) (@github-actions[bot])
  • Causal training (#41) (@MilkshakeForReal)
  • causal (#42) (@MilkshakeForReal)
  • Causal training (#44) (@MilkshakeForReal)
  • Activation (#45) (@MilkshakeForReal)
  • CompatHelper: add new compat entry for GPUArraysCore at version 0.1, (keep existing compat) (#46) (@github-actions[bot])
  • CompatHelper: add new compat entry for GPUArrays at version 8, (keep existing compat) (#47) (@github-actions[bot])
  • CompatHelper: add new compat entry for CUDA at version 3, (keep existing compat) (#48) (@github-actions[bot])
  • Fix causal training (#50) (@MilkshakeForReal)
  • fix causal training (#51) (@MilkshakeForReal)
  • change arguments (#52) (@MilkshakeForReal)
  • Update Sophon.jl (#54) (@MilkshakeForReal)
  • act (#55) (@MilkshakeForReal)
  • Evo (#56) (@MilkshakeForReal)
  • relax (#58) (@MilkshakeForReal)
  • act (#59) (@MilkshakeForReal)
  • kaiming initialization (#60) (@MilkshakeForReal)
  • Update basic.jl (#61) (@MilkshakeForReal)
  • Update basic.jl (#62) (@MilkshakeForReal)
  • Update nets.jl (#63) (@MilkshakeForReal)
  • Siren! (#65) (@MilkshakeForReal)
  • helm (#66) (@MilkshakeForReal)
  • sirenattention (#67) (@MilkshakeForReal)
  • Update causal.jl (#70) (@MilkshakeForReal)
  • Update causal.jl (#72) (@MilkshakeForReal)
  • FourierFeature (#74) (@MilkshakeForReal)
  • Update nets.jl (#75) (@MilkshakeForReal)
  • deeponet (#77) (@MilkshakeForReal)
  • Docs (#78) (@MilkshakeForReal)
  • ref (#79) (@MilkshakeForReal)
  • preview (#80) (@MilkshakeForReal)
  • fix (#82) (@MilkshakeForReal)