v0.71.0
What's New
- Device Operations Graph rewritten to enhance readibility
- Updated tt-perf-report dependency and added support for new data fields
- Replaced deprecated StackByIn0 grouping in the performance table with more flexible GroupBy options
- Rewrote regexes used in finding the source file from operation stack trace to fix compatibility with certain systems
- Improved default report path strategy to be more agnostic and added new environment varibles to set it
- Automatic dependency license checking added to commit workflow
Data Migration
- Default report path has changed to use
/Users/<your_user>/.ttnn-visualizer/reportsso you can either move any existing reports there or set it locally with the env var APP_DATA_DIRECTORY.
What's Changed
- Fix/License check not running correctly by @dcblundell in #1193
- Feature/Support latest perf report version by @dcblundell in #1196
- Refactor/Modify regex to improve compatibility by @dcblundell in #1181
- Feature/Replace StackByIn0 with GroupBy by @dcblundell in #1200
- Change default paths for app db and reports by @smountenay-tt in #1201
- Device Operations Graph readability improvement - big refactor by @aidemsined in #1202
Full Changelog: v0.70.0...v0.71.0