Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Releases: invenia/Dispatcher.jl

v1.0.1

11 Apr 19:05
0aededc
Compare
Choose a tag to compare

Dispatcher v1.0.1

Diff since v1.0.0

Merged pull requests:

v1.0.0

09 Apr 17:04
c222ff3
Compare
Choose a tag to compare

Dispatcher v1.0.0

Diff since v0.5.0

Closed issues:

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

Merged pull requests:

v0.5.0: Merge pull request #38 from invenia/sm/1.0-compat

11 Oct 22:21
eed6fed
Compare
Choose a tag to compare

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

v0.4.3

05 Jun 15:45
23f4bb8
Compare
Choose a tag to compare

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

Upgrade Memento dependency

24 Jan 19:21
bc8b67d
Compare
Choose a tag to compare
Merge pull request #35 from morris25/memento-update

Updates function names from Memento.

Precompiles with Memento properly

21 Dec 00:26
2fd623b
Compare
Choose a tag to compare
Merge pull request #34 from invenia/rf/register-logger

Register precompiled logger at runtime.

Precompiles, changes Julia version support

28 Nov 19:04
Compare
Choose a tag to compare

Minor refactoring for easier extensibility

23 Aug 20:28
Compare
Choose a tag to compare
Merge pull request #28 from nicoleepp/pull-request/4ce7aee1

Merge dispatch method with DaskDistributedDispatcher's

v0.3.0

10 Aug 17:04
Compare
Choose a tag to compare
  • DroppedDispatchContext
  • Moved DispatchGraph construction to execution time
  • Fixed 0.6 deprecation warnings
  • Updated DeferredFutures requirement (>= v0.5.0) to avoid cycle serialization issues.

Bugfixes and usability improvements

09 May 20:52
Compare
Choose a tag to compare
Merge pull request #19 from nicoleepp/pull-request/fb2d49bd

Test Ops using symbols from other modules