Skip to content

v0.0.9

Choose a tag to compare

@github-actions github-actions released this 03 Apr 19:32
· 157 commits to main since this release
68861af

What's Changed

  • refactor: align docs and test file names with object.md sections by @kolodkin in #164
  • Convert TableWorker from background thread to async task by @kolodkin in #165
  • Remove numpy FutureWarning suppression; update technical debt docs by @kolodkin in #166
  • Simplify orchestration documentation by @kolodkin in #162
  • Support multiple aggregations on the same column by @kolodkin in #167
  • Simplify URL rewriting to handle all URLs consistently by @kolodkin in #169
  • Replace numpy with pyarrow for type inference and data insertion by @kolodkin in #168
  • Improve documentation and add inline output comments to examples by @kolodkin in #170
  • Add chdb benchmark suite and optimize same-table operators by @kolodkin in #171
  • Generate fresh Snowflake IDs in insert/concat instead of preserving source IDs by @kolodkin in #172
  • Add isin() membership operator and with_isin() domain helper by @kolodkin in #173
  • Fix orphan task cleanup in orchestration test fixtures by @kolodkin in #175
  • Upgrade dependencies to latest compatible versions by @kolodkin in #174

Full Changelog: v0.0.8...v0.0.9