From 5df7ec24707e63a1e3461a8d4fc780b222f45b59 Mon Sep 17 00:00:00 2001 From: Peter Pan Date: Mon, 16 Mar 2020 16:48:37 +0800 Subject: [PATCH] bump 2.0.0-alpha.0 (#596) --- RELEASE.md | 18 ++++++++++++++++++ VERSION_NUMBER | 2 +- 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/RELEASE.md b/RELEASE.md index f5bcc6fc..2c3e1d9c 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -1,3 +1,21 @@ +# 2.0.0-alpha.0 + +**This is a PRE-RELEASE version of VisualDL 2.0. Please DO NOT use it in production environment.** + +## Improvements + +- **backend:** improve performance of plugin scalar and image by uploading logs incrementally + +## Features + +- **frontend:** completely newly-designed web user interface (for more information, please refer to [Frontend Readme](https://github.com/PaddlePaddle/VisualDL/blob/develop/frontend/README.md)) + +## BREAKING CHANGES + +- `Histogram` is not available in this version. +- Audio and text samples are not available in this version. +- Plugin image displays 10pcs sampled images in this version. + # RELEASE 1.3.0 ## New Features diff --git a/VERSION_NUMBER b/VERSION_NUMBER index f0bb29e7..6cf46a6f 100644 --- a/VERSION_NUMBER +++ b/VERSION_NUMBER @@ -1 +1 @@ -1.3.0 +2.0.0-alpha.0 -- GitLab