Changes in version 0.5.2 (2025-11-28) - Removed explicit C++ standard for CRAN compatibility Changes in version 0.5.1 (2022-10-02) - Fixed a bug where stack made unnecessary vector copies Changes in version 0.5.0 (2022-08-10) - stack is now compiled using Rcpp (#26) - mask will now make NA values FALSE - melt now keeps object names for multiple arrays (#25) Changes in version 0.4.1 (2018-08-18) - speed improvements for construct, melt (#23) - lambda adds tbl_df class if simplify=FALSE (#19) - map, lambda, stack now have progress bars after 5s (#16) - Package no longer depends on reshape2 Changes in version 0.4.0 (2018-01-28) - Package no longer depends on abind, pryr - along=-1 uses last dimension in flatten, subset (#6) - stack now also accepts multiple arrays as arguments - summarize is kept as translate - construct no longer allows value aggregation; do this on the data.frame before (related to #11) - construct now has name_axes option to keep column names (#12) - map subsets that are NA are dropped with a warning (#13) - map subsets throw error if not same length as array axis - new lambda syntax (#14) Changes in version 0.3.2 (2017-11-12) - add collect function as opposite to mask - deprecate summarize in favor of map - adjust tests for testthat>=2 Changes in version 0.2.2 (2017-03-12) - fix bug where split with NA in subsets caused wrong splitting; these are now dropped with a warning (#5) - fix bug where vectors are not bound along the right dimensions (#7) - add rep functions for arrays (and rrep and crep aliases for rows and columns, respectively) Changes in version 0.1.1 (2016-12-07) - Initial release on CRAN