You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
600 B
Markdown
22 lines
600 B
Markdown
# onnx-modifier update log
|
|
|
|
## 20220612
|
|
- update graph automatically as soon as a modification is invoked.
|
|
- fix `shared arguments` issue.
|
|
- support editing the attributes and the name of inputs/outputs directly in the placeholders in the sidebar.
|
|
- newly support features:
|
|
- Add new nodes.
|
|
- edit the attributes of nodes.
|
|
- re-organize the layouts of buttons.
|
|
|
|
## 20220510
|
|
fix external data loading error for unix platform.
|
|
|
|
## 20220501
|
|
- the first public version.
|
|
- support features:
|
|
- delete/recover node.
|
|
- rename the input and output of nodes.
|
|
- use sweetalert for nice alert.
|
|
|