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