Skip to content

Commit

Permalink
Merge pull request #837 from c-bata/bump-to-vscode-0.3.0
Browse files Browse the repository at this point in the history
Bump the version up to vscode 0.3.0
  • Loading branch information
HideakiImamura committed Mar 12, 2024
2 parents 07786fd + a7281c7 commit 0664ea3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions vscode/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,11 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how

## [Unreleased]

## 0.3.0

* [bug] Fix a bug that the extension cannot show studies on the first attempt.
* [feature] Enable a "Open in Optuna Dashboard" menu for `.log` files.
* [enhancement] Add a slight performance improvement when loading a SQLite3 file that contains a lot of trials.

## 0.2.0

Expand Down
2 changes: 1 addition & 1 deletion vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"displayName": "Optuna Dashboard",
"description": "Web Dashboard for Optuna",
"publisher": "Optuna",
"version": "0.2.0",
"version": "0.3.0",
"license": "MIT",
"icon": "images/optuna-logo.png",
"engines": {
Expand Down

0 comments on commit 0664ea3

Please sign in to comment.