Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-07-24 | 1.2 kB | |
v0.19.0 source code.tar.gz | 2025-07-24 | 659.5 kB | |
v0.19.0 source code.zip | 2025-07-24 | 741.4 kB | |
Totals: 3 Items | 1.4 MB | 3 |
Dagger v0.19.0
Breaking changes
- The result of
delayed(...)(...)
can no longer be evaluated twice ThunkOptions
has been replaced withOptions
- Arbitrary options cannot be propagated anymore
- The
Processor
component ofChunk
, and theprocessor
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)