Skip to content

Commit

Permalink
Merge branch 'master' into 3.3-Improvements-after-feedback_2
Browse files Browse the repository at this point in the history
  • Loading branch information
ivaylo-matov authored Sep 23, 2024
2 parents fd2c6fc + b1edd92 commit d2b7430
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion TuneUp/TuneUpWindow.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@
<ColumnDefinition Width="*" />
<ColumnDefinition Width="Auto" MinWidth="8" />
</Grid.ColumnDefinitions>
<!-- Group indicator -->
<!-- Group indicator -->
<Border Grid.Column="0" Margin="5,0,0,0">
<Border.Background>
<MultiBinding Converter="{StaticResource IsInGroupToColorBrushMultiConverter}" Mode="OneWay">
Expand Down
4 changes: 2 additions & 2 deletions TuneUp/manifests/pkg.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"license": "",
"file_hash": null,
"name": "TuneUp",
"version": "1.0.10",
"version": "1.0.11",
"description": "*** THE TUNEUP EXTENSION USES NEW API FEATURES THAT ARE ONLY AVAILABLE IN DYNAMO VERSION 2.5 OR ABOVE ***\r\n\r\nTuneUp is in beta and is a view extension for analyzing the performance of Dynamo graphs. TuneUp allows you to see overall graph execution time, per-node execution time, and other helpful information about what's happening under the hood, e.g. nodes run in the current execution v.s. nodes run in the previous execution (which are skipped this run for optimization/ caching). Read more here: https://dynamobim.org/tuneup-extension-explore-your-node-and-graph-execution-times/ \r\n\r\nKnown issues:\r\n1. TuneUp does not work with .dyfs (custom nodes) yet.\r\n2.TuneUp binaries are not semantically versioned and are not intended to be built on top of as an API. Do not treat these binaries like DynamoCore.\r\n3. TuneUp requires Dynamo 3.0 or higher for access to new extension APIs.\r\n4. When user have TuneUp open, after switching workspace in Dynamo, the first graph run does not give execution time and nodes order.",
"group": "",
"keywords": [
Expand All @@ -19,4 +19,4 @@
"repository_url": "https://github.com/DynamoDS/TuneUp",
"contains_binaries": true,
"node_libraries": []
}
}

0 comments on commit d2b7430

Please sign in to comment.