-
-
Notifications
You must be signed in to change notification settings - Fork 204
Prepare release 1.12.0 #420
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 1 commit
002ed34
90d1cf4
0395065
aa97137
8641677
79122bc
565be5b
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,10 +1,33 @@ | ||
| Changelog | ||
| ========= | ||
|
|
||
| Version 1.12.0 (2025-10-24) | ||
| -------------- | ||
| * Run ruff format and check under pre-commit and GitHub Actions | ||
| * Bump dask[distributed] to 2024.10.1 for Windows compatibility | ||
| * Bump greenlet to 3.1.0 for compatibility with 3.13 | ||
| * Bump tornado to 6.2.0 | ||
| * Bump pyperf to 2.9.0 | ||
| * Bump sqlglot to V2 | ||
| * Bump mypy to 1.18.2 | ||
| * Fix check for editable mode | ||
| * Fix --same-loops handling | ||
| * Fix: pass --warmup and --timeout flags to pyperf | ||
| * Add xdsl benchmark | ||
|
hugovk marked this conversation as resolved.
Outdated
|
||
| * Add a new quadtree nbody simulation using the Barnes Hut algorithm | ||
| * Add argparse benchmark | ||
| * Add NetworkX benchmarks | ||
| * Add Sphinx benchmark | ||
| * Add decimal module benchmark | ||
| * Add BPE tokeniser benchmark | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Probably worth listing the new benchmarks first, as most interesting. And stuff like Ruff formatting can be at the end.
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. sure I'll swap this around
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Done, have a look please. |
||
| * Add -V/--version CLI option | ||
| * Add --hook CLI parameter | ||
|
diegorusso marked this conversation as resolved.
Outdated
|
||
| * Add support for experimentak JIT builds | ||
|
diegorusso marked this conversation as resolved.
Outdated
|
||
| * Add Arm64 CI | ||
| * Add Free-threading CI | ||
| * Make Windows a non-experimental platform in CI | ||
| * Drop support for Python 3.7, 3.8, 3.9 | ||
|
diegorusso marked this conversation as resolved.
Outdated
|
||
| * Skip dask benchmark on Windows for Python 3.13 | ||
|
|
||
| Version 1.11.0 (2024-03-09) | ||
| -------------- | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.