File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11Changelog
22=========
33
4+ Version 2.7.0 (2024-05-18)
5+ ---------------------------
6+
7+ * Fix logic in MSR availability test.
8+ Patch by Mike Droettboom.
9+ * Disable tuning TurboBoost setting on non-Intel device.
10+ Patch by Mike Droettboom.
11+ * Include CONFIG_ARGS in Metadata.
12+ Patch by Jeff Glass.
13+ * Support environment variables PYTHON_GIL / PYTHON_CPU_COUNT.
14+ Patch by Donghee Na.
15+
416Version 2.6.3 (2024-03-05)
517---------------------------
618
Original file line number Diff line number Diff line change 5050# built documents.
5151#
5252# The short X.Y version.
53- version = release = '2.6.3 '
53+ version = release = '2.7.0 '
5454
5555# The language for content autogenerated by Sphinx. Refer to documentation
5656# 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 , 6 , 3 )
3+ VERSION = (2 , 7 , 0 )
44__version__ = '.' .join (map (str , VERSION ))
55
66# Export pyperf.perf_counter for backward compatibility with pyperf 1.7
You can’t perform that action at this time.
0 commit comments