Skip to content

chore: finish the CI cleanup round - #195

Merged
kevincostner17 merged 1 commit into
mainfrom
chore/ci-cleanup-round2
Sep 14, 2026
Merged

kevincostner17 merged 1 commit into
mainfrom
chore/ci-cleanup-round2

Conversation

@kevincostner17

Copy link
Copy Markdown
Contributor

Summary

Small follow-ups left over from #187–#194.

Verification

  • pytest tests/test_missforest_imputation.py tests/test_phase5_backcompat.py:
    • Python 3.9 / pandas 1.5.3 / scikit-learn 1.6.1: 26 passed
    • Python 3.12 / pandas 2.3.3 / numpy 2.5.3: 26 passed
  • ruff check: clean. perf-regression.yml parses as YAML.
  • Already-merged perf-regression.yml, manually dispatched on main (run 34880909138): the same-run A/B gate completed successfully.

- perf-regression.yml installs with -c constraints/ci.txt like the other
  gating jobs (left out of #194 to avoid conflicting with #193).
- MissForest convergence converts with to_numpy(dtype="float64",
  na_value=np.nan): the same pandas < 2 masked-array conversion that #192
  fixed in the streaming state. Adds a nullable Int16 MissForest test.
- contributor-roadmap.md no longer advertises #33 and #31, which are
  resolved; it points at the good-first-issue label instead.
@coderabbitai

coderabbitai Bot commented Sep 14, 2026

Copy link
Copy Markdown
Contributor

Important

  • 🔍 Trigger review

This repository does not receive automatic reviews because it has fewer than 10 stars.

⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Advanced

Run ID: 6c133a48-3c81-4b9b-ab73-8513c3a3670e


Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@github-actions

Copy link
Copy Markdown

FreshData benchmark report — performance

  • freshdata: ?
  • python: ?
  • platform: ?
fixture n_rows n_cols p50 s p95 s peak MB repair % false-repair % preserve % trust monotonic export %

Authored-code reduction (Metric 6)

@kevincostner17
kevincostner17 merged commit e1980bc into main Sep 14, 2026
21 checks passed
@kevincostner17
kevincostner17 deleted the chore/ci-cleanup-round2 branch September 14, 2026 18:58
kevincostner17 added a commit that referenced this pull request Sep 14, 2026
…#216)

#192 fixed a user-facing crash in fd.clean_timeseries / StreamingCleaner on
nullable integer columns with gaps under pandas < 2, and #195 applied the
same NA-safe conversion to MissForest, but neither added a CHANGELOG entry.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant