Skip to content

v0.0.31

Latest
Compare
Choose a tag to compare
@amotl amotl released this 31 Jan 02:06
· 2 commits to main since this release

What's Changed

  • Fixed connectivity for jobstats collect
  • Refactored code and improved CLI interface of ctk info vs. ctk cfr
  • Dependencies: Updated to crate-2.0.0, which uses orjson for JSON marshalling
  • CFR: Job statistics and slow-query exploration per Marimo notebook. Thanks, @WalBeh.

Details

  • Update ruff requirement from <0.9 to <0.10 by @dependabot in #345
  • Fix connectivity for job-statistics collect by @amotl in #347
  • Improve CLI interface of ctk info vs. ctk cfr, and documentation by @amotl in #348
  • Update to crate-2.0.0, which uses orjson for JSON marshalling by @amotl in #349
  • Dependencies: Update to crate>=2.0.0.dev6, restoring JSON marshalling by @amotl in #351
  • This and that: Format code and improve test case by @amotl in #352
  • Update pyarrow requirement from <18.2 to <19.1 by @dependabot in #353
  • Update polars requirement from <1.20 to <1.21 by @dependabot in #354
  • Update aiobotocore requirement from <2.18 to <2.19 by @dependabot in #355
  • Chore: Maintenance 2025W05 by @amotl in #359
  • Datasets: Register UK wind farm dataset by @amotl in #360
  • Datasets: Register Chicago datasets by @amotl in #361
  • Dependencies: Update to sqlalchemy-cratedb>=0.41.0 (GA) by @amotl in #362
  • CFR job statistics and slow-query exploration: First draw of marimo notebook by @WalBeh in #350

New Contributors

Full Changelog: v0.0.30...v0.0.31