Skip to content

Commit 04bf459

Browse files
committed
extend to full 0.10 changes
1 parent 2fc6583 commit 04bf459

2 files changed

Lines changed: 14 additions & 8 deletions

File tree

NEWS.md

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,23 @@
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

vignettes/userguide.Rmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,9 +111,9 @@ to test your code on a subset of the data before submitting it to a scheduler.
111111

112112
There are reasons why you might prefer to not to work on the computing cluster
113113
directly 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
115115
IDE, 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
118118
when you want to look at plots you just made.
119119

0 commit comments

Comments
 (0)