From da5be6ccb8a752d415ea7002429fa396283b2e24 Mon Sep 17 00:00:00 2001 From: chenjian Date: Wed, 14 Sep 2022 20:12:25 +0800 Subject: [PATCH] Fix requirements and packaging issues in version 2.4.0 --- CHANGELOG.md | 22 ++++++++++++++++++++++ visualdl/version.py | 2 +- 2 files changed, 23 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 680b14b4..924baec8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,28 @@ VisualDL的更新记录在此查看。 This is the Changelog for the VisualDL 2.0 project. +## v2.4.1 - 2022-09-14 + +**ZH** + +- 问题修复 + - **FE**: 删除带中文名的资源文件 (#1122) + - **BE**: requirements增加multiprocess依赖 (#1123) + +- 其他改进 + - **BE**: 新增对框架导出性能数据的protobuf格式支持 (#1128) + + +**EN** + +- Bug Fixes + - **FE**: Remove resource files with Chinese characters in filenames (#1122) + - **BE**: Add multiprocess dependency in requirements (#1123) + +- Enhancement + - **BE**: Support protobuf format of profiler data exported by paddlepaddle. (#1128) + + ## v2.4.0 - 2022-08-22 **ZH** diff --git a/visualdl/version.py b/visualdl/version.py index 98835b78..f1e21daa 100644 --- a/visualdl/version.py +++ b/visualdl/version.py @@ -13,4 +13,4 @@ # limitations under the License. # ======================================================================= -vdl_version = '2.4.0' +vdl_version = '2.4.1' -- GitLab