Skip to content

Commit 9617227

Browse files
committed
docs: Add more news entries for the 1.13 release
Add documentation for a few things that landed without news entries, but are worth highlighting to users. Signed-off-by: Matt Wozniski <[email protected]>
1 parent 4694e17 commit 9617227

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

NEWS.rst

+10-1
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,12 @@ memray 1.13.0 (2024-06-18)
1414
Features
1515
~~~~~~~~
1616

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)
1819
- Capture the name attribute of Python `threading.Thread` objects. (#562)
1920
- Allow using Ctrl+Z to suspend ``memray tree`` and the live mode TUI. (#581)
2021
- 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)
2123

2224

2325
Bug Fixes
@@ -29,6 +31,13 @@ Bug Fixes
2931
- Fix reporting of "Own Memory" in the ``live`` and ``summary`` reporters. A bug in our summation caused us to undercount functions' direct allocations. (#617)
3032

3133

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)
39+
40+
3241
memray 1.12.0 (2024-03-07)
3342
--------------------------
3443

0 commit comments

Comments
 (0)