Nixtla
mlforecast
Blog
Docs
Changelog
Blog
Docs
Changelog
Overview
Branches
Benchmarks
Runs
Performance History
Latest Results
Merge branch 'main' into feature/groupby_with_range_semantics
simonez-tuidi:feature/groupby_with_range_semantics
3 days ago
Add prediction fast path using cached aggregates During recursive prediction, RollingMean now computes the latest timestamp's feature value directly from cached _TimestampAggregates via _compute_latest_from_aggs, avoiding the O(n_series * T) query array construction. Transforms that don't support the fast path (all others currently) fall back to the existing build_query_arrays path. Benchmark (10k series, 100 timestamps, RollingMean(28), 20 recursive steps, 3 repeats — timing isolates _update_features + _update_y): global_=True: previous: 1.705s (85.25ms/step) → current: 0.138s (6.92ms/step) — 12.3x groupby=["brand"], 100 groups × 100 series: previous: 5.672s (283.59ms/step) → current: 0.330s (16.51ms/step) — 17.2x fit_transform time unchanged (~0.52s global, ~1.10s groupby). Checksum comparison of the first 3 recursive steps confirmed identical sums and NaN counts for both global and groupby cases. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
simonez-tuidi:feature/groupby_with_range_semantics
3 days ago
Bump the ci-dependencies group with 2 updates (#642) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
main
4 days ago
Bump mako from 1.3.11 to 1.3.12 Bumps [mako](https://github.com/sqlalchemy/mako) from 1.3.11 to 1.3.12. - [Release notes](https://github.com/sqlalchemy/mako/releases) - [Changelog](https://github.com/sqlalchemy/mako/blob/main/CHANGES) - [Commits](https://github.com/sqlalchemy/mako/commits) --- updated-dependencies: - dependency-name: mako dependency-version: 1.3.12 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot/uv/mako-1.3.12
4 days ago
Bump gitpython from 3.1.47 to 3.1.50 Bumps [gitpython](https://github.com/gitpython-developers/GitPython) from 3.1.47 to 3.1.50. - [Release notes](https://github.com/gitpython-developers/GitPython/releases) - [Changelog](https://github.com/gitpython-developers/GitPython/blob/main/CHANGES) - [Commits](https://github.com/gitpython-developers/GitPython/compare/3.1.47...3.1.50) --- updated-dependencies: - dependency-name: gitpython dependency-version: 3.1.50 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot/uv/gitpython-3.1.50
4 days ago
Bump urllib3 from 2.6.3 to 2.7.0 Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.6.3 to 2.7.0. - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst) - [Commits](https://github.com/urllib3/urllib3/compare/2.6.3...2.7.0) --- updated-dependencies: - dependency-name: urllib3 dependency-version: 2.7.0 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot/uv/urllib3-2.7.0
4 days ago
[CHORE] Fix `forecast` redirect (#643)
main
6 days ago
fix forecast redirect
forecast-link
6 days ago
Latest Branches
CodSpeed Performance Gauge
0%
Fix pooled global/groupby lag transforms to use RANGE semantics
#641
3 days ago
e262017
simonez-tuidi:feature/groupby_with_range_semantics
CodSpeed Performance Gauge
0%
Bump mako from 1.3.11 to 1.3.12
#646
4 days ago
c923397
dependabot/uv/mako-1.3.12
CodSpeed Performance Gauge
0%
Bump gitpython from 3.1.47 to 3.1.50
#647
4 days ago
ec99d75
dependabot/uv/gitpython-3.1.50
© 2026 CodSpeed Technology
Home
Terms
Privacy
Docs