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

Release v0.7.0 #160

Merged
merged 52 commits into from
Mar 21, 2023
Merged

Release v0.7.0 #160

merged 52 commits into from
Mar 21, 2023

Conversation

hrntsm
Copy link
Owner

@hrntsm hrntsm commented Mar 21, 2023

Added

  • Display of estimated remaining time during optimization run.
  • In-memory optimization mode.
    • Mode that works faster instead of saving optimization results during optimization.
  • Support Journal storage.
    • Since saving to the sqlite storage format that had been used up to now sometimes resulted in errors during optimization, a different storage format was supported.
  • Checkbox to toggle whether results are shown in the UI in Realtime.
    • There was a problem that the display of results on the UI in Realtime, which was added in v0.6, caused the optimization speed to gradually slow down.

Changed

  • Boolean to start only the first time, since the Python installer may start every time.
    • If you want to install it again, you can do so by checking the checkbox from Misc in the Settings tab.
  • The most of the dll files are combined into a single gha file to improve usability.

Deprecated

Removed

Fixed

  • Enabled Optuna-Dashboard to work even if the filename contains spaces.
  • The problem of saving the results of optimization in progress, etc., which causes an error and fails to save the results, can now be avoided by using JournalStorage.

Security

  • Bump torch from 1.12.0 to 1.13.1

hrntsm and others added 30 commits January 10, 2023 23:17
Quotation marks around path for terminal command, few typo fixes
since rhino 8 wip use net 7
@hrntsm hrntsm merged commit 2596c1d into main Mar 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants