Skip to content

Bump version to 4.0.0.dev5 - #183

Merged
ifduyue merged 2 commits into
masterfrom
fix/positional-seed-tests
Aug 12, 2026
Merged

Bump version to 4.0.0.dev5#183
ifduyue merged 2 commits into
masterfrom
fix/positional-seed-tests

Conversation

@ifduyue

@ifduyue ifduyue commented Aug 12, 2026

Copy link
Copy Markdown
Owner

Summary

Bump the development version to 4.0.0.dev5 and fix the positional-seed tests.

Changes

  • Bump version to 4.0.0.dev5
  • tests/test_fastcall.py: test_positional_seed_* now pass the seed positionally instead of as a keyword, so the positional seed path (xxh32(data, 42) and the corresponding one-shot functions) is actually exercised instead of duplicating test_keyword_seed_*

Testing

  • python3 -m unittest tests.test_fastcall passes (35 tests)

test_positional_seed_* passed seed as a keyword, duplicating
test_keyword_seed_*; the positional seed path was never exercised.
@codspeed-hq

codspeed-hq Bot commented Aug 12, 2026

Copy link
Copy Markdown
Contributor

Merging this PR will not alter performance

✅ 148 untouched benchmarks
⏩ 66 skipped benchmarks1


Comparing fix/positional-seed-tests (f19885f) with master (94c3289)

Open in CodSpeed

Footnotes

  1. 66 benchmarks were skipped, so the baseline results were used instead. If they were deleted from the codebase, click here and archive them to remove them from the performance reports.

@ifduyue
ifduyue merged commit 51505c7 into master Aug 12, 2026
83 of 86 checks passed
@ifduyue
ifduyue deleted the fix/positional-seed-tests branch August 12, 2026 15:59
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