Major Changes
* Improved performance for `Table.batch_update()`
* `pxt.io.import_json()` and `pxt.io.import_rows()`
* Allow method call syntax for all core library function calls
* Timestamp functions library
* Notebook experience improvements
What's Changed
* Timestamp functions plus image function docstrings by mkornacker in https://github.com/pixeltable/pixeltable/pull/239
* Allow method call and property access syntax on arbitrary types (not just images) by aaron-siegel in https://github.com/pixeltable/pixeltable/pull/237
* Progress on UDF documentation for `pixeltable.functions` and `pixeltable.ext.functions` modules by aaron-siegel in https://github.com/pixeltable/pixeltable/pull/233
* Use `release` tag in the fundamentals notebook by aaron-siegel in https://github.com/pixeltable/pixeltable/pull/242
* Enable method call syntax for all string, timestamp, and video UDFs by aaron-siegel in https://github.com/pixeltable/pixeltable/pull/241
* Update fundamentals tutorial by aaron-siegel in https://github.com/pixeltable/pixeltable/pull/243
* Working tab-completion for Expr instances, including for registered methods/properties by aaron-siegel in https://github.com/pixeltable/pixeltable/pull/240
* Performance improvements for Table.batch_update() by mkornacker in https://github.com/pixeltable/pixeltable/pull/229
* Add a new DB version to capture UDF renames and ImageMemberAccess removal by aaron-siegel in https://github.com/pixeltable/pixeltable/pull/247
* Remove support for Python `datetime.date` type, until we can add a proper Pixeltable `DateType` by aaron-siegel in https://github.com/pixeltable/pixeltable/pull/248
* `import_json` and `import_data` methods in `pxt.io` by aaron-siegel in https://github.com/pixeltable/pixeltable/pull/244
* Use nullable types for defaults on import_csv by aaron-siegel in https://github.com/pixeltable/pixeltable/pull/251
* Unit test for constructing an image column from a file path by mkornacker in https://github.com/pixeltable/pixeltable/pull/245
**Full Changelog**: https://github.com/pixeltable/pixeltable/compare/v0.2.13...v0.2.14