From 9617227fb0bffa008baa4eaa47c22d3001d3fd26 Mon Sep 17 00:00:00 2001 From: Matt Wozniski Date: Tue, 18 Jun 2024 13:57:38 -0400 Subject: [PATCH] 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 --- NEWS.rst | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/NEWS.rst b/NEWS.rst index 9087b69ddb..8843db7b95 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -14,10 +14,12 @@ memray 1.13.0 (2024-06-18) Features ~~~~~~~~ -- Include the thread name in the live TUI (#562) +- Add :doc:`a tutorial ` to the Memray documentation. (#590) +- Include the thread name in the live TUI. (#562) - Capture the name attribute of Python `threading.Thread` objects. (#562) - Allow using Ctrl+Z to suspend ``memray tree`` and the live mode TUI. (#581) - Add a button in the live-mode TUI to show allocations from all threads at once. (#589) +- Vendor ``libdebuginfod`` into our Linux wheels, so that debuginfod integration can be used without any dependency on system-installed libraries. (#592) Bug Fixes @@ -29,6 +31,13 @@ Bug Fixes - Fix reporting of "Own Memory" in the ``live`` and ``summary`` reporters. A bug in our summation caused us to undercount functions' direct allocations. (#617) +Miscellaneous +~~~~~~~~~~~~~ + +- 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) +- Link our Linux wheels against the latest version of ``elfutils``. (#592) + + memray 1.12.0 (2024-03-07) --------------------------