File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- # git head
1+ # clustermq 0.10.0
22
3- * Random seed initialization now starts from the supplied seed
3+ #### Features
4+
5+ * Add GCS and OCS schedulers (#342 ) @ernst-bablick
46* Worker errors now report the random seed if used
57* Worker memory is now reported for the process instead of R only
8+ * Worker API: rename ` send ` to ` send_eval ` to group send-family functions
69* Installation: ` CLUSTERMQ_AUTO_LIBZMQ=1 ` will ensure crash monitor is enabled
710
8- # clustermq 0.10.0
11+ #### Bugfix
12+
13+ * Fix a bug where ` send_wait ` was evaluated on the master (#340 ) @wlandau
14+
15+ #### Internal
916
10- * Add GCS and OCS schedulers (#342 ) @ernst-bablick
11- * Fix a bug where ` Sys.sleep ` was evaluated on the master (#340 ) @wlandau
12- * Worker API: rename ` send ` to ` send_eval ` , deprecate ` send_wait `
1317* Explicit setting of common data (deprecated in ` 0.9.0 ` ) is removed
1418* Template field ` CMQ_AUTH ` is now obligatory
19+ * Default templates now limit R to 25 Mb less than job limit
20+ * Random seed initialization now starts from the supplied seed
1521
1622# clustermq 0.9.9
1723
Original file line number Diff line number Diff line change @@ -111,9 +111,9 @@ to test your code on a subset of the data before submitting it to a scheduler.
111111
112112There are reasons why you might prefer to not to work on the computing cluster
113113directly but rather on your local machine instead.
114- [ RStudio] ( https://posit.co/products/open-source/rstudio/ ) is an excellent local
114+ [ RStudio] ( https://posit.co/products/open-source/rstudio ) is an excellent local
115115IDE, it's more responsive than and feature-rich than browser-based solutions
116- ([ RStudio server] ( https://posit.co/products/open-source/rstudio-server/ ) ,
116+ ([ RStudio server] ( https://posit.co/products/open-source/rstudio-server ) ,
117117[ Project Jupyter] ( https://jupyter.org/ ) ), and it avoids X forwarding issues
118118when you want to look at plots you just made.
119119
You can’t perform that action at this time.
0 commit comments