Dispatcher.jl Versions Save

Build, distribute, and execute task graphs

v1.0.1

4 years ago

Dispatcher v1.0.1

Diff since v1.0.0

Merged pull requests:

  • Allow DeferredFutures v1 (#47) (@nickrobinson251)

v1.0.0

4 years ago

Dispatcher v1.0.0

Diff since v0.5.0

Closed issues:

  • @op equality check different on 0.7/1.0 (#39)

Merged pull requests:

  • Updates to work with julia v1.0 (#38) (@morris25)
  • Drop Julia 0.6 and add Julia 1.1 (#40) (@mjram0s)
  • Make eltype compile time viable (#42) (@oxinabox)
  • Install TagBot as a GitHub Action (#44) (@JuliaTagBot)
  • Update package compat (#45) (@mjram0s)
  • Set version back to 1.0.0 (#46) (@omus)

v0.5.0

5 years ago

Updates to work with julia v0.7 and v1.0

v0.4.3

5 years ago

Added a ResultTypes minimum bound in order to avoid issue when upgrading to ResultTypes v2.0.0.

v0.4.2

6 years ago

v0.4.1

6 years ago

v0.4.0

6 years ago

v0.3.1

6 years ago

v0.3.0

6 years ago
  • DroppedDispatchContext
  • Moved DispatchGraph construction to execution time
  • Fixed 0.6 deprecation warnings
  • Updated DeferredFutures requirement (>= v0.5.0) to avoid cycle serialization issues.

v0.2.0

7 years ago