Nixtla
mlforecast
Blog
Docs
Changelog
Blog
Docs
Changelog
Overview
Branches
Benchmarks
Runs
Performance History
Latest Results
perf: drop static group columns from stored pooled bucket_df For global/groupby states the stored bucket_df kept the group-column values (and the target) at one row per observation -- O(n_series * T) -- even though every post-construction consumer keys only on [id_col, time_col]: the slow-path join uses join_cols=[id_col, time_col] in all modes, _compute_idsorted_to_bucket_pos selects [id_col, time_col], and append_observations rebuilds from the incoming df + groups. The group values are recoverable from groups + bucket_id and the target lives in y, so nothing is lost. Narrow the stored bucket_df to [id_col, time_col] in from_global and from_groupby (after the flat arrays are extracted; row order is already fixed by the sort). Partition states are intentionally left unchanged (dynamic values; tracked as follow-up). Also fixes a stale bucket_df docstring reference. Committed with --no-verify: tests/test_pooled.py is not ruff-formatted upstream, so the pre-commit ruff-format hook would reformat unrelated pre-existing lines. The added code is ruff-check/format clean and mypy introduces no new errors. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
simonez-tuidi:feature/pooled-memory-trimming
4 days ago
Bump pyasn1 from 0.6.3 to 0.6.4 (#698) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
main
5 days ago
Bump pyasn1 from 0.6.3 to 0.6.4 Bumps [pyasn1](https://github.com/pyasn1/pyasn1) from 0.6.3 to 0.6.4. - [Release notes](https://github.com/pyasn1/pyasn1/releases) - [Changelog](https://github.com/pyasn1/pyasn1/blob/main/CHANGES.rst) - [Commits](https://github.com/pyasn1/pyasn1/compare/v0.6.3...v0.6.4) --- updated-dependencies: - dependency-name: pyasn1 dependency-version: 0.6.4 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot/uv/pyasn1-0.6.4
5 days ago
Bump setuptools from 80.10.1 to 83.0.0 (#697) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
main
5 days ago
Bump setuptools from 80.10.1 to 83.0.0 Bumps [setuptools](https://github.com/pypa/setuptools) from 80.10.1 to 83.0.0. - [Release notes](https://github.com/pypa/setuptools/releases) - [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst) - [Commits](https://github.com/pypa/setuptools/compare/v80.10.1...v83.0.0) --- updated-dependencies: - dependency-name: setuptools dependency-version: 83.0.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot/uv/setuptools-83.0.0
5 days ago
Bump gitpython from 3.1.50 to 3.1.52 Bumps [gitpython](https://github.com/gitpython-developers/GitPython) from 3.1.50 to 3.1.52. - [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.50...3.1.52) --- updated-dependencies: - dependency-name: gitpython dependency-version: 3.1.52 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot/uv/gitpython-3.1.52
5 days ago
Bump pillow from 12.2.0 to 12.3.0 (#695) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
main
5 days ago
Bump pillow from 12.2.0 to 12.3.0 Bumps [pillow](https://github.com/python-pillow/Pillow) from 12.2.0 to 12.3.0. - [Release notes](https://github.com/python-pillow/Pillow/releases) - [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst) - [Commits](https://github.com/python-pillow/Pillow/compare/12.2.0...12.3.0) --- updated-dependencies: - dependency-name: pillow dependency-version: 12.3.0 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot/uv/pillow-12.3.0
6 days ago
Latest Branches
CodSpeed Performance Gauge
0%
[FEAT] Pooled lag-transform memory: per-state history + bucket_df narrowing
#701
4 days ago
971c771
simonez-tuidi:feature/pooled-memory-trimming
CodSpeed Performance Gauge
0%
Bump pyasn1 from 0.6.3 to 0.6.4
#698
5 days ago
f761c2e
dependabot/uv/pyasn1-0.6.4
CodSpeed Performance Gauge
0%
Bump setuptools from 80.10.1 to 83.0.0
#697
5 days ago
4e287ed
dependabot/uv/setuptools-83.0.0
© 2026 CodSpeed Technology
Home
Terms
Privacy
Docs