Tags give the ability to mark specific points in history as being important
-
-
-
-
-
-
-
-
-
-
-
v1.0.3
d2f88a11 · ·v1.0.3 — re-tag current HEAD to publish the new agent skill to ClawHub. The prior release built fine; only the skill-publish job needed a fresh run to pick up the reusable-workflow fix (version-check no longer aborts on a new skill's 404).
-
-
v1.0.1
932e757a · ·predictalot v1.0.1 — docs restructure into README + docs/ Patch release. README slimmed to a project pitch + quick-start + links; deep API content moved into docs/{timeseries,tabular,mcp,configuration, architecture,accuracy,errors}.md. No source files changed. v1.0.0 image is fully compatible — this release ships clearer docs, not new behavior. -
v1.0.0
6ab8fb39 · ·predictalot v1.0.0 — tabular ML surface + FM extras + /v1/timeseries/ prefix Stable API surface. Future breaking changes require a major bump. Breaking: all FM routes move to /v1/timeseries/<type>/…. Old paths return 404. Sibling family at /v1/tabular/ ships in this release. Tabular ML: 9 backends + 3 meta-learners (calibrated, stacking, diversified). Lazy-loaded; dev image keeps importing the package without the heavy ML wheels. FM additions: ForecastConfig.extra (per-call escape hatch into backend adapters) and ensemble memberOverrides (per-slug partial-config shadow).
-
v0.2.1
da4074f1 · ·predictalot v0.2.1 — require auth on /v1/<type>/models Security patch. Closes a usage-pattern info leak: with auth configured, the per-type GET /v1/<type>/models endpoints shipped in v0.2.0 were missing the Depends(check_bearer) guard and would return the installed model list, loaded state, and last-used timestamps to unauthenticated callers. Now bearer-protected. The /healthz endpoint stays open. Open-auth deployments (PREDICTALOT_ALLOW_NO_AUTH=1 + empty token list) are unaffected.
-
v0.2.0
53c5237f · ·predictalot v0.2.0 — type-routed API Breaking change: /v1/forecast and /v1/models are removed and replaced by six per-type endpoint triples under /v1/<type>/. MCP rewritten to 26 per-(type, model) tools. Adds hardening around streaming body size, NaN/Infinity weights, jagged multivariate channels, covariate shape, and non-ASCII bearer-token comparison. Lockfile fallback removed from prod Dockerfiles. Lint baseline (.flake8) aligned with black.
-
v0.1.1
6eaf287d · ·predictalot v0.1.1 — CPU image is amd64-only (no aarch64 torch wheel at the pinned version)
-
v0.1.0
c7488538 · ·predictalot v0.1.0 — initial release: 5 foundation forecasters + ensemble + sidecar pattern