Skip to content

Releases: mlr-org/rush

rush 0.4.1

06 Nov 09:27

Choose a tag to compare

  • feat: The $wait_for_workers() method can now wait for a specific number of workers or a specific set of worker ids.
    The workers are checked for registration in the network now.

rush 0.4.0

08 Oct 12:38

Choose a tag to compare

feat: Add $empty_queue() method.
fix: Queued tasks can be moved to failed now.

rush 0.3.1

16 Sep 08:23

Choose a tag to compare

feat: change default of n_workers

rush 0.3.0

01 Aug 07:11

Choose a tag to compare

  • feat: Output and message logs can be written to files now via the message_log and output_log arguments.
  • compatibility: lgr 0.5.0
  • BREAKING CHANGE: The mlr3 ecosystem has a base logger now which is named mlr3.
    The mlr3/rush logger is a child of the mlr3 logger and is used for logging messages from the rush package.

rush 0.2.0

30 May 10:00

Choose a tag to compare

v0.2.0

...

rush 0.1.2

07 Nov 08:26

Choose a tag to compare

  • feat: Add $reconnect() method.

rush 0.1.1

05 Jul 12:23

Choose a tag to compare

  • fix: Rush class was not exported.
  • fix: R6 package was not imported.

rush 0.1.0

03 Jul 07:16

Choose a tag to compare

  • Initial CRAN submission.