Skip to content

Commit 611ab39

Browse files
authored
add change log (#1099)
1 parent dd4dd93 commit 611ab39

File tree

1 file changed

+79
-0
lines changed

1 file changed

+79
-0
lines changed

CHANGELOG.md

Lines changed: 79 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,85 @@ VisualDL的更新记录在此查看。
44

55
This is the Changelog for the VisualDL 2.0 project.
66

7+
## v2.3.0 - 2022-06-30
8+
9+
**ZH**
10+
11+
- 功能新增
12+
- **BE**: 增加add_graph接口支持动态图模型可视化 (#1077 #1093
13+
- **FE**: 增加动态图可视化页面 (#1091 #1096 #1097
14+
<p align="center">
15+
<img src="https://user-images.githubusercontent.com/22424850/175808777-5bc24d7a-9115-44d0-8709-a82a3e341b3d.gif" width="80%"/>
16+
</p>
17+
18+
- 展开和折叠指定节点
19+
20+
<p align="center">
21+
<img src="https://user-images.githubusercontent.com/22424850/175810790-a35f83bf-a23c-4a28-afb7-2e0cf7711b9c.png" width="80%"/>
22+
</p>
23+
24+
- 一键全展开和全折叠
25+
<p align="center">
26+
<img src="https://user-images.githubusercontent.com/22424850/175809551-67f67552-59b7-4aca-a1cc-fe5606e7e512.png" width="80%"/>
27+
</p>
28+
<p align="center">
29+
<img src="https://user-images.githubusercontent.com/22424850/175809610-d07c0b15-d1bd-4542-aacd-29b4d2ba8fcb.png" width="80%"/>
30+
</p>
31+
32+
- 飞桨API链接功能
33+
<p align="center">
34+
<img src="https://user-images.githubusercontent.com/22424850/175809570-241db056-0b41-4e3a-828d-376a011a4645.png" width="80%"/>
35+
</p>
36+
<p align="center">
37+
<img src="https://user-images.githubusercontent.com/22424850/175809574-8c173b88-ed27-4c29-a3e1-a3887d2d3107.png" width="80%"/>
38+
</p>
39+
40+
41+
- 问题修复
42+
- **FE**: 修复图像数据放大后比例失调的问题 (##1090
43+
44+
- 其他改进
45+
- **FE**: 优化文本数据显示的用户体验 (##1090
46+
47+
**EN**
48+
49+
- Features
50+
- **BE**: Add add_graph interface for dynamic model of paddle(#1077 #1093
51+
- **FE**: Add dynamic graph page (#1091 #1096 #1097
52+
<p align="center">
53+
<img src="https://user-images.githubusercontent.com/22424850/175811156-a80ca0c4-207d-44d7-bd5a-9701a7875722.gif" width="80%"/>
54+
</p>
55+
56+
- Fold and unfold one node
57+
<p align="center">
58+
<img src="https://user-images.githubusercontent.com/22424850/175810800-4823b9f1-3d59-44e8-aaa5-a80577624452.png" width="80%"/>
59+
</p>
60+
<p align="center">
61+
<img src="https://user-images.githubusercontent.com/22424850/175810790-a35f83bf-a23c-4a28-afb7-2e0cf7711b9c.png" width="80%"/>
62+
</p>
63+
64+
- Fold and unfold all nodes
65+
<p align="center">
66+
<img src="https://user-images.githubusercontent.com/22424850/175810856-ff98a1ed-2a4f-4cc1-bc9b-3085857c0b81.png" width="80%"/>
67+
</p>
68+
<p align="center">
69+
<img src="https://user-images.githubusercontent.com/22424850/175810837-a0953956-7320-4e78-9c52-72ad13962216.png" width="80%"/>
70+
</p>
71+
72+
- Link api specification of paddle
73+
<p align="center">
74+
<img src="https://user-images.githubusercontent.com/22424850/175810992-b86e9aef-e700-4c2d-bcd0-21fc96fc2564.png" width="80%"/>
75+
</p>
76+
<p align="center">
77+
<img src="https://user-images.githubusercontent.com/22424850/175810997-0672d836-4d7c-432d-b5de-187f97c421ae.png" width="80%"/>
78+
</p>
79+
- Bug Fixes
80+
- **FE**: Fix unbalance ratio of upscaled image when zoom in. (##1090
81+
82+
- Enhancement
83+
- **FE**: Refine user experience for text presentation. (##1090
84+
85+
786
## v2.2.1 - 2021-09-02
887

988
**ZH**

0 commit comments

Comments
 (0)