Skip to content

Commit c639884

Browse files
committed
Update remote and add news item
1 parent 9eebc25 commit c639884

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,4 @@ Config/testthat/parallel: TRUE
4545
Encoding: UTF-8
4646
Roxygen: list(markdown = TRUE)
4747
RoxygenNote: 7.3.2
48-
Remotes: r-lib/carrier@cloenv
48+
Remotes: r-lib/carrier

NEWS.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
# purrr (development version)
22

3+
* `in_parallel()` now accepts objects, including helper functions, supplied to `...` for all locally-defined functions (#1208).
4+
35
* All functions that were soft-deprecated in purrr 1.0.0 are now fully deprecated. They will be removed in a future release. This includes: `invoke_*()`, `lift_*()`, `cross*()`, `prepend()`, `splice()`, `rbernoulli()`, `rdunif()`, `when()`, `update_list()`, `*_raw()`, `vec_depth()`.
46
* `map_chr()` no longer coereces from logical, integer, or double to strings.
7+
58
* All functions and arguments deprecated in purrr 0.3.0 have now been removed. This includes `%@%`, `accumulate_right()`, `at_depth()`, `cross_d()`, `cross_n()`, `reduce2_right()`, and `reduce_right()`.
69

710
# purrr 1.1.0

0 commit comments

Comments
 (0)