File tree Expand file tree Collapse file tree 3 files changed +14
-2
lines changed Expand file tree Collapse file tree 3 files changed +14
-2
lines changed Original file line number Diff line number Diff line change 1
1
Changelog
2
2
=========
3
3
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
+
4
16
Version 2.6.3 (2024-03-05)
5
17
---------------------------
6
18
Original file line number Diff line number Diff line change 50
50
# built documents.
51
51
#
52
52
# The short X.Y version.
53
- version = release = '2.6.3 '
53
+ version = release = '2.7.0 '
54
54
55
55
# The language for content autogenerated by Sphinx. Refer to documentation
56
56
# for a list of supported languages.
Original file line number Diff line number Diff line change 1
1
from time import perf_counter
2
2
3
- VERSION = (2 , 6 , 3 )
3
+ VERSION = (2 , 7 , 0 )
4
4
__version__ = '.' .join (map (str , VERSION ))
5
5
6
6
# Export pyperf.perf_counter for backward compatibility with pyperf 1.7
You can’t perform that action at this time.
0 commit comments