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

Add configspace conversion #832

Merged
merged 52 commits into from
Jul 29, 2022
Merged

Add configspace conversion #832

merged 52 commits into from
Jul 29, 2022

Commits on Mar 16, 2022

  1. Add configspace conversion

    Delaunay committed Mar 16, 2022
    Configuration menu
    Copy the full SHA
    3883fc2 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2022

  1. Add precision

    Delaunay committed Mar 17, 2022
    Configuration menu
    Copy the full SHA
    e2dbae9 View commit details
    Browse the repository at this point in the history
  2. Isort tweak

    Delaunay committed Mar 17, 2022
    Configuration menu
    Copy the full SHA
    fa2663d View commit details
    Browse the repository at this point in the history
  3. Remove S type from visitor

    Delaunay committed Mar 17, 2022
    Configuration menu
    Copy the full SHA
    4c6811d View commit details
    Browse the repository at this point in the history
  4. Fix typo

    Delaunay committed Mar 17, 2022
    Configuration menu
    Copy the full SHA
    442c95e View commit details
    Browse the repository at this point in the history
  5. Add default_value case

    Delaunay committed Mar 17, 2022
    Configuration menu
    Copy the full SHA
    061708d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    acd5a46 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2022

  1. Configuration menu
    Copy the full SHA
    12c656b View commit details
    Browse the repository at this point in the history
  2. Add docstrings

    Delaunay committed Mar 18, 2022
    Configuration menu
    Copy the full SHA
    746970b View commit details
    Browse the repository at this point in the history
  3. -

    Delaunay committed Mar 18, 2022
    Configuration menu
    Copy the full SHA
    3f77f71 View commit details
    Browse the repository at this point in the history
  4. Document typevar

    Delaunay committed Mar 18, 2022
    Configuration menu
    Copy the full SHA
    674c84e View commit details
    Browse the repository at this point in the history
  5. __all__ without T

    Delaunay committed Mar 18, 2022
    Configuration menu
    Copy the full SHA
    6bf7518 View commit details
    Browse the repository at this point in the history
  6. Revert

    Delaunay committed Mar 18, 2022
    Configuration menu
    Copy the full SHA
    a14d8c6 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2022

  1. Update src/orion/algo/space/configspace.py

    Co-authored-by: Fabrice Normandin <fabrice.normandin@gmail.com>
    Delaunay and lebrice committed Mar 19, 2022
    Configuration menu
    Copy the full SHA
    64555ed View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2022

  1. Configuration menu
    Copy the full SHA
    c7b5a46 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c9136fd View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2022

  1. Configuration menu
    Copy the full SHA
    18f7395 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2022

  1. Fix tests for 3.6

    Delaunay committed Mar 24, 2022
    Configuration menu
    Copy the full SHA
    72002cc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c083bff View commit details
    Browse the repository at this point in the history
  3. Remove python3.6 hacks

    Delaunay committed Mar 24, 2022
    Configuration menu
    Copy the full SHA
    8c7dac9 View commit details
    Browse the repository at this point in the history
  4. Use single dispatch

    Delaunay committed Mar 24, 2022
    Configuration menu
    Copy the full SHA
    a5a4ac6 View commit details
    Browse the repository at this point in the history
  5. Missing return

    Delaunay committed Mar 24, 2022
    Configuration menu
    Copy the full SHA
    e4f6c56 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2022

  1. Update src/orion/algo/space/configspace.py

    Co-authored-by: Xavier Bouthillier <xavier.bouthillier@gmail.com>
    Delaunay and bouthilx committed Mar 25, 2022
    Configuration menu
    Copy the full SHA
    5b8a2c0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    107e5bd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    47216cc View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2022

  1. Add unsupported prior

    Delaunay committed Mar 28, 2022
    Configuration menu
    Copy the full SHA
    fd58aa1 View commit details
    Browse the repository at this point in the history
  2. -

    Delaunay committed Mar 28, 2022
    Configuration menu
    Copy the full SHA
    8e8b47b View commit details
    Browse the repository at this point in the history
  3. -

    Delaunay committed Mar 28, 2022
    Configuration menu
    Copy the full SHA
    a8f0425 View commit details
    Browse the repository at this point in the history
  4. -

    Delaunay committed Mar 28, 2022
    Configuration menu
    Copy the full SHA
    8abd4fb View commit details
    Browse the repository at this point in the history
  5. Update src/orion/algo/space/configspace.py

    Co-authored-by: Fabrice Normandin <fabrice.normandin@gmail.com>
    Delaunay and lebrice committed Mar 28, 2022
    Configuration menu
    Copy the full SHA
    eb57c58 View commit details
    Browse the repository at this point in the history
  6. Update src/orion/algo/space/__init__.py

    Co-authored-by: Fabrice Normandin <fabrice.normandin@gmail.com>
    Delaunay and lebrice committed Mar 28, 2022
    Configuration menu
    Copy the full SHA
    fec66c3 View commit details
    Browse the repository at this point in the history
  7. Update src/orion/algo/space/__init__.py

    Co-authored-by: Fabrice Normandin <fabrice.normandin@gmail.com>
    Delaunay and lebrice committed Mar 28, 2022
    Configuration menu
    Copy the full SHA
    ebc9886 View commit details
    Browse the repository at this point in the history
  8. Update src/orion/algo/space/__init__.py

    Co-authored-by: Fabrice Normandin <fabrice.normandin@gmail.com>
    Delaunay and lebrice committed Mar 28, 2022
    Configuration menu
    Copy the full SHA
    0087ef8 View commit details
    Browse the repository at this point in the history
  9. Update src/orion/algo/space/__init__.py

    Co-authored-by: Fabrice Normandin <fabrice.normandin@gmail.com>
    Delaunay and lebrice committed Mar 28, 2022
    Configuration menu
    Copy the full SHA
    016a6d2 View commit details
    Browse the repository at this point in the history
  10. Update src/orion/algo/space/__init__.py

    Co-authored-by: Fabrice Normandin <fabrice.normandin@gmail.com>
    Delaunay and lebrice committed Mar 28, 2022
    Configuration menu
    Copy the full SHA
    5ff9d8e View commit details
    Browse the repository at this point in the history
  11. Update src/orion/algo/space/configspace.py

    Co-authored-by: Fabrice Normandin <fabrice.normandin@gmail.com>
    Delaunay and lebrice committed Mar 28, 2022
    Configuration menu
    Copy the full SHA
    59bdad2 View commit details
    Browse the repository at this point in the history
  12. Update src/orion/algo/space/__init__.py

    Co-authored-by: Fabrice Normandin <fabrice.normandin@gmail.com>
    Delaunay and lebrice committed Mar 28, 2022
    Configuration menu
    Copy the full SHA
    0709f8d View commit details
    Browse the repository at this point in the history
  13. Update src/orion/algo/space/__init__.py

    Co-authored-by: Fabrice Normandin <fabrice.normandin@gmail.com>
    Delaunay and lebrice committed Mar 28, 2022
    Configuration menu
    Copy the full SHA
    17af4ce View commit details
    Browse the repository at this point in the history
  14. -

    Delaunay committed Mar 28, 2022
    Configuration menu
    Copy the full SHA
    38c1ae5 View commit details
    Browse the repository at this point in the history
  15. -

    Delaunay committed Mar 28, 2022
    Configuration menu
    Copy the full SHA
    d818079 View commit details
    Browse the repository at this point in the history
  16. -

    Delaunay committed Mar 28, 2022
    Configuration menu
    Copy the full SHA
    534ab5e View commit details
    Browse the repository at this point in the history
  17. Update src/orion/algo/space/configspace.py

    Co-authored-by: Fabrice Normandin <fabrice.normandin@gmail.com>
    Delaunay and lebrice committed Mar 28, 2022
    Configuration menu
    Copy the full SHA
    192f31c View commit details
    Browse the repository at this point in the history
  18. Update src/orion/algo/space/configspace.py

    Co-authored-by: Fabrice Normandin <fabrice.normandin@gmail.com>
    Delaunay and lebrice committed Mar 28, 2022
    Configuration menu
    Copy the full SHA
    a104255 View commit details
    Browse the repository at this point in the history
  19. Update src/orion/algo/space/configspace.py

    Co-authored-by: Fabrice Normandin <fabrice.normandin@gmail.com>
    Delaunay and lebrice committed Mar 28, 2022
    Configuration menu
    Copy the full SHA
    f60858a View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    37c580e View commit details
    Browse the repository at this point in the history
  21. -

    Delaunay committed Mar 28, 2022
    Configuration menu
    Copy the full SHA
    65b6f7d View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2022

  1. Update tests/unittests/algo/test_configspace.py

    Co-authored-by: Xavier Bouthillier <xavier.bouthillier@gmail.com>
    Delaunay and bouthilx committed Apr 2, 2022
    Configuration menu
    Copy the full SHA
    a14a47b View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2022

  1. Configuration menu
    Copy the full SHA
    0a99146 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2022

  1. -

    Delaunay committed Apr 12, 2022
    Configuration menu
    Copy the full SHA
    9de07ad View commit details
    Browse the repository at this point in the history
  2. -

    Delaunay committed Apr 12, 2022
    Configuration menu
    Copy the full SHA
    5648f03 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2022

  1. Configuration menu
    Copy the full SHA
    06adba3 View commit details
    Browse the repository at this point in the history
  2. black

    bouthilx committed Jul 27, 2022
    Configuration menu
    Copy the full SHA
    bd9680f View commit details
    Browse the repository at this point in the history