v0.18.9
·
203 commits
to master
since this release
Dagger v0.18.9
Merged pull requests:
- logging: Make IDs consistent, add helpers for logging and visualization (#468) (@jpsamaroo)
@shard
: Construct shards in parallel (#481) (@jpsamaroo)- Reference Dagger.EAGER_THUNK_STREAMS explicitly (#484) (@JamesWrigley)
- DArray: Fixes and improvements for mapreduce operations (#485) (@jpsamaroo)
- Special-case StreamingFunction in EagerThunkMetadata() constructor (#486) (@JamesWrigley)
- Stop tracking the manifest files (#487) (@JamesWrigley)
- Fix import of ScopedValues in Julia v1.11 (#489) (@JamesWrigley)
- DArray: Implement efficient in-place matrix-matrix multiply (#492) (@Rabab53)
- Add options docstrings to the docs (#493) (@JamesWrigley)
- Doc/add Quickstart datadeps documentation (#495) (@johnmaxrin)
- Streaming branch fixes (#496) (@JamesWrigley)
- Remove more invalidations (#498) (@jpsamaroo)
- build(deps): bump julia-actions/setup-julia from 1 to 2 (#499) (@dependabot[bot])
- Add num_processors helper (#500) (@jpsamaroo)
- precompile: Don't let throwto hang the root task (#502) (@jpsamaroo)
Closed issues:
shard
executes f in sequence, not in parallel (#473)- API Request: number of processors (including threads) (#474)
- Feature Request: Support
init
argument for reduce functions. (#475) - Updating to Documenter.jl v1 (#482)
- Cannot use Dagger with Julia 1.11 (alpha2) (#488)
- Cannot use Dagger on Julia beta 1.11.0 (#501)