We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ee2f40 commit a7281c7Copy full SHA for a7281c7
vscode/CHANGELOG.md
@@ -6,8 +6,11 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how
6
7
## [Unreleased]
8
9
+## 0.3.0
10
+
11
* [bug] Fix a bug that the extension cannot show studies on the first attempt.
12
* [feature] Enable a "Open in Optuna Dashboard" menu for `.log` files.
13
+* [enhancement] Add a slight performance improvement when loading a SQLite3 file that contains a lot of trials.
14
15
## 0.2.0
16
vscode/package.json
@@ -3,7 +3,7 @@
3
"displayName": "Optuna Dashboard",
4
"description": "Web Dashboard for Optuna",
5
"publisher": "Optuna",
- "version": "0.2.0",
+ "version": "0.3.0",
"license": "MIT",
"icon": "images/optuna-logo.png",
"engines": {
0 commit comments