Skip to content

v0.0.8

Choose a tag to compare

@github-actions github-actions released this 31 Mar 20:49
· 170 commits to main since this release
75728c6

What's Changed

  • Refactor dependencies into optional extras and improve error messages by @kolodkin in #144
  • bugfix: set VIRTUAL_ENV so uv can find the venv when running pytest from /tmp by @kolodkin in #142
  • feature: add ReadTheDocs setup with MkDocs Material theme by @kolodkin in #143
  • Add GitHub Actions workflow runner and checker skills by @kolodkin in #145
  • Add branch selection support to action-run workflow trigger by @kolodkin in #146
  • Refactor CI/CD: Split test.yaml into separate scheduled workflows by @kolodkin in #148
  • Consolidate scheduled workflows to run-all-projects by @kolodkin in #149
  • Refactor: Extract report generation to separate module by @kolodkin in #150
  • feature: add imdb_dataset_builder example and fix ARRAY JOIN with computed columns by @kolodkin in #147
  • Rename package extras from specific to distributed by @kolodkin in #152
  • Auto-collect upstream tasks in commit_tasks via task registry by @kolodkin in #153
  • Refactor task registration to use dedicated function by @kolodkin in #154
  • Add License page to documentation by @kolodkin in #155
  • Consolidate documentation: remove verbose explanations, clarify Phase 3 status by @kolodkin in #156
  • Fix Object fieldtype preservation and chdb external URL handling by @kolodkin in #157
  • Move TaskResult to models and add factory functions by @kolodkin in #158
  • Parallelize test suite with matrix strategy for distributed tests by @kolodkin in #159
  • Add comprehensive parametrized tests for Object operators and helpers by @kolodkin in #160
  • Refactor: Move TaskResult and factory functions to dedicated module by @kolodkin in #161
  • Reorganize data module into data_context and object subpackages by @kolodkin in #163

Full Changelog: v0.0.6...v0.0.8