* Added on_date() and in_range() methods for narrowing the dates to specific dates or ranges
* Added "only_unique" option to reduce_dates() for keeping only unique dates when lists
* Added "null" output for function errors in engine
* Renamed "names" column of frame to "name" for consistency with other columns
* updated examples, documentation, unittests, and fixed some bugs