Skip to content

v0.19.0

Choose a tag to compare

@github-actions github-actions released this 24 Jul 13:50
· 86 commits to master since this release
31eafd7

Dagger v0.19.0

Diff since v0.18.17

Breaking changes

  • The result of delayed(...)(...) can no longer be evaluated twice
  • ThunkOptions has been replaced with Options
  • Arbitrary options cannot be propagated anymore
  • The Processor component of Chunk, and the processor option, are no longer relevant to scheduling

Merged pull requests:

  • Various performance and memory optimizations (#558) (@jpsamaroo)
  • datadeps: Add at-stencil helper (#564) (@jpsamaroo)
  • Add task affinity support with compute_scope and result_scope in Dagger.jl's @spawn macro (#610) (@AkhilAkkapelli)
  • logging: Default disable metrics, enable all_task_deps (#626) (@jpsamaroo)
  • Add view Support for Efficient DArray Chunk Slicing (#627) (@AkhilAkkapelli)
  • DArray: Add FFT implementation for 1D/2D/3D (#629) (@jpsamaroo)
  • Enhance DArray Distribution with Processor Assignment (#630) (@AkhilAkkapelli)
  • CompatHelper: bump compat for AMDGPU in [weakdeps] to 2, (keep existing compat) (#637) (@github-actions[bot])

Closed issues:

  • Memory leak when copying data from one worker to another (#547)