You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some list functions are now overloaded to work on numbers. When they are used on numbers, they are applied to the range from 0 to the number - 1. These functions are: \anyOf, \uninterleave, \extract, \permutation, \prefix, \reverse, \rotate, \setPartition, \split, \subsequence, \subset, \suffix, \unconcat.
\convolve now supports arbitrary-dimensional nested lists. Numbers are treated as 0-dimensional nested lists.