-
-
Notifications
You must be signed in to change notification settings - Fork 202
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
- Loading branch information
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -3,31 +3,32 @@ 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 | ||
| * 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. |
||
| * Skip dask benchmark on Windows for Python 3.13 | ||
| * Bump dask[distributed] to 2024.10.1 for Windows compatibility | ||
| * Bump greenlet to 3.2.4 for compatibility with 3.13+ | ||
| * Bump Chameleon to 4.6.0 | ||
| * Bump tornado to 6.5.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 ``-V``/``--version`` CLI argument | ||
| * Add ``--hook`` CLI argument | ||
| * Run ruff format and check under pre-commit and GitHub Actions | ||
| * Add support for experimental JIT builds | ||
| * Add Arm64 CI | ||
| * Add Free-threading CI | ||
| * Make Windows a non-experimental platform in CI | ||
| * Add support Python 3.14 and drop Python 3.7, 3.8, 3.9 | ||
| * 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.