What's Changed
* Refactor the `docs` and `examples` folders by aaron-siegel in https://github.com/pixeltable/pixeltable/pull/378
* Move examples/ to docs/sample-apps/ by aaron-siegel in https://github.com/pixeltable/pixeltable/pull/379
* Readme Update: Added sample apps to table by pierrebrunelle in https://github.com/pixeltable/pixeltable/pull/381
* Python 3.13 Support by aaron-siegel in https://github.com/pixeltable/pixeltable/pull/382
* Test utility to verify query results after catalog reload by mkornacker in https://github.com/pixeltable/pixeltable/pull/365
* Lock av version in dev environment by aaron-siegel in https://github.com/pixeltable/pixeltable/pull/385
* Update pyproject.toml by aaron-siegel in https://github.com/pixeltable/pixeltable/pull/386
* Fix handling of Optional vs. Required in astype() by aaron-siegel in https://github.com/pixeltable/pixeltable/pull/387
* Friendlier `repr` output for Tables, DataFrames, and Expressions by aaron-siegel in https://github.com/pixeltable/pixeltable/pull/384
* Update Ollama integration for ollama 0.4.0 by aaron-siegel in https://github.com/pixeltable/pixeltable/pull/390
* Feature guide for time zones by aaron-siegel in https://github.com/pixeltable/pixeltable/pull/388
* PXT-288 - Provide pxt.io.export_parquet API by anushas in https://github.com/pixeltable/pixeltable/pull/374
* PXT-352 gracefully error when using a catalog.Table after it is dropped by anushas in https://github.com/pixeltable/pixeltable/pull/383
* Basic joins by mkornacker in https://github.com/pixeltable/pixeltable/pull/377
**Full Changelog**: https://github.com/pixeltable/pixeltable/compare/v0.2.25...v0.2.26