**Release notes:**
- pip wheel CI release integration
- DRAM legend redesign to better support long buffer list
- Tensor deallocation report in operation details (inputs/outputs only)
- Memory leaks in operation details (inputs/outputs only)
- CBs timeline view
- Allow multiple instances of visualizer to run simultaneously
- Annotate CBs on plot
- Clear demarcation of CBs vs tensors and improved CBs plot output hinting
- Improved ssh connection related error messaging
- Improved UI for remote connection
- Backwards compatibility with old data format
- Fix for negative memory fragmentation records
- Fix for deallocation lookup logic
- Fix for ssh report list api generating 500
- Fix for L1 plot becoming randomly unresponsive
<img width="400" alt="image" src="https://github.com/user-attachments/assets/8fbf2d80-599d-4cbd-a4dd-292f0eb5ec72">
<img width="400" alt="image" src="https://github.com/user-attachments/assets/8201ae51-5f1d-4206-a027-6b3a1d42cf6c">
<img width="400" alt="image" src="https://github.com/user-attachments/assets/3783cb0f-8731-4e39-be20-bd4da873ba03">
<img width="400" alt="image" src="https://github.com/user-attachments/assets/253759e8-f37f-435b-ad9e-0e3167826a55">
<img width="400" alt="image" src="https://github.com/user-attachments/assets/6abb7dba-fccf-42b8-88dc-3dec0754dc46">
What's Changed
* Full fragmentation report on L1 by aidemsined in https://github.com/tenstorrent/ttnn-visualizer/pull/103
* feature/hide device operations dump by dcblundell in https://github.com/tenstorrent/ttnn-visualizer/pull/105
* Feature/tensor details by dcblundell in https://github.com/tenstorrent/ttnn-visualizer/pull/97
* Updates build-wheel.yml to use automated asset uploading by GregHattJr in https://github.com/tenstorrent/ttnn-visualizer/pull/109
* fix for negative and overlapping empty fragments by aidemsined in https://github.com/tenstorrent/ttnn-visualizer/pull/111
* fix largest empty entry for no fragmentation by aidemsined in https://github.com/tenstorrent/ttnn-visualizer/pull/113
* Feature/tensor deallocation in details by dcblundell in https://github.com/tenstorrent/ttnn-visualizer/pull/114
* Feature/legend adjustments by dcblundell in https://github.com/tenstorrent/ttnn-visualizer/pull/110
* Replace ORM Querying and Marshmallow Serialization by GregHattJr in https://github.com/tenstorrent/ttnn-visualizer/pull/112
* Feature/update error messages by aidemsined in https://github.com/tenstorrent/ttnn-visualizer/pull/123
* Adds check for no result on buffer row unpacking by GregHattJr in https://github.com/tenstorrent/ttnn-visualizer/pull/127
* Fix/Remote View Report button by dcblundell in https://github.com/tenstorrent/ttnn-visualizer/pull/128
* safari support warning by aidemsined in https://github.com/tenstorrent/ttnn-visualizer/pull/129
* Feature/circular buffers timeline view by aidemsined in https://github.com/tenstorrent/ttnn-visualizer/pull/122
* Feature/next allocation refactor by dcblundell in https://github.com/tenstorrent/ttnn-visualizer/pull/125
* plot click bug fix (remove ref forwarding) by aidemsined in https://github.com/tenstorrent/ttnn-visualizer/pull/130
* Feature/per tab database usage by GregHattJr in https://github.com/tenstorrent/ttnn-visualizer/pull/116
* Updates README with releases page, updated pip install command by GregHattJr in https://github.com/tenstorrent/ttnn-visualizer/pull/131
**Full Changelog**: https://github.com/tenstorrent/ttnn-visualizer/compare/v0.3.0...v0.4.0