Releases: JuliaParallel/DistributedNext.jl
Releases · JuliaParallel/DistributedNext.jl
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_eval
by @JamesWrigley in #23 - Create workers only once in the thread-safety tests by @JamesWrigley in #24
- Document that
@spawnat :any
doesn'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