Skip to content

Commit

Permalink
Fix requirements and packaging issues in version 2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rainyfly authored Sep 14, 2022
1 parent 1100371 commit da5be6c
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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**
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.0'
vdl_version = '2.4.1'

0 comments on commit da5be6c

Please sign in to comment.