0.2.4
Functions are now vectorized.
If you pass a list to a function which expects something else (like passing a list of strings to lower()
instead of
just a single string), then the function will also return a list where it has been applied to every value. If you have
used scientific programming languages like Matlab or Python Dataframes before, this is similar behavior.