You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: NEWS.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,7 @@
1
1
# purrr (development version)
2
2
3
+
*`list_flatten()` gains an `is_node` parameter taking a predicate function that determines whether an input element is a node or a leaf (@salim-b, #1179).
4
+
3
5
*`in_parallel()` now accepts objects, including helper functions, supplied to `...` for all locally-defined functions (#1208).
4
6
5
7
*`in_parallel()` now works in conjunction with string and list values supplied to the `.progress` argument of map functions (#1203).
0 commit comments