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
Add documentation for a few things that landed without news entries, but
are worth highlighting to users.
Signed-off-by: Matt Wozniski <[email protected]>
Copy file name to clipboardexpand all lines: NEWS.rst
+10-1
Original file line number
Diff line number
Diff line change
@@ -14,10 +14,12 @@ memray 1.13.0 (2024-06-18)
14
14
Features
15
15
~~~~~~~~
16
16
17
-
- Include the thread name in the live TUI (#562)
17
+
- Add :doc:`a tutorial <tutorials/index>` to the Memray documentation. (#590)
18
+
- Include the thread name in the live TUI. (#562)
18
19
- Capture the name attribute of Python `threading.Thread` objects. (#562)
19
20
- Allow using Ctrl+Z to suspend ``memray tree`` and the live mode TUI. (#581)
20
21
- Add a button in the live-mode TUI to show allocations from all threads at once. (#589)
22
+
- Vendor ``libdebuginfod`` into our Linux wheels, so that debuginfod integration can be used without any dependency on system-installed libraries. (#592)
21
23
22
24
23
25
Bug Fixes
@@ -29,6 +31,13 @@ Bug Fixes
29
31
- Fix reporting of "Own Memory" in the ``live`` and ``summary`` reporters. A bug in our summation caused us to undercount functions' direct allocations. (#617)
30
32
31
33
34
+
Miscellaneous
35
+
~~~~~~~~~~~~~
36
+
37
+
- Builds from source now work for Python 3.13. Wheels are not yet published for 3.13 because it is not yet ABI stable. (#622)
38
+
- Link our Linux wheels against the latest version of ``elfutils``. (#592)
0 commit comments