Skip to content

Commit

Permalink
bump vdl to v2.4.2 (#1186)
Browse files Browse the repository at this point in the history
  • Loading branch information
rainyfly committed Dec 26, 2022
1 parent 2f93fc4 commit 6b4f66b
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,30 @@ VisualDL的更新记录在此查看。

This is the Changelog for the VisualDL 2.0 project.

## v2.4.2 - 2022-12-25

**ZH**

- 问题修复
- **FE**: 修复直方图的显示问题 (#1177
- **BE**: 修复cpu版paddle导出的profiler性能数据文件的载入问题 (#1176
- **BE**: 修复当graph中存在多个program block时候的导出错误 (#1180)

- 其它改进
- **BE**: 用户启动vdl不指定logdir参数时让程序不报错退出 (#1171
- **BE**: 新增add_scalars接口 (#1175)

**EN**

- Bug Fixes
- **FE**: Fix histogram tab presentation problem (#1177
- **BE**: Fix a bug of loading profiler data exported by paddle of cpu version (#1176
- **BE**: Fix error of exporting graph with multiple program blocks (#1180)

- Enhancement
- **BE**: Do not crash vdl when logdir is missing in launching parameters (#1171
- **BE**: Add add_scalars component (#1175)

## v2.4.1 - 2022-09-14

**ZH**
Expand Down
2 changes: 1 addition & 1 deletion visualdl/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# limitations under the License.
# =======================================================================

vdl_version = '2.4.1'
vdl_version = '2.4.2'

0 comments on commit 6b4f66b

Please sign in to comment.