Skip to content

v0.3.0: duckdb support, prepare for sql win_over

Compare
Choose a tag to compare
@machow machow released this 31 May 14:25
· 134 commits to main since this release

What's Changed

  • feat: add duckdb as a SQL backend by @machow in #422
    • breaking: LazyTbl still takes a sqlalchemy Engine, but can no longer take a sqlalchemy Connection.
  • feat: allow head() over grouped data by @machow in #420
  • docs: update import for plotnine example by @isabelizimm in #421
  • ci: add wheel build to release by @machow in #423
  • refactor: prepare for sql win_over by cleaning up sql Over clause code @machow in #412

New Contributors

Full Changelog: v0.2.3...v0.3.0