Skip to content

Commit da5be6c

Browse files
authored
Fix requirements and packaging issues in version 2.4.0
1 parent 1100371 commit da5be6c

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

CHANGELOG.md

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

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

7+
## v2.4.1 - 2022-09-14
8+
9+
**ZH**
10+
11+
- 问题修复
12+
- **FE**: 删除带中文名的资源文件 (#1122)
13+
- **BE**: requirements增加multiprocess依赖 (#1123)
14+
15+
- 其他改进
16+
- **BE**: 新增对框架导出性能数据的protobuf格式支持 (#1128)
17+
18+
19+
**EN**
20+
21+
- Bug Fixes
22+
- **FE**: Remove resource files with Chinese characters in filenames (#1122)
23+
- **BE**: Add multiprocess dependency in requirements (#1123)
24+
25+
- Enhancement
26+
- **BE**: Support protobuf format of profiler data exported by paddlepaddle. (#1128)
27+
28+
729
## v2.4.0 - 2022-08-22
830

931
**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.0'
16+
vdl_version = '2.4.1'

0 commit comments

Comments
 (0)