Releases: JuliaPluto/Malt.jl
Releases · JuliaPluto/Malt.jl
v0.8.0
Malt v0.8.0
Closed issues:
- FR:
remotecall
without returning a value, but waiting for the call to finish (#7) - Windows test failures: IOError: read: connection reset by peer (ECONNRESET) (#22)
- Add option to create a "same-process worker" (#27)
- Test for nesting (#28)
- Add option for DistributedStdlibWorker: passthrough to Distributed API (#43)
Merged pull requests:
- Implement
Malt.InProcessWorker
(#39) (@Pangoraw) - Fix typo (#44) (@pitmonticone)
- Test for nesting (#47) (@fonsp)
- Test Julia 1.9.0 (#48) (@fonsp)
- Malt.stop tries everything to terminate the process (#49) (@fonsp)
- DistributedStdlibWorker: same API but using the Distributed stdlib as backend (#50) (@fonsp)
- Use stddev from benchmark to do a statistical test (#52) (@fonsp)
- More benchmarks with large arrays (#53) (@fonsp)
v0.7.3
v0.7.2
v0.7.1
v0.7.0
v0.6.0
Malt v0.6.0
Closed issues:
- Ensure that processes are killed when Julia is shut down (#3)
- Support interrupt on windows 🙌 (#8)
- Tests: remote exceptions (#9)
- Malt on Windows (#12)
Merged pull requests:
- Change default julia exe location (#1) (@Pangoraw)
- Rename terminated worker exception (#2) (@rikhuijzer)
- Add finalizer and atexit callbacks to worker (#4) (@savq)
- Improve handling of remote exceptions (#10) (@savq)
- Windows specific bugs (#11) (@savq)
- Reduce overhead for sync calls and message allocation (#13) (@savq)