Skip to content

Releases: musoke/UltraDark.jl

v0.1.2

01 Jul 17:55
Compare
Choose a tag to compare

UltraDark v0.1.2

Diff since v0.1.1

Merged pull requests:

  • feat: Allow user to specify summary (#64) (@musoke)
  • fix: Indexing errors in MPI example (#65) (@musoke)

v0.1.1

25 Jun 22:20
Compare
Choose a tag to compare

UltraDark v0.1.1

Diff since v0.1.0

v0.1.0

25 Jun 22:20
Compare
Choose a tag to compare

UltraDark v0.1.0

Closed issues:

  • Bad scaling with number of threads (#22)
  • MPI parallelism is broken (#24)
  • Add units to examples (#25)
  • Add static soliton example (#26)
  • Timestep broken with large background potential (#31)
  • Provide example script and slurm configuration for running in MPI (#53)

Merged pull requests:

  • ci: Bump julia versions (#1) (@musoke)
  • test: Refactor to use SafeTestsets (#2) (@musoke)
  • fix: Better stopping condition (#3) (@musoke)
  • fix: Stopping condition in evolve_to! (#4) (@musoke)
  • Mpi (#5) (@musoke)
  • Doc/growth example (#6) (@musoke)
  • feat: Check phase gradients (#7) (@musoke)
  • Move from travis-ci.org to github actions (#8) (@musoke)
  • CompatHelper: add new compat entry for "FFTW" at version "1.2" (#9) (@github-actions[bot])
  • CompatHelper: add new compat entry for "NBInclude" at version "2.2" (#10) (@github-actions[bot])
  • CompatHelper: add new compat entry for "AbstractFFTs" at version "0.5" (#11) (@github-actions[bot])
  • CompatHelper: add new compat entry for "MPI" at version "0.16" (#12) (@github-actions[bot])
  • doc: Add installation instructions (#13) (@musoke)
  • bench: Add scripts to benchmark threads, resol (#14) (@musoke)
  • fix: Redundant deps in example (#15) (@musoke)
  • CompatHelper: bump compat for "PencilFFTs" to "0.10" (#16) (@github-actions[bot])
  • CompatHelper: bump compat for "MPI" to "0.15" (#17) (@github-actions[bot])
  • CompatHelper: bump compat for "PencilFFTs" to "0.11" (#18) (@github-actions[bot])
  • CompatHelper: bump compat for "AbstractFFTs" to "1.0" (#19) (@github-actions[bot])
  • ci: Disable coveralls (#21) (@musoke)
  • Benchmark (#23) (@musoke)
  • Examples/update units (#27) (@musoke)
  • CompatHelper: bump compat for "PencilFFTs" to "0.12" (#28) (@github-actions[bot])
  • feat: Set maximum phase grad in a constant (#29) (@musoke)
  • benchmarks/pyul (#30) (@musoke)
  • fix: gravitational timestep (#32) (@musoke)
  • Refine phase checks (#33) (@musoke)
  • feat: Add position arrays to Grids (#34) (@musoke)
  • doc: Add animations to growth example (#35) (@musoke)
  • CompatHelper: bump compat for "MPI" to "0.17" (#36) (@github-actions[bot])
  • ci: Update to julia 1.6 (#40) (@musoke)
  • Fix multiprocess parallelism (#41) (@musoke)
  • opt: Remove dist from grids structs (#42) (@musoke)
  • Anisotropic resolution (#44) (@musoke)
  • Rename from JultraDark.jl to UltraDark.jl (#46) (@musoke)
  • chore: Move test deps to own Project.toml (#47) (@musoke)
  • refactor: Group functions by use, not arguments (#49) (@musoke)
  • Enable user modifications (#50) (@musoke)
  • CompatHelper: bump compat for "MPI" to "0.18" (#54) (@github-actions[bot])
  • doc: Add example slurm configurations (#55) (@musoke)
  • Optimize time steps more (#57) (@musoke)