Skip to content

Commit 6b4f66b

Browse files
authored
bump vdl to v2.4.2 (#1186)
1 parent 2f93fc4 commit 6b4f66b

File tree

2 files changed

+25
-1
lines changed

2 files changed

+25
-1
lines changed

CHANGELOG.md

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

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

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+
731
## v2.4.1 - 2022-09-14
832

933
**ZH**

visualdl/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# limitations under the License.
1414
# =======================================================================
1515

16-
vdl_version = '2.4.1'
16+
vdl_version = '2.4.2'

0 commit comments

Comments
 (0)