Skip to content

Releases: JuliaPluto/Malt.jl

v1.1.1

25 Nov 13:36
fc33413
Compare
Choose a tag to compare

Malt v1.1.1

Diff since v1.1.0

Merged pull requests:

v1.1.0

27 Sep 16:18
50ce41a
Compare
Choose a tag to compare

Malt v1.1.0

Diff since v1.0.3

Merged pull requests:

  • Interrupt on windows! 😯 (#60) (@fonsp)
  • Test Julia 1.10 beta (#61) (@fonsp)
  • Display pid in summary(worker) (#62) (@fonsp)
  • Avoid infinite wait when process interrupted (#63) (@fonsp)

Closed issues:

  • Support interrupt on windows 🙌 (#8)

v1.0.3

18 Sep 10:09
d062d1a
Compare
Choose a tag to compare

Malt v1.0.3

Diff since v1.0.2

Merged pull requests:

  • OPENBLAS_NUM_THREADS=1 by default (#59) (@fonsp)

v1.0.2

12 Sep 20:01
Compare
Choose a tag to compare

v1.0.1

12 Sep 18:33
Compare
Choose a tag to compare

v1.0.0

12 Sep 18:11
Compare
Choose a tag to compare

Malt v1.0.0

Diff since v0.8.3

Merged pull requests:

  • Wrap remote exceptions in Malt.RemoteException (#57) (@fonsp)
  • Rename remotecall to remote_call (#58) (@fonsp)

Closed issues:

  • remote_eval_fetch(sqrt(-1)) should throw, not return an Exception (#31)

v0.8.3

12 Sep 14:53
50bb128
Compare
Choose a tag to compare

v0.8.2

15 Jul 11:07
0509e3d
Compare
Choose a tag to compare

Malt v0.8.2

Diff since v0.8.1

Closed issues:

  • async eval of while true wait() blocks next call (#55)

Merged pull requests:

v0.8.1

09 Jul 12:07
Compare
Choose a tag to compare

v0.8.0

09 Jul 08:47
1764bf4
Compare
Choose a tag to compare

Malt v0.8.0

Diff since v0.7.3

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)