model-explorer-v0.1.12
jinjingforever
released this
23 Sep 17:45
·
71 commits
to main
since this release
What's Changed
- Use edit distance to find the best node namespace for TFLite model by @copybara-service in #144
- Always show full namespace instead of optimized namespace of the selected node in info panel. by @copybara-service in #146
- Add namespace as a search target for layer nodes. by @copybara-service in #158
- Allow users to pass node data json string when calling
add_node_data
. by @jinjingforever in #169 - Update API to make it more user-friendly by allowing users to pass a single node data item instead of a list by @jinjingforever in #170
- Don't layout the graph twice when restoring pane state. by @copybara-service in #172
- Remove obsolete op registrations from c_api_no_xla. by @copybara-service in #174
- Use model_builder from compiler/mlir. by @copybara-service in #175
- Retrieve release note and asset download url when checking new version. by @jinjingforever in #178
- Update package version and minor fix for printing release note only when
print_msg
is true by @jinjingforever in #185
Full Changelog: model-explorer-v0.1.11...model-explorer-v0.1.12