What's Changed
* PXT-361 - improve DataFrame docstrings by anushas in https://github.com/pixeltable/pixeltable/pull/394
* PXT-354: Bug: Indexed column for a view may not load correctly from persistence by anushas in https://github.com/pixeltable/pixeltable/pull/395
* PXT-235 - do not accept bool literals in int columns by anushas in https://github.com/pixeltable/pixeltable/pull/400
* PXT-372: Bug: Test-only: Assertion in ReloadTester by anushas in https://github.com/pixeltable/pixeltable/pull/409
* PXT-374: Bug: cannot create an index with the same name as one that e… by anushas in https://github.com/pixeltable/pixeltable/pull/406
* PXT-388: Change the SQL Engine isolation level to 'REPEATABLE READ' by anushas in https://github.com/pixeltable/pixeltable/pull/417
* Allow Function instances, UDFs, and UDAs to have multiple signatures by aaron-siegel in https://github.com/pixeltable/pixeltable/pull/403
* PXT-179 Add a if_exists parameter to create_* APIs by anushas in https://github.com/pixeltable/pixeltable/pull/401
* PXT-382: Bug: Similarity queries do not work correctly with ReloadTester by anushas in https://github.com/pixeltable/pixeltable/pull/411
* Adding a Gradio Example to our sample apps by pierrebrunelle in https://github.com/pixeltable/pixeltable/pull/415
* Fixes for pgserver by aaron-siegel in https://github.com/pixeltable/pixeltable/pull/421
* Support JSON Schemas for validating `JsonType` columns by aaron-siegel in https://github.com/pixeltable/pixeltable/pull/380
**Full Changelog**: https://github.com/pixeltable/pixeltable/compare/v0.2.28...v0.2.29