Skip to content

0.2.4

Compare
Choose a tag to compare
@blacksmithgu blacksmithgu released this 05 Apr 00:32
· 732 commits to master since this release

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.