Skip to content

Commit

Permalink
docs: Add more news entries for the 1.13 release
Browse files Browse the repository at this point in the history
Add documentation for a few things that landed without news entries, but
are worth highlighting to users.

Signed-off-by: Matt Wozniski <mwozniski@bloomberg.net>
  • Loading branch information
godlygeek committed Jun 18, 2024
1 parent 4694e17 commit 9617227
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion NEWS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <tutorials/index>` 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
Expand All @@ -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)
--------------------------

Expand Down

0 comments on commit 9617227

Please sign in to comment.