Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
PaddlePaddle
VisualDL
提交
317eb083
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看板
未验证
提交
317eb083
编写于
5月 23, 2021
作者:
P
Peter Pan
提交者:
GitHub
5月 23, 2021
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
bump visualdl to 2.2.0 (#968)
上级
fa7b60a8
变更
2
隐藏空白更改
内联
并排
Showing
2 changed file
with
43 addition
and
3 deletion
+43
-3
CHANGELOG.md
CHANGELOG.md
+42
-2
visualdl/version.py
visualdl/version.py
+1
-1
未找到文件。
CHANGELOG.md
浏览文件 @
317eb083
...
...
@@ -4,7 +4,47 @@ VisualDL的更新记录在此查看。
This is the Changelog for the VisualDL 2.0 project.
## v2.1.1 - 2020-01-28
## v2.2.0 - 2021-05-23
**ZH**
-
问题修复
-
**BE**
: 修复
`Image`
组件使用
`numpy.pad`
接口版本兼容性问题 (#927)
-
**BE**
: 修复
`add_embedding`
接口
`mat`
参数不支持
`ndarray`
的问题 (#930)
-
**BE**
: 修复
`embedding`
接口
`display_name`
失效问题 (#935)
-
**BE**
: 修复全局
`Logger`
占用问题 (#944)
-
**FE**
: 修复主题在某些情况下不会随着系统设置的改变更新的问题 (#947)
-
**FE**
: 修复数据降维页面中当数据量很大时数据显示错误的问题 (#947)
-
功能新增
-
**FE**
: 数据降维支持三维标签展示 (#947)
-
**FE**
: 数据降维支持色彩映射 (#950)
-
新增超参可视化 (#960, #961, #962, #964, #966, #967)
-
其他改进
-
**FE**
: 包含数据流的侧边栏可以拖动调整大小 (#949)
-
**FE**
: 重新设计的导航栏 (#949, #951, #962)
**EN**
-
Bug Fixes
-
**BE**
: Fix the compatibility problem of
`Image`
component using
`numpy.pad`
interface (#927)
-
**BE**
: Fix fix the problem that
`mat`
parameter of the
`add_embedding`
interface does not support
`ndarray`
(#930)
-
**BE**
: Fix the failure of
`display_name`
in
`embedding`
interface (#935)
-
**BE**
: Fix global
`Logger`
being occupied (#944)
-
**FE**
: Fix theme couldn't be changed in some case when system preference is changed (#947)
-
**FE**
: Fix display error when data size is large in high-dimensional page (#947)
-
Features
-
**FE**
: Add 3d label display in high-dimensional page (#947)
-
**FE**
: Add color map in high-dimensional page (#950)
-
Add Hyper-parameters (#960, #961, #962, #964, #966, #967)
-
Enhancement
-
**FE**
: Sidebar with runs is now resizable (#949)
-
**FE**
: re-designed navbar (#949, #951, #962)
## v2.1.1 - 2021-01-28
**ZH**
...
...
@@ -29,7 +69,7 @@ This is the Changelog for the VisualDL 2.0 project.
-
Features
-
Add Text Sample (#917)
-
**BE**
: Add images matrix writing function (#909)
-
其他改进
-
Enhancement
-
**FE**
: Add browser compatibility tip (#903)
-
**FE**
: Adjust title order of sample pages (#908)
-
**FE**
: Better loading experience (#908)
...
...
visualdl/version.py
浏览文件 @
317eb083
...
...
@@ -13,4 +13,4 @@
# limitations under the License.
# =======================================================================
vdl_version
=
'2.
1.2
'
vdl_version
=
'2.
2.0
'
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录