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.
42 lines
1.2 KiB
Markdown
42 lines
1.2 KiB
Markdown
# onnx-modifier update log
|
|
|
|
## 20220813
|
|
|
|
- support adding model input/output node. [issue 7](https://github.com/ZhangGe6/onnx-modifier/issues/7), [issue 8](https://github.com/ZhangGe6/onnx-modifier/issues/8), [issue 13](https://github.com/ZhangGe6/onnx-modifier/issues/13)
|
|
|
|
- fix issue that "extra model inputs" emerges after deleting nodes. [issue#12](https://github.com/ZhangGe6/onnx-modifier/issues/12)
|
|
- update windows executable file.
|
|
|
|
## 20220701
|
|
|
|
- support renaming model input/output
|
|
|
|
## 20220621
|
|
- add Dockerfile
|
|
- thanks to [fengwang](https://github.com/fengwang)
|
|
|
|
## 20220620
|
|
|
|
- add Windows executable file.
|
|
|
|
## 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.
|
|
|