Releases: JuliaParallel/DistributedNext.jl
Releases · JuliaParallel/DistributedNext.jl
v1.2.0
DistributedNext v1.2.0
Merged pull requests:
- Revise support and worker state callbacks (#17) (@JamesWrigley)
- Make AbstractWorkerPool methods thread-safe and more consistent (#21) (@JamesWrigley)
- Slightly improve threadsafety by adding locks (#56) (@JamesWrigley)
- Fix race condition in the callback tests (#57) (@JamesWrigley)
- Improve precompilation (#58) (@JamesWrigley)
- Bump version (#59) (@JamesWrigley)
v1.1.1
What's Changed
- Bump actions/checkout from 4 to 6 by @dependabot[bot] in #31
- Bump actions/cache from 4 to 5 by @dependabot[bot] in #32
- Distributed fixes by @JamesWrigley in #25
- CI: Multiple CI and test suite changes by @DilumAluthge in #50
- Replace the stdlib watcher task with a Timer by @JamesWrigley in #51
- CI: Add a CI job that runs the JET tests, and fix multiple JET errors by @DilumAluthge in #33
- CI: Add a comment about which Julia versions are affected by a bug by @DilumAluthge in #54
- CI: Fix permissions for the
docsjob by @DilumAluthge in #52 - Forwardports from Distributed.jl by @DilumAluthge in #53
- Bump version by @JamesWrigley in #55
New Contributors
- @DilumAluthge made their first contribution in #50
Full Changelog: v1.1.0...v1.1.1
v1.1.0
What's Changed
- Document how to support different distributed worker backends by @JamesWrigley in #11
- Add a watcher mechanism to detect when Distributed might be in use by @JamesWrigley in #10
- Don't start watcher during precompile by @jpsamaroo in #15
- Enable the SSHManager tests on 32-bit platforms by @JamesWrigley in #16
- Catch exception thrown from sleep() in the Distributed watcher by @JamesWrigley in #14
- Implement other_workers() and other_procs() by @JamesWrigley in #18
- Specialize remotecall_pool(remotecall) to wait for the remotecall by @JamesWrigley in #20
- Export
remotecall_evalby @JamesWrigley in #23 - Create workers only once in the thread-safety tests by @JamesWrigley in #24
- Document that
@spawnat :anydoesn't do load-balancing by @JamesWrigley in #22 - Support bind port hints by @JamesWrigley in #19
- Fix network interface selection and bump version by @JamesWrigley in #29
New Contributors
- @jpsamaroo made their first contribution in #15
Full Changelog: v1.0.0...v1.1.0
v1.0.0
What's Changed
- Make the package actually usable by @JamesWrigley in #2
- Implement Base.isempty(::RemoteChannel) by @JamesWrigley in #3
- Such threadsafe, much wow by @JamesWrigley in #4
- Add precompile statements to improve TTFW (Time-To-First-Worker) by @JamesWrigley in #7
- Fix a race condition in the tests by @JamesWrigley in #8
- Default interfaces and other things by @JamesWrigley in #9
- Bump codecov/codecov-action from 4 to 5 by @dependabot in #12
- Prepare for release by @JamesWrigley in #13
New Contributors
- @dependabot made their first contribution in #12
Full Changelog: https://github.com/JuliaParallel/DistributedNext.jl/commits/v1.0.0