@@ -3,31 +3,32 @@ Changelog
33
44Version 1.12.0 (2025-10-24)
55--------------
6- * Run ruff format and check under pre-commit and GitHub Actions
7- * Bump dask[distributed] to 2024.10.1 for Windows compatibility
8- * Bump greenlet to 3.1.0 for compatibility with 3.13
9- * Bump tornado to 6.2.0
10- * Bump pyperf to 2.9.0
11- * Bump sqlglot to V2
12- * Bump mypy to 1.18.2
13- * Fix check for editable mode
14- * Fix ``--same-loops `` handling
15- * Fix: pass ``--warmup `` and ``--timeout `` flags to pyperf
166* Add xdsl benchmark
177* Add a new quadtree nbody simulation using the Barnes Hut algorithm
188* Add argparse benchmark
199* Add NetworkX benchmarks
2010* Add Sphinx benchmark
2111* Add decimal module benchmark
2212* Add BPE tokeniser benchmark
13+ * Skip dask benchmark on Windows for Python 3.13
14+ * Bump dask[distributed] to 2024.10.1 for Windows compatibility
15+ * Bump greenlet to 3.2.4 for compatibility with 3.13+
16+ * Bump Chameleon to 4.6.0
17+ * Bump tornado to 6.5.0
18+ * Bump pyperf to 2.9.0
19+ * Bump sqlglot to V2
20+ * Bump mypy to 1.18.2
21+ * Fix check for editable mode
22+ * Fix ``--same-loops `` handling
23+ * Fix: pass ``--warmup `` and ``--timeout `` flags to pyperf
2324* Add ``-V ``/``--version `` CLI argument
2425* Add ``--hook `` CLI argument
26+ * Run ruff format and check under pre-commit and GitHub Actions
2527* Add support for experimental JIT builds
2628* Add Arm64 CI
2729* Add Free-threading CI
2830* Make Windows a non-experimental platform in CI
2931* Add support Python 3.14 and drop Python 3.7, 3.8, 3.9
30- * Skip dask benchmark on Windows for Python 3.13
3132
3233Version 1.11.0 (2024-03-09)
3334--------------
0 commit comments