v1.00.03
What's Changed
- Automatically update defog.db whenever tests are run by @knassre-bodo in #329
- Dummy column added if no columns present by @vineetg3 in #320
- Add projection merging to PyDough by @knassre-bodo in #314
- Add partial aggregation splitting by @knassre-bodo in #323
- Remove redundant aggregations by @knassre-bodo in #326
- Add SMALLEST and LARGEST functions to PyDough by @vineetg3 in #324
- Fixing NDISTINCT so its output is 0 instead of NULL by @knassre-bodo in #334
- Fix circular dependency in relational visitors by @vineetg3 in #332
- Add INTEGER,FLOAT,STRING cast functions by @vineetg3 in #328
- Support the BEST operator by @knassre-bodo in #188
- Add support for general join conditions by @knassre-bodo in #331
- Add Quarter based date time support to PyDough by @vineetg3 in #333
- Add prefix frame cumulative window functions for sum/count/size/avg by @knassre-bodo in #338
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #342
- Add a visualizer for the meta data by @vineetg3 in #340
- Implemented Var and Std aggregation functions by @vineetg3 in #335
- Add support for sliding window function frames by @knassre-bodo in #346
Full Changelog: v1.00.02...v1.00.03