File tree Expand file tree Collapse file tree 4 files changed +12
-3
lines changed
Expand file tree Collapse file tree 4 files changed +12
-3
lines changed Original file line number Diff line number Diff line change 11Changelog
22=========
33
4+ Version 2.5.0 (2022-11-04)
5+ -------------
6+
7+ * Support collecting specialization statistics from running benchmarks.
8+ Patch by Mike Droettboom.
9+
10+ * Recognize new name of Graal-based Python as jitted.
11+ Patch by Michael Droettboom
12+
413Version 2.4.1 (2022-08-07)
514-------------
615
Original file line number Diff line number Diff line change 5555# built documents.
5656#
5757# The short X.Y version.
58- version = release = '2.4.1 '
58+ version = release = '2.5.0 '
5959
6060# The language for content autogenerated by Sphinx. Refer to documentation
6161# for a list of supported languages.
Original file line number Diff line number Diff line change 11from time import perf_counter
22
3- VERSION = (2 , 4 , 1 )
3+ VERSION = (2 , 5 , 0 )
44__version__ = '.' .join (map (str , VERSION ))
55
66# Export pyperf.perf_counter for backward compatibility with pyperf 1.7
Original file line number Diff line number Diff line change 2424# - git commit -a -m "post-release"
2525# - git push or send the PR to the repository
2626
27- VERSION = '2.4.1 '
27+ VERSION = '2.5.0 '
2828
2929DESCRIPTION = 'Python module to run and analyze benchmarks'
3030CLASSIFIERS = [
You can’t perform that action at this time.
0 commit comments