Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
PaddlePaddle
VisualDL
提交
55a8e237
V
VisualDL
项目概览
PaddlePaddle
/
VisualDL
1 年多 前同步成功
通知
88
Star
4655
Fork
642
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
10
列表
看板
标记
里程碑
合并请求
2
Wiki
5
Wiki
分析
仓库
DevOps
项目成员
Pages
V
VisualDL
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
10
Issue
10
列表
看板
标记
里程碑
合并请求
2
合并请求
2
Pages
分析
分析
仓库分析
DevOps
Wiki
5
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
未验证
提交
55a8e237
编写于
1月 29, 2021
作者:
P
Peter Pan
提交者:
GitHub
1月 29, 2021
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
bump visualdl to 2.1.1 (#920)
上级
5d4c261b
变更
13
展开全部
隐藏空白更改
内联
并排
Showing
13 changed file
with
257 addition
and
277 deletion
+257
-277
CHANGELOG.md
CHANGELOG.md
+30
-0
frontend/lerna.json
frontend/lerna.json
+1
-1
frontend/package.json
frontend/package.json
+2
-2
frontend/packages/cli/package.json
frontend/packages/cli/package.json
+2
-2
frontend/packages/core/package.json
frontend/packages/core/package.json
+8
-8
frontend/packages/demo/package.json
frontend/packages/demo/package.json
+1
-1
frontend/packages/mock/package.json
frontend/packages/mock/package.json
+2
-2
frontend/packages/netron/package.json
frontend/packages/netron/package.json
+3
-3
frontend/packages/server/package.json
frontend/packages/server/package.json
+4
-4
frontend/packages/wasm/package.json
frontend/packages/wasm/package.json
+1
-1
frontend/scripts/publish.sh
frontend/scripts/publish.sh
+1
-2
frontend/yarn.lock
frontend/yarn.lock
+201
-250
visualdl/version.py
visualdl/version.py
+1
-1
未找到文件。
CHANGELOG.md
浏览文件 @
55a8e237
...
...
@@ -4,6 +4,36 @@ VisualDL的更新记录在此查看。
This is the Changelog for the VisualDL 2.0 project.
## v2.1.1 - 2020-01-28
**ZH**
-
问题修复
-
**FE**
: 修复部分浏览器的兼容性问题 (#903)
-
**FE**
: 修复深色模式下切换页面会闪白的问题 (#903)
-
**BE**
: 修复旧版本的日志无法上传 VisualDL Service 的问题 (#912)
-
功能新增
-
增加文本样本 (#917)
-
**BE**
: 增加图像组写入功能 (#909)
-
其他改进
-
**FE**
: 增加了浏览器不兼容时的提示 (#903)
-
**FE**
: 调整样本页面的标题顺序 (#908)
-
**FE**
: 更好的载入提示 (#908)
**EN**
-
Bug Fixes
-
**FE**
: Fix compatibility in some browsers (#903)
-
**FE**
: Fix flashing when switch between pages in dark mode (#903)
-
**BE**
: Fix the old version of log cannot be uploaded to VisualDL Service (#912)
-
Features
-
Add Text Sample (#917)
-
**BE**
: Add images matrix writing function (#909)
-
其他改进
-
**FE**
: Add browser compatibility tip (#903)
-
**FE**
: Adjust title order of sample pages (#908)
-
**FE**
: Better loading experience (#908)
## v2.1.0 - 2020-12-28
**ZH**
...
...
frontend/lerna.json
浏览文件 @
55a8e237
...
...
@@ -2,7 +2,7 @@
"packages"
:
[
"packages/*"
],
"version"
:
"2.1.
4
"
,
"version"
:
"2.1.
5
"
,
"npmClient"
:
"yarn"
,
"useWorkspaces"
:
true
,
"command"
:
{
...
...
frontend/package.json
浏览文件 @
55a8e237
...
...
@@ -38,8 +38,8 @@
"version"
:
"yarn format && git add -A"
},
"devDependencies"
:
{
"@typescript-eslint/eslint-plugin"
:
"4.14.
0
"
,
"@typescript-eslint/parser"
:
"4.14.
0
"
,
"@typescript-eslint/eslint-plugin"
:
"4.14.
1
"
,
"@typescript-eslint/parser"
:
"4.14.
1
"
,
"eslint"
:
"7.18.0"
,
"eslint-config-prettier"
:
"7.2.0"
,
"eslint-plugin-license-header"
:
"0.2.0"
,
...
...
frontend/packages/cli/package.json
浏览文件 @
55a8e237
{
"name"
:
"@visualdl/cli"
,
"version"
:
"2.1.
4
"
,
"version"
:
"2.1.
5
"
,
"description"
:
"A platform to visualize the deep learning process and result."
,
"keywords"
:
[
"visualdl"
,
...
...
@@ -34,7 +34,7 @@
"dist"
],
"dependencies"
:
{
"@visualdl/server"
:
"2.1.
4
"
,
"@visualdl/server"
:
"2.1.
5
"
,
"open"
:
"7.3.1"
,
"ora"
:
"5.3.0"
,
"pm2"
:
"4.5.1"
,
...
...
frontend/packages/core/package.json
浏览文件 @
55a8e237
{
"name"
:
"@visualdl/core"
,
"version"
:
"2.1.
4
"
,
"version"
:
"2.1.
5
"
,
"description"
:
"A platform to visualize the deep learning process and result."
,
"keywords"
:
[
"visualdl"
,
...
...
@@ -35,10 +35,10 @@
],
"dependencies"
:
{
"@tippyjs/react"
:
"4.2.0"
,
"@visualdl/netron"
:
"2.1.
4
"
,
"@visualdl/wasm"
:
"2.1.
4
"
,
"@visualdl/netron"
:
"2.1.
5
"
,
"@visualdl/wasm"
:
"2.1.
5
"
,
"bignumber.js"
:
"9.0.1"
,
"d3"
:
"6.
4
.0"
,
"d3"
:
"6.
5
.0"
,
"d3-format"
:
"2.0.0"
,
"echarts"
:
"4.9.0"
,
"echarts-gl"
:
"1.1.2"
,
...
...
@@ -66,11 +66,11 @@
"react-redux"
:
"7.2.2"
,
"react-router-dom"
:
"5.2.0"
,
"react-spinners"
:
"0.10.4"
,
"react-toastify"
:
"
6.2.0
"
,
"react-toastify"
:
"
7.0.1
"
,
"redux"
:
"4.0.5"
,
"styled-components"
:
"5.2.1"
,
"swr"
:
"0.4.0"
,
"three"
:
"0.12
4.0
"
,
"three"
:
"0.12
5.1
"
,
"tippy.js"
:
"6.2.7"
,
"umap-js"
:
"1.3.3"
},
...
...
@@ -88,7 +88,7 @@
"@svgr/core"
:
"5.5.0"
,
"@testing-library/jest-dom"
:
"5.11.9"
,
"@testing-library/react"
:
"11.2.3"
,
"@types/d3"
:
"6.
2
.0"
,
"@types/d3"
:
"6.
3
.0"
,
"@types/d3-format"
:
"2.0.0"
,
"@types/echarts"
:
"4.9.3"
,
"@types/file-saver"
:
"2.0.1"
,
...
...
@@ -106,7 +106,7 @@
"@types/react-router-dom"
:
"5.1.7"
,
"@types/snowpack-env"
:
"2.3.3"
,
"@types/styled-components"
:
"5.1.7"
,
"@visualdl/mock"
:
"2.1.
4
"
,
"@visualdl/mock"
:
"2.1.
5
"
,
"babel-plugin-styled-components"
:
"1.12.0"
,
"dotenv"
:
"8.2.0"
,
"enhanced-resolve"
:
"5.7.0"
,
...
...
frontend/packages/demo/package.json
浏览文件 @
55a8e237
{
"name"
:
"@visualdl/demo"
,
"version"
:
"2.1.
4
"
,
"version"
:
"2.1.
5
"
,
"description"
:
"A platform to visualize the deep learning process and result."
,
"keywords"
:
[
"visualdl"
,
...
...
frontend/packages/mock/package.json
浏览文件 @
55a8e237
{
"name"
:
"@visualdl/mock"
,
"version"
:
"2.1.
4
"
,
"version"
:
"2.1.
5
"
,
"description"
:
"A platform to visualize the deep learning process and result."
,
"keywords"
:
[
"visualdl"
,
...
...
@@ -35,7 +35,7 @@
},
"dependencies"
:
{
"express"
:
"4.17.1"
,
"faker"
:
"5.
1
.0"
,
"faker"
:
"5.
2
.0"
,
"isomorphic-unfetch"
:
"3.1.0"
,
"mime-types"
:
"2.1.28"
},
...
...
frontend/packages/netron/package.json
浏览文件 @
55a8e237
{
"name"
:
"@visualdl/netron"
,
"version"
:
"2.1.
4
"
,
"version"
:
"2.1.
5
"
,
"description"
:
"A platform to visualize the deep learning process and result."
,
"keywords"
:
[
"visualdl"
,
...
...
@@ -35,7 +35,7 @@
"dagre"
:
"0.8.5"
,
"flatbuffers"
:
"1.12.0"
,
"long"
:
"4.0.0"
,
"marked"
:
"1.2.
7
"
,
"marked"
:
"1.2.
8
"
,
"netron"
:
"PeterPanZH/netron"
,
"pako"
:
"1.0.11"
},
...
...
@@ -51,7 +51,7 @@
"sass"
:
"1.32.5"
,
"sass-loader"
:
"10.1.1"
,
"terser"
:
"5.5.1"
,
"webpack"
:
"5.1
7
.0"
,
"webpack"
:
"5.1
8
.0"
,
"webpack-cli"
:
"4.4.0"
},
"engines"
:
{
...
...
frontend/packages/server/package.json
浏览文件 @
55a8e237
{
"name"
:
"@visualdl/server"
,
"version"
:
"2.1.
4
"
,
"version"
:
"2.1.
5
"
,
"description"
:
"A platform to visualize the deep learning process and result."
,
"keywords"
:
[
"visualdl"
,
...
...
@@ -37,7 +37,7 @@
"ecosystem.config.d.ts"
],
"dependencies"
:
{
"@visualdl/core"
:
"2.1.
4
"
,
"@visualdl/core"
:
"2.1.
5
"
,
"dotenv"
:
"8.2.0"
,
"enhanced-resolve"
:
"5.7.0"
,
"express"
:
"4.17.1"
,
...
...
@@ -48,14 +48,14 @@
"@types/enhanced-resolve"
:
"3.0.6"
,
"@types/express"
:
"4.17.11"
,
"@types/node"
:
"14.14.22"
,
"@visualdl/mock"
:
"2.1.
4
"
,
"@visualdl/mock"
:
"2.1.
5
"
,
"cross-env"
:
"7.0.3"
,
"nodemon"
:
"2.0.7"
,
"ts-node"
:
"9.1.1"
,
"typescript"
:
"4.0.5"
},
"optionalDependencies"
:
{
"@visualdl/demo"
:
"2.1.
4
"
"@visualdl/demo"
:
"2.1.
5
"
},
"engines"
:
{
"node"
:
">=12"
,
...
...
frontend/packages/wasm/package.json
浏览文件 @
55a8e237
{
"name"
:
"@visualdl/wasm"
,
"version"
:
"2.1.
4
"
,
"version"
:
"2.1.
5
"
,
"title"
:
"VisualDL"
,
"description"
:
"A platform to visualize the deep learning process and result."
,
"keywords"
:
[
...
...
frontend/scripts/publish.sh
浏览文件 @
55a8e237
...
...
@@ -6,8 +6,7 @@ SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
PACKAGES
=
"
${
SCRIPT_DIR
}
/../packages"
for
dirname
in
"
${
PACKAGES
}
"
/
*
;
do
package
=
"
${
PACKAGES
}
/
${
dirname
}
"
for
package
in
"
${
PACKAGES
}
"
/
*
;
do
if
[
-d
"
$package
"
]
;
then
(
cd
"
$package
"
&&
npm publish
)
fi
...
...
frontend/yarn.lock
浏览文件 @
55a8e237
此差异已折叠。
点击以展开。
visualdl/version.py
浏览文件 @
55a8e237
...
...
@@ -13,4 +13,4 @@
# limitations under the License.
# =======================================================================
vdl_version
=
'2.1.
0
'
vdl_version
=
'2.1.
1
'
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录