You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.rst
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,8 @@ Changes
6
6
* FIX: ref-count leaks #372
7
7
* ENH: Add support for building ABI3 wheels
8
8
* FIX: mitigate speed regressions introduced in 5.0.0
9
+
* ENH: Added capability to combine profiling data both programmatically (``LineStats.__add__()``) and via the CLI (``python -m line_profiler``) (#380, originally proposed in #219)
10
+
* FIX: search function in online documentation
9
11
10
12
5.0.0
11
13
~~~~~
@@ -54,7 +56,6 @@ Changes
54
56
* ``kernprof`` and ``python -m line_profiler`` CLI options
* ENH: Added capability to combine profiling data both programmatically (``LineStats.__add__()``) and via the CLI (``python -m line_profiler``) (#380, originally proposed in #219)
0 commit comments