Skip to content

Releases: Query-farm/vgi-scikit-learn

v0.1.1

25 Jun 18:05

Choose a tag to compare

vgi-sklearn v0.1.1

Conformance + CI/tooling release. No SQL-facing API changes.

Catalog metadata (vgi-lint-check 0.38.0)

  • vgi-python bumped 0.8.3 → 0.8.5 so the worker advertises its per-argument descriptions over the wire (vgi_function_arguments().arg_description), clearing VGI312 (function-arguments-undocumented).
  • Reworded argument descriptions that restated their type (VGI313).
  • Per-function examples now bind on real/inline data and execute under the linter's --execute pass; the few that read a stored model/transformer at bind keep a surgical, documented [tool.vgi-lint-check.per_object] ignore. Dropped the blanket severity override; CI lints in two passes (static @ warning, execute @ error).

CI / build

  • Publish image test cut from ~9min to ~45s: full suite over one warm HTTP container + a stdio entrypoint smoke (no cold container per ATTACH). ci/run-integration.sh gained an optional TEST_PATTERN.
  • Windows integration moved to a warm HTTP worker (~14min → ~1min); Linux/macOS keep the AF_UNIX launch: transport.

Verified

static lint 100/100, execute 0 errors, unit 242 passed, sqllogictest 16/16 (358 assertions) against the 0.8.5 worker.