Skip to content

Commit 9ca9c96

Browse files
committed
Polish news
1 parent a10986f commit 9ca9c96

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

NEWS.md

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

3-
* Formatted strings for the progress bar could only access the global environment. `map()`, `map2()`, and `pmap()` have been updated to add `caller = .purrr_user_env` to `.progress` by default, allowing formatted strings to access to the current/parent environment (@jcolt45, #1078).
3+
## Breaking changes
4+
5+
* 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()`.
6+
7+
* 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()`.
8+
9+
* `map_chr()` no longer coereces from logical, integer, or double to strings.
10+
11+
## Minor improvements and bug fixes
412

513
* `as_mapper.default()` optimized by removing special named argument handling for primitive functions (@mtcarsalot, #1088).
614

@@ -10,11 +18,7 @@
1018

1119
* `in_parallel()` now works in conjunction with string and list values supplied to the `.progress` argument of map functions (#1203).
1220

13-
* 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()`.
14-
15-
* `map_chr()` no longer coereces from logical, integer, or double to strings.
16-
17-
* 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()`.
21+
* `map()`, `map2()`, and `pmap()` now automatically set the correct environment so that `format` strings to access to local variables (@jcolt45, #1078).
1822

1923
# purrr 1.1.0
2024

0 commit comments

Comments
 (0)