File tree Expand file tree Collapse file tree 2 files changed +25
-1
lines changed Expand file tree Collapse file tree 2 files changed +25
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,30 @@ VisualDL的更新记录在此查看。
4
4
5
5
This is the Changelog for the VisualDL 2.0 project.
6
6
7
+ ## v2.4.2 - 2022-12-25
8
+
9
+ ** ZH**
10
+
11
+ - 问题修复
12
+ - ** FE** : 修复直方图的显示问题 (#1177 )
13
+ - ** BE** : 修复cpu版paddle导出的profiler性能数据文件的载入问题 (#1176 )
14
+ - ** BE** : 修复当graph中存在多个program block时候的导出错误 (#1180 )
15
+
16
+ - 其它改进
17
+ - ** BE** : 用户启动vdl不指定logdir参数时让程序不报错退出 (#1171 )
18
+ - ** BE** : 新增add_scalars接口 (#1175 )
19
+
20
+ ** EN**
21
+
22
+ - Bug Fixes
23
+ - ** FE** : Fix histogram tab presentation problem (#1177 )
24
+ - ** BE** : Fix a bug of loading profiler data exported by paddle of cpu version (#1176 )
25
+ - ** BE** : Fix error of exporting graph with multiple program blocks (#1180 )
26
+
27
+ - Enhancement
28
+ - ** BE** : Do not crash vdl when logdir is missing in launching parameters (#1171 )
29
+ - ** BE** : Add add_scalars component (#1175 )
30
+
7
31
## v2.4.1 - 2022-09-14
8
32
9
33
** ZH**
Original file line number Diff line number Diff line change 13
13
# limitations under the License.
14
14
# =======================================================================
15
15
16
- vdl_version = '2.4.1 '
16
+ vdl_version = '2.4.2 '
You can’t perform that action at this time.
0 commit comments