What's Changed
* Added a logger and implemented in execute_df (163) by vineetg3 in https://github.com/bodo-ai/PyDough/pull/233
* Adding more information to PyDough readmes by knassre-bodo in https://github.com/bodo-ai/PyDough/pull/235
* Added support for HOUR, MINUTE, SECOND by vineetg3 in https://github.com/bodo-ai/PyDough/pull/238
* Added implementation for ** operator, POWER and SQRT function by vineetg3 in https://github.com/bodo-ai/PyDough/pull/246
* Update planner tests to store answers in a refsol file by knassre-bodo in https://github.com/bodo-ai/PyDough/pull/243
* Update column name generation in relational conversion by knassre-bodo in https://github.com/bodo-ai/PyDough/pull/244
* Add training folder to store PyDough question/code examples by knassre-bodo in https://github.com/bodo-ai/PyDough/pull/245
* Add pre-commit CI to PyDough by knassre-bodo in https://github.com/bodo-ai/PyDough/pull/252
* Changing SQL conversion to always use pretty=True by knassre-bodo in https://github.com/bodo-ai/PyDough/pull/248
* Improve compatibility for python syntax in AST rewrite by vineetg3 in https://github.com/bodo-ai/PyDough/pull/249
* Moving training folder to private repository by strangeloopcanon in https://github.com/bodo-ai/PyDough/pull/258
* Implemented DATEDIFF function by vineetg3 in https://github.com/bodo-ai/PyDough/pull/262
* Add support for uses of BACK that cause correlated references by knassre-bodo in https://github.com/bodo-ai/PyDough/pull/269
* Support DATETIME function in PyDough by knassre-bodo in https://github.com/bodo-ai/PyDough/pull/267
* Implemented remaining Python builtins by vineetg3 in https://github.com/bodo-ai/PyDough/pull/268
* Overhaul BACK and CALC to use downstreaming of aliases and add CALCULATE method by knassre-bodo in https://github.com/bodo-ai/PyDough/pull/256
* Improved Slicing to support negative indices by vineetg3 in https://github.com/bodo-ai/PyDough/pull/277
* Implement LPAD, RPAD functions by vineetg3 in https://github.com/bodo-ai/PyDough/pull/275
* Splitting up the structure of the PyDough pipeline tests by knassre-bodo in https://github.com/bodo-ai/PyDough/pull/280
* Fixing hybrid conversion bug that caused naming errors by knassre-bodo in https://github.com/bodo-ai/PyDough/pull/283
**Full Changelog**: https://github.com/bodo-ai/PyDough/compare/v1.00.00...v1.00.01