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

Bump the version up to v0.11 #280

Merged
merged 192 commits into from
Mar 20, 2024
Merged

Bump the version up to v0.11 #280

merged 192 commits into from
Mar 20, 2024

Commits on Jan 29, 2024

  1. Add logger base implementation

    NATSUME Hiroaki committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    3c7a98b View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2024

  1. Add old log delete method

    NATSUME Hiroaki committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    2555d6a View commit details
    Browse the repository at this point in the history
  2. Clean csproj

    NATSUME Hiroaki committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    68cf8b3 View commit details
    Browse the repository at this point in the history
  3. Update SelectSampler property to use SamplerType enum

    NATSUME Hiroaki committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    c6aec55 View commit details
    Browse the repository at this point in the history
  4. Remove redundant cast

    NATSUME Hiroaki committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    813dc32 View commit details
    Browse the repository at this point in the history
  5. Add PythonEngine logging and Serilog console sink

    NATSUME Hiroaki committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    a28cd8b View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2024

  1. Merge pull request #232 from hrntsm/feature/logger

    Feature logger
    hrntsm authored Jan 31, 2024
    Configuration menu
    Copy the full SHA
    b16db55 View commit details
    Browse the repository at this point in the history
  2. Add VariableBase, CategoricalVariable

    NATSUME Hiroaki committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    3c88d13 View commit details
    Browse the repository at this point in the history
  3. Update TunnyMessageBox to include logger

    NATSUME Hiroaki committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    a21cc92 View commit details
    Browse the repository at this point in the history
  4. Add SelectedItem property to CategoricalVariable

    NATSUME Hiroaki committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    89df4ba View commit details
    Browse the repository at this point in the history
  5. Refactor FishEgg class to support categorical variables

    NATSUME Hiroaki committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    f5692ff View commit details
    Browse the repository at this point in the history
  6. Add Parameter class to Tunny.Input namespace

    NATSUME Hiroaki committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    d3ab9d4 View commit details
    Browse the repository at this point in the history
  7. Fix VariableBase error

    NATSUME Hiroaki committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    a23689f View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2024

  1. Update variable related to optuna

    NATSUME Hiroaki committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    28fd6c8 View commit details
    Browse the repository at this point in the history
  2. Refactor logging in MessageBox.cs

    NATSUME Hiroaki committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    ac98e24 View commit details
    Browse the repository at this point in the history
  3. Fix output fish with categorical

    NATSUME Hiroaki committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    e5dfecf View commit details
    Browse the repository at this point in the history
  4. Add categorical opt sample gh

    NATSUME Hiroaki committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    4068c6f View commit details
    Browse the repository at this point in the history
  5. Update CHANGELOG

    NATSUME Hiroaki committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    306735d View commit details
    Browse the repository at this point in the history
  6. Merge pull request #233 from hrntsm/featura/categorical-opt

    Support categorical optimization
    hrntsm authored Feb 1, 2024
    Configuration menu
    Copy the full SHA
    542b03e View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2024

  1. Add zombie component

    hrntsm committed Feb 4, 2024
    Configuration menu
    Copy the full SHA
    77914b6 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2024

  1. Add null check for goo variable

    NATSUME Hiroaki committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    221f352 View commit details
    Browse the repository at this point in the history
  2. Fix variable output to fish

    NATSUME Hiroaki committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    87ddcb0 View commit details
    Browse the repository at this point in the history
  3. Update CHANGELOG.md

    hrntsm authored Feb 5, 2024
    Configuration menu
    Copy the full SHA
    6a7cdd4 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2024

  1. Add TLog to all method

    NATSUME Hiroaki committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    dfd1357 View commit details
    Browse the repository at this point in the history
  2. Change serilog Log to TLog

    NATSUME Hiroaki committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    f0e52e2 View commit details
    Browse the repository at this point in the history
  3. Add runtime log level controller

    NATSUME Hiroaki committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    b3b6326 View commit details
    Browse the repository at this point in the history
  4. Update CHANGELOG

    NATSUME Hiroaki committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    b797258 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #237 from hrntsm/feature/add-all-method-to-debug-log

    Feature/add all method to debug log
    hrntsm authored Feb 7, 2024
    Configuration menu
    Copy the full SHA
    c0081ee View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2024

  1. Fix to run python install when new tunny version

    NATSUME Hiroaki committed Feb 11, 2024
    Configuration menu
    Copy the full SHA
    ab8baee View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2024

  1. Merge pull request #238 from hrntsm/fix/new-version-python-install

    Fix to run python install when new tunny version
    hrntsm authored Feb 12, 2024
    Configuration menu
    Copy the full SHA
    54c4fba View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6c1edf8 View commit details
    Browse the repository at this point in the history
  3. Update zombie component color

    hrntsm committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    082c197 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2024

  1. Add Algorithm to MethodStart log

    NATSUME Hiroaki committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    a52fbdb View commit details
    Browse the repository at this point in the history
  2. Update output message when optimization error

    NATSUME Hiroaki committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    e4c4593 View commit details
    Browse the repository at this point in the history
  3. Fix SaveAllArtifacts method to conditionally save Rhino3dm and Image …

    …artifacts
    NATSUME Hiroaki committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    0c1ddd5 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #239 from hrntsm/fix/save-all-time-3dm

    Fix SaveAllArtifacts method to conditionally save artifacts
    hrntsm authored Feb 13, 2024
    Configuration menu
    Copy the full SHA
    63ffbab View commit details
    Browse the repository at this point in the history
  5. Update CHANGELOG.md

    hrntsm authored Feb 13, 2024
    Configuration menu
    Copy the full SHA
    19ea94b View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2024

  1. Add create_gif_sample

    NATSUME Hiroaki committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    68151df View commit details
    Browse the repository at this point in the history
  2. Update CHANGELOG

    NATSUME Hiroaki committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    55da25f View commit details
    Browse the repository at this point in the history
  3. Merge pull request #240 from hrntsm/feature/add-git-animation-python-…

    …sample
    
    Feature/add git animation python sample
    hrntsm authored Feb 14, 2024
    Configuration menu
    Copy the full SHA
    5d28f3c View commit details
    Browse the repository at this point in the history
  4. Add Tunny.Core csproj

    NATSUME Hiroaki committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    7890f56 View commit details
    Browse the repository at this point in the history
  5. Update CHANGELOG

    NATSUME Hiroaki committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    18cf0d4 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #241 from hrntsm/feature/add-tunny.core-proj

    Feature/add tunny.core proj
    hrntsm authored Feb 14, 2024
    Configuration menu
    Copy the full SHA
    310a360 View commit details
    Browse the repository at this point in the history
  7. Add result output

    hrntsm committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    d00640d View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2024

  1. Fix output result fish timing

    hrntsm committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    f3c795b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2a21d6f View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2024

  1. Update CHANGELOG

    hrntsm committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    c1b9ce5 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #242 from hrntsm/feature/zombie-component

    Add Bone Fish component which Tunny UI less component
    hrntsm authored Feb 16, 2024
    Configuration menu
    Copy the full SHA
    e790186 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fa2d46c View commit details
    Browse the repository at this point in the history
  4. Add codecov to CI

    hrntsm authored Feb 16, 2024
    Configuration menu
    Copy the full SHA
    33c913f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    299064c View commit details
    Browse the repository at this point in the history
  6. Update csproj

    hrntsm committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    1873599 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7ffee46 View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2024

  1. Update code_cov settings

    hrntsm committed Feb 17, 2024
    Configuration menu
    Copy the full SHA
    c252fa3 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #243 from hrntsm/feature/codecov

    Feature/codecov
    hrntsm authored Feb 17, 2024
    Configuration menu
    Copy the full SHA
    76380af View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    864a6d1 View commit details
    Browse the repository at this point in the history
  4. Update ci name

    hrntsm committed Feb 17, 2024
    Configuration menu
    Copy the full SHA
    b534e7c View commit details
    Browse the repository at this point in the history
  5. Add create new study method

    hrntsm committed Feb 17, 2024
    Configuration menu
    Copy the full SHA
    17108ae View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    db5ec0c View commit details
    Browse the repository at this point in the history
  7. Fix CreateNewStudy bug

    hrntsm committed Feb 17, 2024
    Configuration menu
    Copy the full SHA
    6fe272e View commit details
    Browse the repository at this point in the history
  8. Change BaseStorage to IStorage

    hrntsm committed Feb 17, 2024
    Configuration menu
    Copy the full SHA
    7948a82 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    81d2c36 View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2024

  1. Add SQLite base implementation

    hrntsm committed Feb 18, 2024
    Configuration menu
    Copy the full SHA
    8fd785f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    31f15cc View commit details
    Browse the repository at this point in the history
  3. Update CHANGELOG

    hrntsm committed Feb 18, 2024
    Configuration menu
    Copy the full SHA
    d0d52d4 View commit details
    Browse the repository at this point in the history
  4. Fix ci

    hrntsm committed Feb 18, 2024
    Configuration menu
    Copy the full SHA
    c841137 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #244 from hrntsm/feature/add-sqlite-handler-in-opt…

    …una-csproj
    
    Feature/add sqlite handler in optuna csproj
    hrntsm authored Feb 18, 2024
    Configuration menu
    Copy the full SHA
    e19dbe8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c445849 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e538a4e View commit details
    Browse the repository at this point in the history
  8. Merge pull request #245 from hrntsm/feature/speed-up-model-output

    Update BoneFish to speedup result output
    hrntsm authored Feb 18, 2024
    Configuration menu
    Copy the full SHA
    03da5fb View commit details
    Browse the repository at this point in the history
  9. Update version info

    hrntsm committed Feb 18, 2024
    Configuration menu
    Copy the full SHA
    e55a004 View commit details
    Browse the repository at this point in the history
  10. Add bone component sample

    hrntsm committed Feb 18, 2024
    Configuration menu
    Copy the full SHA
    6e3287f View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    25e544b View commit details
    Browse the repository at this point in the history
  12. Merge pull request #246 from hrntsm/feature/python-env-checker-in-bon…

    …e-component
    
    Fix Tunny optimization environment check
    hrntsm authored Feb 18, 2024
    Configuration menu
    Copy the full SHA
    40e3a57 View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2024

  1. Move files

    NATSUME Hiroaki committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    ef0c99a View commit details
    Browse the repository at this point in the history
  2. Remove Tunny/Solver/sampler.cs

    NATSUME Hiroaki committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    d5913e1 View commit details
    Browse the repository at this point in the history
  3. Rename TunnySettings to TSettings

    NATSUME Hiroaki committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    a15e842 View commit details
    Browse the repository at this point in the history
  4. Add Tunny.CoreTests

    NATSUME Hiroaki committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    71ada93 View commit details
    Browse the repository at this point in the history
  5. Rename to add T prefix

    NATSUME Hiroaki committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    bdead2a View commit details
    Browse the repository at this point in the history
  6. Add net48 test setting

    NATSUME Hiroaki committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    100efb0 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2024

  1. Rename Optuna.Storage.IStorage to IOptunaStorage

    NATSUME Hiroaki committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    c674cfe View commit details
    Browse the repository at this point in the history
  2. Merge pull request #250 from hrntsm/featura/move-tunny-core

    Moving Rhino independent files to Tunny.Core
    hrntsm authored Feb 20, 2024
    Configuration menu
    Copy the full SHA
    d22bfef View commit details
    Browse the repository at this point in the history
  3. Add dashboard handler tests

    NATSUME Hiroaki committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    ff1689c View commit details
    Browse the repository at this point in the history
  4. Move sampler settings to optuna csproj

    NATSUME Hiroaki committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    735fad1 View commit details
    Browse the repository at this point in the history
  5. Add Study/MultiObjectiveTests

    NATSUME Hiroaki committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    a2f9951 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2024

  1. Add Artifacts class

    hrntsm committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    59647b4 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin/feature/add-test' into feature/i…

    …mprove-artifact-handling
    hrntsm committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    4726ff4 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2024

  1. Refactor Artifacts class and add error handling

    NATSUME Hiroaki committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    51994e8 View commit details
    Browse the repository at this point in the history
  2. Clean Artifact in Algorithm.cs

    hrntsm committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    1865a95 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #253 from hrntsm/feature/improve-artifact-handling

    Feature/improve artifact handling
    hrntsm authored Feb 22, 2024
    Configuration menu
    Copy the full SHA
    145fff8 View commit details
    Browse the repository at this point in the history
  4. Move CreateStudy

    hrntsm committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    31a9423 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1d331f2 View commit details
    Browse the repository at this point in the history
  6. Refactor Converter

    hrntsm committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    ca06232 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d46d491 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4cc9f08 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    436de05 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    8ee55d3 View commit details
    Browse the repository at this point in the history
  11. Fix Typo

    hrntsm committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    4838be6 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    06d7c96 View commit details
    Browse the repository at this point in the history
  13. Add Tunny.Core.Util tests

    hrntsm committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    33e3edd View commit details
    Browse the repository at this point in the history
  14. Remove python test

    hrntsm committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    73e1960 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    1d56b38 View commit details
    Browse the repository at this point in the history
  16. Merge pull request #254 from hrntsm/feature/clean-Algorithm.cs

    Feature/clean algorithm.cs
    hrntsm authored Feb 22, 2024
    Configuration menu
    Copy the full SHA
    c91d120 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2024

  1. Move visualization function

    hrntsm committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    db07004 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0cbf3e1 View commit details
    Browse the repository at this point in the history
  3. Fix clustering plot

    hrntsm committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    98e61ff View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2024

  1. Remove Hypervolume.cs

    hrntsm committed Feb 24, 2024
    Configuration menu
    Copy the full SHA
    f659b53 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dead5e0 View commit details
    Browse the repository at this point in the history
  3. Clean code

    hrntsm committed Feb 24, 2024
    Configuration menu
    Copy the full SHA
    985cf1c View commit details
    Browse the repository at this point in the history
  4. Merge pull request #255 from hrntsm/feature/clean-visualization

    Feature/clean visualization
    hrntsm authored Feb 24, 2024
    Configuration menu
    Copy the full SHA
    26b4f04 View commit details
    Browse the repository at this point in the history
  5. Add support new journal format

    NATSUME Hiroaki committed Feb 24, 2024
    Configuration menu
    Copy the full SHA
    a5cd031 View commit details
    Browse the repository at this point in the history
  6. Add ModelResult constructor and ParseAttrs method

    NATSUME Hiroaki committed Feb 24, 2024
    Configuration menu
    Copy the full SHA
    4d7408c View commit details
    Browse the repository at this point in the history
  7. Update CHANGELOG

    NATSUME Hiroaki committed Feb 24, 2024
    Configuration menu
    Copy the full SHA
    e95761c View commit details
    Browse the repository at this point in the history
  8. Merge pull request #256 from hrntsm/feature/improve-output-speed

    Feature/improve output speed
    hrntsm authored Feb 24, 2024
    Configuration menu
    Copy the full SHA
    408baac View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2024

  1. Add fish egg sample file

    NATSUME Hiroaki committed Feb 25, 2024
    Configuration menu
    Copy the full SHA
    d238fc2 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2024

  1. Fix trial start time and update fishEgg condition

    NATSUME Hiroaki committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    e7844fb View commit details
    Browse the repository at this point in the history
  2. Update CHANGELOG

    NATSUME Hiroaki committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    14dee80 View commit details
    Browse the repository at this point in the history
  3. Update fish egg sample

    NATSUME Hiroaki committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    53d0939 View commit details
    Browse the repository at this point in the history
  4. Fix journal storage load error & Add test it

    NATSUME Hiroaki committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    0d6cca1 View commit details
    Browse the repository at this point in the history
  5. Clean test code

    NATSUME Hiroaki committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    dff8da0 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #258 from hrntsm/fix/fish-egg-does-not-run

    Fix/fish egg does not run
    hrntsm authored Feb 26, 2024
    Configuration menu
    Copy the full SHA
    2284533 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2024

  1. Configuration menu
    Copy the full SHA
    afeac2e View commit details
    Browse the repository at this point in the history
  2. Clean code

    hrntsm committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    bb4958f View commit details
    Browse the repository at this point in the history
  3. Merge pull request #259 from hrntsm/fix/single-objective-opt-continue…

    …-error
    
    Fix SO optimization continue error
    hrntsm authored Feb 27, 2024
    Configuration menu
    Copy the full SHA
    2965b6b View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2024

  1. Fix hitl file path

    hrntsm committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    ada3d72 View commit details
    Browse the repository at this point in the history
  2. Fix tmp dir clean timing

    hrntsm committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    e5e9703 View commit details
    Browse the repository at this point in the history
  3. Fix artifact dir path

    hrntsm committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    980bbaa View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    219f676 View commit details
    Browse the repository at this point in the history
  5. Fix handling of list values in GetAttrs method

    NATSUME Hiroaki committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    63b2bb0 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2024

  1. Update version to 0.11.0-beta.3 in manifest.yml

    NATSUME Hiroaki committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    7b9588a View commit details
    Browse the repository at this point in the history
  2. Clean up temporary files in Solver.cs

    NATSUME Hiroaki committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    fa106b4 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #261 from hrntsm/fix/tmp-file-delete-error

    Fix temp file delete error
    hrntsm authored Mar 8, 2024
    Configuration menu
    Copy the full SHA
    638d339 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2024

  1. Rename Samples to Examples

    hrntsm committed Mar 10, 2024
    Configuration menu
    Copy the full SHA
    80d980b View commit details
    Browse the repository at this point in the history
  2. Add facade example

    hrntsm committed Mar 10, 2024
    Configuration menu
    Copy the full SHA
    4a798c8 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #262 from hrntsm/feature/update-sample

    Feature/update sample
    hrntsm authored Mar 10, 2024
    Configuration menu
    Copy the full SHA
    786dfc5 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2024

  1. Refactor output handling in Tunny.Handler.OutputLoop.cs and Tunny.Sol…

    …ver.Solver.cs
    NATSUME Hiroaki committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    f3b36b6 View commit details
    Browse the repository at this point in the history
  2. Refactor GetStorage method to improve code readability and maintainab…

    …ility
    NATSUME Hiroaki committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    d37c483 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #263 from hrntsm/feature/clean-output-part

    Refactor output handling in Tunny.Handler.OutputLoop.cs and Tunny.Sol…
    hrntsm authored Mar 11, 2024
    Configuration menu
    Copy the full SHA
    5597467 View commit details
    Browse the repository at this point in the history
  4. Remove ModelResult

    NATSUME Hiroaki committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    2a8846d View commit details
    Browse the repository at this point in the history
  5. Add output test

    NATSUME Hiroaki committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    15d7cfc View commit details
    Browse the repository at this point in the history
  6. Fix ci fail

    NATSUME Hiroaki committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    4b33578 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #264 from hrntsm/feature/refactor-output

    Feature/refactor output
    hrntsm authored Mar 11, 2024
    Configuration menu
    Copy the full SHA
    9148e9e View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2024

  1. Apply fmt

    NATSUME Hiroaki committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    26981f2 View commit details
    Browse the repository at this point in the history
  2. Fix FishPrintByCapture calculation order

    NATSUME Hiroaki committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    35bd97e View commit details
    Browse the repository at this point in the history
  3. Update gh examples

    NATSUME Hiroaki committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    a43a03e View commit details
    Browse the repository at this point in the history
  4. Merge pull request #266 from hrntsm/fix/fishprint-order

    Fix/fishprint order
    hrntsm authored Mar 13, 2024
    Configuration menu
    Copy the full SHA
    88e2fce View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2024

  1. Add setup bat

    NATSUME Hiroaki committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    17fb2c1 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2024

  1. Configuration menu
    Copy the full SHA
    9fa22c0 View commit details
    Browse the repository at this point in the history
  2. Add whl download by batch

    hrntsm committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    d084efe View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8cbb51c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    41680e0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6f11e36 View commit details
    Browse the repository at this point in the history
  6. Update GitHub Actions versions

    hrntsm committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    6b98f3e View commit details
    Browse the repository at this point in the history
  7. Merge pull request #269 from hrntsm/feature/ci-python-lib-setup

    Feature/ci python lib setup
    hrntsm authored Mar 15, 2024
    Configuration menu
    Copy the full SHA
    b362b3e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    3aba2ee View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    1f864a8 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    cc236f4 View commit details
    Browse the repository at this point in the history
  11. Update CHANGELOG

    hrntsm committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    b324705 View commit details
    Browse the repository at this point in the history
  12. Merge pull request #270 from hrntsm/feature/update-optuna-dashboard-t…

    …o-0.15
    
    Feature/update optuna dashboard to 0.15
    hrntsm authored Mar 15, 2024
    Configuration menu
    Copy the full SHA
    6f91d50 View commit details
    Browse the repository at this point in the history
  13. Fix example file

    hrntsm committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    5a340fe View commit details
    Browse the repository at this point in the history
  14. Merge pull request #271 from hrntsm/fix/deconstruct-fish-example

    Fix example file
    hrntsm authored Mar 15, 2024
    Configuration menu
    Copy the full SHA
    5ae6a4b View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2024

  1. Configuration menu
    Copy the full SHA
    e1fe7c2 View commit details
    Browse the repository at this point in the history
  2. Update bug report template

    hrntsm committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    df94885 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5638c91 View commit details
    Browse the repository at this point in the history
  4. Add config.yml

    hrntsm committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    c573ca1 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #272 from hrntsm/feature/update-issue-form

    Feature/update issue form
    hrntsm authored Mar 18, 2024
    Configuration menu
    Copy the full SHA
    620259c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e8673ec View commit details
    Browse the repository at this point in the history
  7. Update CHANGELOG

    hrntsm committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    262cd45 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #273 from hrntsm/feature/Do-not-recalculate-irrele…

    …vant-components
    
    Feature/do not recalculate irrelevant components
    hrntsm authored Mar 18, 2024
    Configuration menu
    Copy the full SHA
    c1d1bc1 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    efbaf1b View commit details
    Browse the repository at this point in the history
  10. Add support new GP sampler

    hrntsm committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    80dac0b View commit details
    Browse the repository at this point in the history
  11. Update CHANGELOG

    hrntsm committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    e4ac4e3 View commit details
    Browse the repository at this point in the history
  12. Merge pull request #274 from hrntsm/feature/update-optuna-3.6

    Feature/update optuna 3.6
    hrntsm authored Mar 18, 2024
    Configuration menu
    Copy the full SHA
    1cf37ae View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2024

  1. Update UITunnyMessages.cs

    hrntsm authored Mar 19, 2024
    Configuration menu
    Copy the full SHA
    9157894 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #275 from hrntsm/fix/SO-message

    Update UITunnyMessages.cs
    hrntsm authored Mar 19, 2024
    Configuration menu
    Copy the full SHA
    8c33c0d View commit details
    Browse the repository at this point in the history
  3. Refactor constraint handling in Algorithm.cs

    NATSUME Hiroaki committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    6e25420 View commit details
    Browse the repository at this point in the history
  4. Update CHANGELOG

    NATSUME Hiroaki committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    1b25b49 View commit details
    Browse the repository at this point in the history
  5. Refactor Clustering method to accept arrays for objective and variabl…

    …e indices
    NATSUME Hiroaki committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    bc22166 View commit details
    Browse the repository at this point in the history
  6. Update CHANGELOG

    NATSUME Hiroaki committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    1638177 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #276 from hrntsm/feature/update-clustering

    Feature/update clustering
    hrntsm authored Mar 19, 2024
    Configuration menu
    Copy the full SHA
    b0f2cc8 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2024

  1. Move FishPrint to Print dir

    hrntsm committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    2f58ab0 View commit details
    Browse the repository at this point in the history
  2. Fix Clustering notification

    hrntsm committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    e9fb3bb View commit details
    Browse the repository at this point in the history
  3. Fix fish print expire timing

    hrntsm committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    d9566ed View commit details
    Browse the repository at this point in the history
  4. Update CHANGELOG

    hrntsm committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    d0f5363 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #277 from hrntsm/fix/fish-print-by-capture-expire

    Fix/fish print by capture expire
    hrntsm authored Mar 20, 2024
    Configuration menu
    Copy the full SHA
    7cae88e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9990228 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #278 from hrntsm/feature/add-fishing-net-component

    Move Construct & DeCon to Operation dir
    hrntsm authored Mar 20, 2024
    Configuration menu
    Copy the full SHA
    e0be188 View commit details
    Browse the repository at this point in the history
  8. Bump the version up to v0.11

    hrntsm committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    7c19e5d View commit details
    Browse the repository at this point in the history
  9. Merge pull request #279 from hrntsm/Bump-the-version-up-to-v0.11.0

    Bump the version up to v0.11
    hrntsm authored Mar 20, 2024
    Configuration menu
    Copy the full SHA
    591b7ad View commit details
    Browse the repository at this point in the history
  10. Clean code

    hrntsm committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    df50cd2 View commit details
    Browse the repository at this point in the history
  11. Update without ui example

    hrntsm committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    8edff04 View commit details
    Browse the repository at this point in the history
  12. Fix input expire timing

    hrntsm committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    8a99c5c View commit details
    Browse the repository at this point in the history