|
1 | | -* 0.4.2 |
2 | | - * `mask` will now makes NA values as FALSE |
| 1 | +# git head |
| 2 | + |
| 3 | +# narray 0.5.0 |
| 4 | + |
| 5 | + * `stack` is now compiled using `Rcpp` (#26) |
| 6 | + * `mask` will now make `NA` values `FALSE` |
3 | 7 | * `melt` now keeps object names for multiple arrays (#25) |
4 | | - * `lambda` now supports `subsets` parameter (#20) TODO |
5 | | - * map progress bar within subsets |
6 | 8 |
|
7 | | -* 0.4.1 |
| 9 | +# narray 0.4.1 |
| 10 | + |
8 | 11 | * speed improvements for `construct`, `melt` (#23) |
9 | 12 | * `lambda` adds `tbl_df` class if `simplify=FALSE` (#19) |
10 | 13 | * `map`, `lambda`, `stack` now have progress bars after 5s (#16) |
11 | 14 | * Package no longer depends on `reshape2` |
12 | 15 |
|
13 | | -* 0.4.0 |
| 16 | +# narray 0.4.0 |
| 17 | + |
14 | 18 | * Package no longer depends on `abind`, `pryr` |
15 | 19 | * `along=-1` uses last dimension in `flatten`, `subset` (#6) |
16 | 20 | * `stack` now also accepts multiple arrays as arguments |
17 | 21 | * `summarize` is kept as `translate` |
18 | 22 | * `construct` no longer allows value aggregation; do this on the `data.frame` |
19 | 23 | before (related to #11) |
20 | | - * `construct` now as `name_axes` option to keep column names (#12) |
| 24 | + * `construct` now has `name_axes` option to keep column names (#12) |
21 | 25 | * `map` subsets that are `NA` are dropped with a warning (#13) |
22 | 26 | * `map` subsets throw error if not same length as array axis |
23 | 27 | * new `lambda` syntax (#14) |
24 | 28 |
|
25 | | -* 0.3.2 |
| 29 | +# narray 0.3.2 |
26 | 30 | * add `collect` function as opposite to `mask` |
27 | 31 | * deprecate `summarize` in favor of `map` |
28 | 32 | * adjust tests for `testthat>=2` |
29 | 33 |
|
30 | | -* 0.2.2 |
| 34 | +# narray 0.2.2 |
31 | 35 | * fix bug where `split` with `NA` in `subsets` caused wrong splitting; these |
32 | 36 | are now dropped with a warning (#5) |
33 | 37 | * fix bug where vectors are not bound along the right dimensions (#7) |
34 | | - * add `rep` functions for arrays (add `rrep` and `crep` aliases for rows and |
| 38 | + * add `rep` functions for arrays (and `rrep` and `crep` aliases for rows and |
35 | 39 | columns, respectively) |
36 | 40 |
|
37 | | -* 0.1.1 |
| 41 | +# narray 0.1.1 |
38 | 42 | * Initial release on CRAN |
0 commit comments