Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update python lib #134

Merged
merged 1 commit into from
Dec 18, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ Please see [here](https://github.com/hrntsm/Tunny/releases) for the data release
- Study Create, Continue, and Copy are now clearly separated in the UI.
- Update visualize & output UI
- Previously, the target study and objective function, variables could not be specified, but now they can be specified.
- Update optuna-dashboard to 0.8.0

### Deprecated

Expand All @@ -48,6 +49,9 @@ Please see [here](https://github.com/hrntsm/Tunny/releases) for the data release

### Security

- Bump joblib from 1.1.0 to 1.2.0 in /Tunny/Lib
- Bump mako from 1.2.0 to 1.2.2 in /Tunny/Lib

## [0.5.0] -2022-09-03

### Added
Expand Down
6 changes: 3 additions & 3 deletions PYTHON_PACKAGE_LICENSES
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ https://docs.python.org/3/license.html
----------------------------------------------------------------------------------------------------

Mako
1.2.0
1.2.2
MIT License
https://www.makotemplates.org/
Copyright 2006-2021 the Mako authors and contributors <see AUTHORS file>.
Expand Down Expand Up @@ -769,7 +769,7 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.

joblib
1.1.0
1.2.0
BSD License
https://joblib.readthedocs.io
BSD 3-Clause License
Expand Down Expand Up @@ -1829,7 +1829,7 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

optuna-dashboard
0.7.2
0.8.0
MIT License
https://github.com/optuna/optuna-dashboard
MIT License
Expand Down
6 changes: 3 additions & 3 deletions Tunny/Lib/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@ colorama==0.4.5
colorlog==6.6.0
gpytorch==1.8.0
greenlet==1.1.2
joblib==1.1.0
Mako==1.2.0
joblib==1.2.0
Mako==1.2.2
MarkupSafe==2.1.1
multipledispatch==0.6.0
numpy==1.23.0
opt-einsum==3.3.0
optuna==3.0.0
optuna-dashboard==0.7.2
optuna-dashboard==0.8.0
packaging==21.3
pbr==5.9.0
plotly==5.9.0
Expand Down