Skip to content

Commit

Permalink
NEWS needs pkg name agagin
Browse files Browse the repository at this point in the history
  • Loading branch information
mschubert committed Mar 4, 2022
1 parent 7fe1608 commit 7812577
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Jobs now error instead of stalling upon unexpected worker disconnect (#150)
* Fix bug where max memory reporting by `gc()` may be in different column (#240)

# v 0.8.95
# clustermq 0.8.95

* We are now using _ZeroMQ_ via `Rcpp` in preparation for `v0.9` (#151)
* New `multiprocess` backend via `callr` instead of forking (#142, #197) FIXME: test case
Expand All @@ -17,21 +17,21 @@
* Functions exported by `foreach` now have their environment stripped (#200)
* Deprecation of `log_worker=T/F` argument is rescinded

# v 0.8.9
# clustermq 0.8.9

* New option `clustermq.ssh.timeout` for SSH proxy startup (#157) @brendanf
* New option `clustermq.worker.timeout` for delay before worker shutdown (#188)
* Fixed PBS/Torque docs, template and cleanup (#184, #186) @mstr3336
* Warning if common data is very large, set by `clustermq.data.warning` (#189)

# v 0.8.8
# clustermq 0.8.8

* `Q`, `Q_rows` have new arguments `verbose` (#111) and `pkgs` (#144)
* `foreach` backend now uses its dedicated API where possible (#143, #144)
* Number and size of objects common to all calls now work properly
* Templates are filled internally and no longer depend on `infuser` package

# v 0.8.7
# clustermq 0.8.7

* `Q` now has `max_calls_worker` argument to avoid walltime (#110)
* Submission messages now list size of common data (drake#800)
Expand All @@ -42,14 +42,14 @@
* SSH will now forward errors to the local process (#135)
* The Wiki is deprecated, use https://mschubert.github.io/clustermq/ instead

# v 0.8.6
# clustermq 0.8.6

* Progress bar is now shown before any workers start (#107)
* Socket connections are now authenticated using a session password (#125)
* Marked internal functions with `@keywords internal`
* Added vignettes for the _User Guide_ and _Technical Documentation_

# v 0.8.5
# clustermq 0.8.5

* Added experimental support as parallel foreach backend (#83)
* Moved templates to package `inst/` directory (#85)
Expand All @@ -59,7 +59,7 @@
* Number of workers running/total is now shown in progress bar (#98)
* Unqualified (short) host names are now resolved by default (#104)

# v 0.8.4
# clustermq 0.8.4

* Fix error for `qsys$reusable` when using `n_jobs=0`/local processing (#75)
* Scheduler-specific templates are deprecated. Use `clustermq.template` instead
Expand All @@ -69,25 +69,25 @@
* Progress bar now also shown when processing locally
* Memory summary now adds estimated memory of R session (#69)

# v 0.8.3
# clustermq 0.8.3

* Support `rettype` for function calls where return type is known (#59)
* Reduce memory requirements by processing results when we receive them
* Fix a bug where cleanup, `log_worker` flag were not working for SGE/SLURM

# v 0.8.2
# clustermq 0.8.2

* Fix a bug where never-started jobs are not cleaned up
* Fix a bug where tests leave processes if port binding fails (#60)
* Multicore no longer prints worker debug messages (#61)

# v 0.8.1
# clustermq 0.8.1

* Fix performance issues for a high number of function calls (#56)
* Fix bug where multicore workers were not shut down properly (#58)
* Fix default templates for SGE, LSF and SLURM (misplaced quote)

# v 0.8.0
# clustermq 0.8.0

* Templates changed: `clustermq:::worker` now takes only master as argument
* Fix a bug where copies of `common_data` are collected by gc too slowly (#19)
Expand All @@ -99,6 +99,6 @@
* Jobs will now be submitted as array if possible
* Job summary will now report max memory as reported by `gc` (#18)

# v 0.7.0
# clustermq 0.7.0

* Initial release on CRAN

0 comments on commit 7812577

Please sign in to comment.