Releases: mschubert/narray
Releases · mschubert/narray
narray 0.5.1
narray 0.5.0
narray 0.4.1
narray 0.4.0
API changes
- Package no longer depends on
abind
,pryr
along=-1
uses last dimension inflatten
,subset
(#6)summarize
is kept astranslate
construct
no longer allows value aggregation; do this on thedata.frame
before (related to #11)
New functionality
stack
now also accepts multiple arrays as argumentsconstruct
now hasname_axes
option to keep column names (#12)- new
lambda
syntax (#14)
Bugfix
map
subsets that areNA
are dropped with a warning (#13)map
subsets throw error if not same length as array axis
narray 0.3.2
- add
collect
function as opposite tomask
- deprecate
summarize
in favor ofmap
- adjust tests for
testthat>=2
narray 0.2.2
narray 0.1.1
Initial release on CRAN